Browse Source

关闭弹窗提示

wangmengwei@gyee-china.com 3 years ago
parent
commit
7893a9cff7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/static/config/modeConfig.js

+ 1 - 1
public/static/config/modeConfig.js

@@ -16,7 +16,7 @@ const tilesMaxLevel = 18;
 const adapterUrl = "http://10.155.32.4:8011/";
 
 // 切换模块时是否提示当前模块名称(用于对内介绍项目时便捷显示模块名称)
-const showModuleName = 1;
+const showModuleName = 0;
 
 if (localTest) {
     // baseURL = "http://192.168.10.13:8082/" // 联机调试 - 石林