mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2025-12-26 07:56:43 +08:00
域名替换
This commit is contained in:
parent
30642d3c69
commit
deab929603
@ -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'] = '' // 版本号(年月日时分)
|
||||
|
||||
@ -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'] = '' // 版本号(年月日时分)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user