浏览代码

关闭弹窗提示

wangmengwei@gyee-china.com 3 年之前
父节点
当前提交
7893a9cff7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 adapterUrl = "http://10.155.32.4:8011/";
 
 
 // 切换模块时是否提示当前模块名称(用于对内介绍项目时便捷显示模块名称)
 // 切换模块时是否提示当前模块名称(用于对内介绍项目时便捷显示模块名称)
-const showModuleName = 1;
+const showModuleName = 0;
 
 
 if (localTest) {
 if (localTest) {
     // baseURL = "http://192.168.10.13:8082/" // 联机调试 - 石林
     // baseURL = "http://192.168.10.13:8082/" // 联机调试 - 石林