将线路规划插件增加微信平台下判断,防止其他模式下发布失败的问题。

This commit is contained in:
jianweie code
2024-04-23 14:30:20 +08:00
parent be1b390d2f
commit 535c88b819
3 changed files with 178 additions and 173 deletions

View File

@@ -4,7 +4,7 @@
*/
//接口请求地址如果需要不部署接口端的情况下测试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
export const apiFilesUrl = 'https://files.cdn.coreshop.cn';

View File

@@ -177,6 +177,8 @@
"subPackages" : true
}
},
"mp-alipay": {},
"mp-alipay" : {
"appid" : "2021004107611929"
},
"mp-baidu" : {}
}

View File

@@ -269,13 +269,16 @@
"navigationBarTitleText": "门店列表"
}
}
],
]
// #ifdef MP-WEIXIN
,
"plugins": {
"routePlan": {
"version": "1.0.18",
"provider": "wx50b5593e81dd937a"
}
}
// #endif
},
{
"root": "pages/search",