|
@@ -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()
|