From deab9296035768617eac34009e21aeb1fe700899 Mon Sep 17 00:00:00 2001 From: chendt <18902722133@163.com> Date: Wed, 10 Nov 2021 15:37:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall4v/static/config/index-prod.js | 2 +- mall4v/static/config/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mall4v/static/config/index-prod.js b/mall4v/static/config/index-prod.js index 287e102..e289d8d 100644 --- a/mall4v/static/config/index-prod.js +++ b/mall4v/static/config/index-prod.js @@ -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'] = '' // 版本号(年月日时分) diff --git a/mall4v/static/config/index.js b/mall4v/static/config/index.js index 2a743ce..6551392 100644 --- a/mall4v/static/config/index.js +++ b/mall4v/static/config/index.js @@ -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'] = '' // 版本号(年月日时分)