fix: 修改环境配置
This commit is contained in:
parent
f33ea20b9f
commit
3b423d1306
|
@ -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"] = "./"; // 域名
|
||||
|
|
|
@ -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接口请求地址
|
||||
|
|
|
@ -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"
|
||||
]),
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue