update prod config

This commit is contained in:
linfeng 2023-08-23 10:01:44 +08:00
parent 99312a646f
commit fc9666f151

View File

@ -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"] = "./"; // 域名