mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:19:49 +08:00
将线路规划插件增加微信平台下判断,防止其他模式下发布失败的问题。
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//接口请求地址,如果需要不部署接口端的情况下测试uni-app,可以直接替换为官方测试接口:https://api.demo.coreshop.cn
|
//接口请求地址,如果需要不部署接口端的情况下测试uni-app,可以直接替换为官方测试接口:https://api.demo.coreshop.cn
|
||||||
export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'https://api.nsts.mvccms.cn' : 'https://api.nsts.mvccms.cn';
|
export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'https://api.test.pro.coreshop.cn' : 'https://api.test.pro.coreshop.cn';
|
||||||
|
|
||||||
//项目静态资源请求地址,如果使用官方的静态文件地址可以直接替换为:https://files.cdn.coreshop.cn
|
//项目静态资源请求地址,如果使用官方的静态文件地址可以直接替换为:https://files.cdn.coreshop.cn
|
||||||
export const apiFilesUrl = 'https://files.cdn.coreshop.cn';
|
export const apiFilesUrl = 'https://files.cdn.coreshop.cn';
|
||||||
|
|||||||
@@ -177,6 +177,8 @@
|
|||||||
"subPackages" : true
|
"subPackages" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mp-alipay": {},
|
"mp-alipay" : {
|
||||||
|
"appid" : "2021004107611929"
|
||||||
|
},
|
||||||
"mp-baidu" : {}
|
"mp-baidu" : {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -269,13 +269,16 @@
|
|||||||
"navigationBarTitleText": "门店列表"
|
"navigationBarTitleText": "门店列表"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
|
// #ifdef MP-WEIXIN
|
||||||
|
,
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"routePlan": {
|
"routePlan": {
|
||||||
"version": "1.0.18",
|
"version": "1.0.18",
|
||||||
"provider": "wx50b5593e81dd937a"
|
"provider": "wx50b5593e81dd937a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// #endif
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"root": "pages/search",
|
"root": "pages/search",
|
||||||
|
|||||||
Reference in New Issue
Block a user