浏览代码

feat: 更换域名

zhangyuhan 9 月之前
父节点
当前提交
19d4c7572c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/config/index.js

+ 1 - 1
client/config/index.js

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