Przeglądaj źródła

feat: 更换域名

zhangyuhan 9 miesięcy temu
rodzic
commit
19d4c7572c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      client/config/index.js

+ 1 - 1
client/config/index.js

@@ -9,7 +9,7 @@ const configDict = {
         baseURL: 'http://localhost:3333'
         baseURL: 'http://localhost:3333'
     },
     },
     production: {
     production: {
-        baseURL: 'https://h5-editor.jydev.jianyu360.com'
+        baseURL: 'https://h5-editor.jydev.jianyu360.cn'
     }
     }
 }
 }