12345678910111213141516171819202122232425262728293031323334 |
- const CONFIG = {
-
- baseUrl: 'http://192.168.0.17:8196/api', // 后台接、口请求地址
- baseShopUrl: 'https://yigefuwuapp.ycbrain.com/shop-api/api', // 后台接、口请求地址
- telRegex: "^[1]([3-9])[0-9]{9}$", //手机正则
-
-
-
-
- // assetsPath: 'https://yigefuwuapp.ycbrain.com/ycimg', // 静态资源路径
- // // assetsPath: 'https://shop.songhe1688.com/ycimg', // 静态资源路径
- // staticUrl: 'https://yigefuwuapp.ycbrain.com/ycimg', // 所有图片服务器地址 192.168.154.191:8196
- // baseUrl: 'http://192.168.0.17:8196/api', // 后台接、口请求地址
- // // baseUrl: 'http://192.168.0.101:8196/api', // 后台接、口请求地址
- // // baseUrl: 'http://192.168.0.17:8196/api', // 后台接、口请求地址
- // // baseUrl: 'http://119.45.192.122:1221/prod-api/api', // 后台接、口请求地址
- // // baseUrl: 'https://yigefuwuapp.ycbrain.com/prod-api/api', // 后台接、口请求地址
- // baseShopUrl: 'http://192.168.0.17:8196/api', // 后台接、口请求地址
- // // baseShopUrl: 'http://192.168.0.101:9020/baseshop/api', // 后台接、口请求地址
- // // baseShopUrl: 'http://192.168.0.17:9020/baseshop/api', // 后台接、口请求地址
- // // baseShopUrl: 'http://119.45.192.122:1221/shop-api/api', // 后台接、口请求地址
- // // baseShopUrl: 'https://yigefuwuapp.ycbrain.com/shop-api/api', // 后台接、口请求地址
- // //baseUrl: process.env.NODE_ENV == 'production'?'https://www.app.xjqcwd.cn/lida/api':'https://www.app.xjqcwd.cn/lida/api', //'https://test.lidashine.com:444/lida/api', // 后台接口请求地址
- // hostUrl: 'https://yigefuwuapp.ycbrain.com/yige-h5/#', // H5分享地址(前端运行地址)
- // telIdentity: "^[1-9][0-9]{5}(19[0-9]{2}|200[0-9]|2010)(0[1-9]|1[0-2])(0[1-9]|[12][0-9]|3[01])[0-9]{3}[0-9xX]$", //身份证的正则表达式
- // twoMinNum: /^(([1-9][0-9]*)|(([0]\.\d{1,2}|[1-9][0-9]*\.\d{1,2})))$/,
- // mailVerify: "^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$",
- // // imgURL: 'http://119.45.192.122:1221/upload',
- // // imgURL: 'https://yigefuwuapp.ycbrain.com/upload',
- // AlipayAppid: '2021003145626363', //支付宝appid
- // // redirect_uri: "https://shop.gncode.cn/h5/#", //h5 支付宝授权回调地址
- // bankLink: "https://apimg.alipay.com/combo.png?d=cashier&t=", // 银行卡logo地址
- };
- export default CONFIG;
|