Browse Source

去掉右下角调试

kyoyue 1 year ago
parent
commit
c6cf2d85aa
3 changed files with 4 additions and 3 deletions
  1. 2 1
      env.js
  2. 1 1
      public/static/config.js
  3. 1 1
      src/config.js

+ 2 - 1
env.js

@@ -7,11 +7,12 @@ const envs = {
   test: {
     BASE_URL: '/mobile/',
     BASE_API: 'https://www.ascrm.cn/linkwechat-api',
+    // BASE_API: 'https://scrm.gooki.com/linkwechat-api',
   },
   production: {
     BASE_URL: '/mobile/',
     // BASE_API: 'https://scrm.gooki.com/linkwechat-api',
-    // BASE_API: 'https://ascrm.gooki.com/linkwechat-api',
+    // BASE_API: 'https://scrm.gooki.com/linkwechat-api',
     BASE_API: 'https://www.ascrm.cn/linkwechat-api',
    
   },

+ 1 - 1
public/static/config.js

@@ -2,5 +2,5 @@
 window.lwConfig = {
   //   BASE_URL: '/', // 路由基础路径
   //   BASE_API: 'http://demo.linkwechat.cn/prod-api',
-  IS_VCONSOLE: true,
+  // IS_VCONSOLE: true,
 }

+ 1 - 1
src/config.js

@@ -23,7 +23,7 @@ const common = {
   DEFAULT_H5_COLLECT: env.BASE_URL + 'static/COLLECT.png', // 收集表默认封面
   TOKEN: '', // 本地开发调试用的token,仅本地开发环境生效
   PRIVACY_POLICY: env.BASE_URL + 'static/yszc.pdf', // 隐私政策
-  IS_VCONSOLE: process.env.VUE_APP_ENV !== 'production', // 是否显示VCONSOLE
+  // IS_VCONSOLE: process.env.VUE_APP_ENV !== 'production', // 是否显示VCONSOLE
   PRIVIEW_URL: 'https://www.ascrm.cn/fileView/onlinePreview?url=', // kkfileview,素材预览服务地址
 }