fix: 修改环境配置

This commit is contained in:
lzhizhao 2025-09-24 22:44:56 +08:00
parent f33ea20b9f
commit 3b423d1306
3 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,7 @@
window.SITE_CONFIG = {};
// 在线api接口请求地址
window.SITE_CONFIG["baseUrl"] = "https://admin-test.damajishi.cn/";
window.SITE_CONFIG["baseUrl"] = "https://admin.damajishi.cn/";
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG["domain"] = "./"; // 域名

View File

@ -12,7 +12,7 @@
(function () {
window.SITE_CONFIG = {};
// api接口请求地址
window.SITE_CONFIG["baseUrl"] = "https://admin-test.damajishi.cn/";
window.SITE_CONFIG["baseUrl"] = "https://admin.damajishi.cn/";
// 在线api接口请求地址
// window.SITE_CONFIG['baseUrl'] = 'http://119.29.103.250:8082/red-memory';
// 在线api接口请求地址

View File

@ -152,6 +152,7 @@ export default {
group: "0",
// marketId: this.marketId,
shopId: this.shopId,
agentId: this.agentId
};
this.getList();
},
@ -172,6 +173,7 @@ export default {
this.formInline = {
group: "0",
shopId: this.shopId,
agentId: this.agentId
};
this.getList();
},
@ -198,6 +200,7 @@ export default {
"storeList",
"marketId",
"shopId",
"agentId"
]),
},
};