bzkf3 лет назад: 2
Родитель
Сommit
eeffc75906
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      public/config.js

+ 2 - 2
public/config.js

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