chrislee vor 1 Woche
Ursprung
Commit
01051b81d6
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 2 2
      config/index.js
  2. 2 2
      static/config/index.js

+ 2 - 2
config/index.js

@@ -6,9 +6,9 @@
 const path = require('path')
 const devEnv = require('./dev.env')
 
-// const currentHost = 'www.muzhikeji.cn' // 测试环境
+const currentHost = 'www.muzhikeji.cn' // 测试环境
 // const currentHost = '192.168.2.124' // 东齐环境
-const currentHost = '192.168.110.222' // 昌柘环境
+// const currentHost = '192.168.110.222' // 昌柘环境
 
 module.exports = {
   dev: {

+ 2 - 2
static/config/index.js

@@ -10,7 +10,7 @@
     window.SITE_CONFIG['version'] = ''   // 版本号(年月日时分)
     window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version
     // 系统名称
-    // window.SITE_CONFIG['systemName'] = '木之云数字化平台'
-    window.SITE_CONFIG['systemName'] = '昌柘伟业数字化平台'
+    window.SITE_CONFIG['systemName'] = '木之云数字化平台'
+    // window.SITE_CONFIG['systemName'] = '昌柘伟业数字化平台'
   }
 })()