Forráskód Böngészése

配置文件更新

luohailiang 2 éve%!(EXTRA string=óta)
szülő
commit
4e33731e12
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      public/config.js

+ 2 - 2
public/config.js

@@ -16,7 +16,7 @@ const development = {
 
 // 正式服环境
 const production = {
-    oss: 'https://openapi.bozedu.net',
+    oss: 'http://60.188.226.44:8090/',
     api: 'http://60.188.226.44:8090/',
     login: 'https://qqyxt.bozedu.net/app/activityRating/home/login.html',
     origin: window.location.origin + '/app/xddy/',
@@ -31,4 +31,4 @@ function isWhich() {
         return production
     }
 }
-window.globalVariables = isWhich()
+window.globalVariables = window.GLOBAL_CONFIG = isWhich()