This commit is contained in:
linfeng 2022-11-08 09:46:39 +08:00
parent a68c7a875f
commit 3a8f69aeab
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ const baseUrl = "localhost:8080";
const domain = 'http://' + baseUrl + "/app/";
//线上环境配置
// const baseUrl = "wxapi.linfeng.tech";
// const baseUrl = "";
// const domain = 'https://' + baseUrl + "/app/";

View File

@ -5,7 +5,7 @@
window.SITE_CONFIG = {};
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'https://wxapi.linfeng.tech';
window.SITE_CONFIG['baseUrl'] = '';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名

View File

@ -6,7 +6,7 @@
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'http://localhost:8080';
// window.SITE_CONFIG['baseUrl'] = 'https://wxapi.linfeng.tech';
// window.SITE_CONFIG['baseUrl'] = '';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名