Merge branch 'sprint/master_lanzongjun_version_lite' into 'master'

* fix task #51317

See merge request easycorp/zentaopms!2463
This commit is contained in:
王怡栋
2022-03-23 06:22:15 +00:00
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -485,8 +485,6 @@ class commonModel extends model
/* The standalone lite version removes the lite interface button */
if(trim($config->visions, ',') == 'lite') return true;
if($app->config->systemMode != 'new') return print("<div>{$lang->visionList['rnd']}</div>");
if(count($userVisions) < 2) return print("<div>{$lang->visionList[$currentVision]}</div>");
if(count($configVisions) < 2) return print("<div>{$lang->visionList[$currentVision]}</div>");
+1
View File
@@ -267,6 +267,7 @@
var $bar = $('#appBar-' + appCode);
if(!$bar.length)
{
if (typeof(app.text) == 'undefined') return false;
var $link= $('<a data-pos="bar"></a>')
.attr('data-app', appCode)
.attr('class', 'show-in-app')