修改
This commit is contained in:
parent
a68c7a875f
commit
3a8f69aeab
@ -7,7 +7,7 @@ const baseUrl = "localhost:8080";
|
|||||||
const domain = 'http://' + baseUrl + "/app/";
|
const domain = 'http://' + baseUrl + "/app/";
|
||||||
|
|
||||||
//线上环境配置
|
//线上环境配置
|
||||||
// const baseUrl = "wxapi.linfeng.tech";
|
// const baseUrl = "";
|
||||||
// const domain = 'https://' + baseUrl + "/app/";
|
// const domain = 'https://' + baseUrl + "/app/";
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
window.SITE_CONFIG = {};
|
window.SITE_CONFIG = {};
|
||||||
|
|
||||||
// api接口请求地址
|
// api接口请求地址
|
||||||
window.SITE_CONFIG['baseUrl'] = 'https://wxapi.linfeng.tech';
|
window.SITE_CONFIG['baseUrl'] = '';
|
||||||
|
|
||||||
// cdn地址 = 域名 + 版本号
|
// cdn地址 = 域名 + 版本号
|
||||||
window.SITE_CONFIG['domain'] = './'; // 域名
|
window.SITE_CONFIG['domain'] = './'; // 域名
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
// api接口请求地址
|
// api接口请求地址
|
||||||
window.SITE_CONFIG['baseUrl'] = 'http://localhost:8080';
|
window.SITE_CONFIG['baseUrl'] = 'http://localhost:8080';
|
||||||
// window.SITE_CONFIG['baseUrl'] = 'https://wxapi.linfeng.tech';
|
// window.SITE_CONFIG['baseUrl'] = '';
|
||||||
|
|
||||||
// cdn地址 = 域名 + 版本号
|
// cdn地址 = 域名 + 版本号
|
||||||
window.SITE_CONFIG['domain'] = './'; // 域名
|
window.SITE_CONFIG['domain'] = './'; // 域名
|
||||||
|
Loading…
Reference in New Issue
Block a user