请假 巡检
Some checks failed
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Has been cancelled

This commit is contained in:
2025-09-12 09:24:59 +08:00
parent 9ed827a227
commit 57fe929080
14 changed files with 973 additions and 499 deletions

View File

@@ -30,5 +30,5 @@ const config = {
config.baseUrl = 'http://183.230.235.66:11010/api';
// config.baseUrl = 'http://5b35f15d.r28.cpolar.top';
// config.baseUrl = 'http://3efb1a71.r28.cpolar.top';
export default config;

View File

@@ -26,6 +26,7 @@ const install = (Vue, vm) => {
}
req.header["source"] = "uniapp";
req.header["clientId"] = "dab457a1ea14411787c240db05bb0832"
req.header["pushClientId"] = vm.vuex_push_clientId
// 默认指定返回 JSON 数据
if (!req.header[ajaxHeader]){
req.header[ajaxHeader] = 'json';