update prod config
This commit is contained in:
parent
99312a646f
commit
fc9666f151
@ -4,8 +4,8 @@
|
|||||||
(function() {
|
(function() {
|
||||||
window.SITE_CONFIG = {};
|
window.SITE_CONFIG = {};
|
||||||
|
|
||||||
// api接口请求地址
|
// api接口请求地址 你的线上api域名
|
||||||
window.SITE_CONFIG["baseUrl"] = "";
|
window.SITE_CONFIG["baseUrl"] = "https://api.xxx.com";
|
||||||
|
|
||||||
// cdn地址 = 域名 + 版本号
|
// cdn地址 = 域名 + 版本号
|
||||||
window.SITE_CONFIG["domain"] = "./"; // 域名
|
window.SITE_CONFIG["domain"] = "./"; // 域名
|
||||||
|
Loading…
x
Reference in New Issue
Block a user