fix: 修改环境配置
This commit is contained in:
parent
f33ea20b9f
commit
3b423d1306
|
@ -13,7 +13,7 @@
|
||||||
window.SITE_CONFIG = {};
|
window.SITE_CONFIG = {};
|
||||||
|
|
||||||
// 在线api接口请求地址
|
// 在线api接口请求地址
|
||||||
window.SITE_CONFIG["baseUrl"] = "https://admin-test.damajishi.cn/";
|
window.SITE_CONFIG["baseUrl"] = "https://admin.damajishi.cn/";
|
||||||
|
|
||||||
// cdn地址 = 域名 + 版本号
|
// cdn地址 = 域名 + 版本号
|
||||||
window.SITE_CONFIG["domain"] = "./"; // 域名
|
window.SITE_CONFIG["domain"] = "./"; // 域名
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
(function () {
|
(function () {
|
||||||
window.SITE_CONFIG = {};
|
window.SITE_CONFIG = {};
|
||||||
// api接口请求地址
|
// api接口请求地址
|
||||||
window.SITE_CONFIG["baseUrl"] = "https://admin-test.damajishi.cn/";
|
window.SITE_CONFIG["baseUrl"] = "https://admin.damajishi.cn/";
|
||||||
// 在线api接口请求地址
|
// 在线api接口请求地址
|
||||||
// window.SITE_CONFIG['baseUrl'] = 'http://119.29.103.250:8082/red-memory';
|
// window.SITE_CONFIG['baseUrl'] = 'http://119.29.103.250:8082/red-memory';
|
||||||
// 在线api接口请求地址
|
// 在线api接口请求地址
|
||||||
|
|
|
@ -152,6 +152,7 @@ export default {
|
||||||
group: "0",
|
group: "0",
|
||||||
// marketId: this.marketId,
|
// marketId: this.marketId,
|
||||||
shopId: this.shopId,
|
shopId: this.shopId,
|
||||||
|
agentId: this.agentId
|
||||||
};
|
};
|
||||||
this.getList();
|
this.getList();
|
||||||
},
|
},
|
||||||
|
@ -172,6 +173,7 @@ export default {
|
||||||
this.formInline = {
|
this.formInline = {
|
||||||
group: "0",
|
group: "0",
|
||||||
shopId: this.shopId,
|
shopId: this.shopId,
|
||||||
|
agentId: this.agentId
|
||||||
};
|
};
|
||||||
this.getList();
|
this.getList();
|
||||||
},
|
},
|
||||||
|
@ -198,6 +200,7 @@ export default {
|
||||||
"storeList",
|
"storeList",
|
||||||
"marketId",
|
"marketId",
|
||||||
"shopId",
|
"shopId",
|
||||||
|
"agentId"
|
||||||
]),
|
]),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue