|
@@ -1,7 +1,7 @@
|
|
const CONFIG = {
|
|
const CONFIG = {
|
|
assetsPath: '/static', // 静态资源路径
|
|
assetsPath: '/static', // 静态资源路径
|
|
- // baseUrl: 'http://192.168.0.17:8196/api', // 后台接口请求地址
|
|
|
|
- // baseShopUrl: 'http://192.168.0.17:9020/baseshop/api',
|
|
|
|
|
|
+ // baseUrl: 'http://192.168.0.151:8196/api', // 后台接口请求地址
|
|
|
|
+ // baseShopUrl: 'http://192.168.0.151:9020/baseshop/api',
|
|
baseUrl: 'https://yigefuwuapp.ycbrain.com/prod-api/api', // 后台接口请求地址
|
|
baseUrl: 'https://yigefuwuapp.ycbrain.com/prod-api/api', // 后台接口请求地址
|
|
baseShopUrl: 'https://yigefuwuapp.ycbrain.com/shop-api/api',
|
|
baseShopUrl: 'https://yigefuwuapp.ycbrain.com/shop-api/api',
|
|
telRegex: "^(1)\\d{10}$", //手机正则
|
|
telRegex: "^(1)\\d{10}$", //手机正则
|