浏览代码

Merge remote-tracking branch 'origin/master'

chenxiqiang 6 年前
父节点
当前提交
7a820188c6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      miniapp/app/base/libs/config.js

+ 2
- 2
miniapp/app/base/libs/config.js 查看文件

@@ -1,7 +1,7 @@
1 1
 export default {
2 2
     ENV: 'dev',
3 3
     VERSION: '0.0.1',
4
-    REQUEST_DEV_URL: 'https://wechat.sotype.com/',
5
-    REQUEST_URL: 'https://sotype.com/',
4
+    REQUEST_DEV_URL: 'https://wechat.sotype.com/api/',
5
+    REQUEST_URL: 'https://sotype.com/api/',
6 6
     LAUNCH_PAGE: '/pages/launch/index'
7 7
 }

Loading…
取消
保存