Преглед изворни кода

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
 export default {
1
 export default {
2
     ENV: 'dev',
2
     ENV: 'dev',
3
     VERSION: '0.0.1',
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
     LAUNCH_PAGE: '/pages/launch/index'
6
     LAUNCH_PAGE: '/pages/launch/index'
7
 }
7
 }

Loading…
Откажи
Сачувај