|
@@ -1,7 +1,7 @@
|
|
|
const CONFIG = {
|
|
|
assetsPath: '/static', // 静态资源路径
|
|
|
- // baseUrl: 'http://192.168.0.17:8196/api', // 后台接口请求地址
|
|
|
- baseUrl: 'https://yigefuwuapp.ycbrain.com/prod-api/api', // 后台接口请求地址
|
|
|
+ baseUrl: 'http://192.168.0.151:8196/api', // 后台接口请求地址
|
|
|
+ // baseUrl: 'https://yigefuwuapp.ycbrain.com/prod-api/api', // 后台接口请求地址
|
|
|
telRegex: "^(1)\\d{10}$", //手机正则
|
|
|
mailVerify: "^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$",
|
|
|
};
|