zhuf 9 달 전
부모
커밋
debab7bf78
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      public/config.js

+ 4 - 4
public/config.js

@@ -2,16 +2,16 @@ const isDev = location.host.endsWith('.top')
 
 window.globalVariables = window.GLOBAL_CONFIG = isDev ?
   {
-    oss: 'https://qqyxtjnmfopenapi.bozedu.top',
-    api: 'https://qqyxtjnmfopenapi.bozedu.top',
+    oss: 'https://qqyxtjnmfopenapi.bozedu.top/',
+    api: 'https://qqyxtjnmfopenapi.bozedu.top/',
     // login: 'https://qqyxt.bozedu.net/app/activityRating/home/login.html',
     // origin: window.location.origin + '/app/xdbg/',
     wpsserver: 'http://60.188.226.44:8001/loading.html'
   }
   :
   {
-    oss: 'https://qqyxtjnmfopenapi.bozedu.net',
-    api: 'https://qqyxtjnmfopenapi.bozedu.net',
+    oss: 'https://qqyxtjnmfopenapi.bozedu.net/',
+    api: 'https://qqyxtjnmfopenapi.bozedu.net/',
     // login: 'https://qqyxt.bozedu.net/app/activityRating/home/login.html',
     origin: window.location.origin,
     wpsserver: 'http://60.188.226.44:8001/loading.html'