域名替换

This commit is contained in:
chendt 2021-11-10 15:37:31 +08:00
parent 30642d3c69
commit deab929603
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'https://mall4j-admin.mall4j.com/apis'
// 静态资源文件url
window.SITE_CONFIG['resourcesUrl'] = 'https://img-test.mall4j.com/'
window.SITE_CONFIG['resourcesUrl'] = 'https://img.mall4j.com//'
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './' // 域名
window.SITE_CONFIG['version'] = '' // 版本号(年月日时分)

View File

@ -8,7 +8,7 @@
window.SITE_CONFIG['baseUrl'] = 'http://192.168.0.143:8085'
// 静态资源文件url
window.SITE_CONFIG['resourcesUrl'] = 'http://img-test.mall4j.com/'
window.SITE_CONFIG['resourcesUrl'] = 'https://img.mall4j.com//'
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './' // 域名
window.SITE_CONFIG['version'] = '' // 版本号(年月日时分)