|
@@ -1,16 +1,19 @@
|
|
|
const envs = {
|
|
|
development: {
|
|
|
BASE_URL: '/mobile/', // 路由基础路径
|
|
|
- BASE_API: 'https://scrm.gooki.com/linkwechat-api',
|
|
|
+ // BASE_API: 'https://scrm.gooki.com/linkwechat-api',
|
|
|
+ BASE_API: 'https://www.ascrm.cn/linkwechat-api',
|
|
|
},
|
|
|
test: {
|
|
|
BASE_URL: '/mobile/',
|
|
|
- BASE_API: 'https://scrm.gooki.com/linkwechat-api',
|
|
|
+ BASE_API: 'https://www.ascrm.cn/linkwechat-api',
|
|
|
},
|
|
|
production: {
|
|
|
BASE_URL: '/mobile/',
|
|
|
// BASE_API: 'https://scrm.gooki.com/linkwechat-api',
|
|
|
- BASE_API: 'https://ascrm.gooki.com/linkwechat-api',
|
|
|
+ // BASE_API: 'https://ascrm.gooki.com/linkwechat-api',
|
|
|
+ BASE_API: 'https://www.ascrm.cn/linkwechat-api',
|
|
|
+
|
|
|
},
|
|
|
}
|
|
|
let env = envs[process.env.VUE_APP_ENV]
|