|
@@ -20,7 +20,7 @@ const production = {
|
|
|
|
|
|
api: 'https://openapi.bozedu.net/',
|
|
|
oss: 'https://openapi.bozedu.net/',
|
|
|
- uc:'https://uc.bozedu.net/',
|
|
|
+ uc: 'https://uc.bozedu.net/',
|
|
|
}
|
|
|
|
|
|
function isWhich() {
|
|
@@ -32,4 +32,4 @@ function isWhich() {
|
|
|
return local
|
|
|
}
|
|
|
}
|
|
|
-window.GLOBAL_CONFIG = production//isWhich()
|
|
|
+window.GLOBAL_CONFIG = isWhich()
|