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