Browse Source

TBtools-接口域名改成https

panyong 4 years ago
parent
commit
788014185e

+ 1 - 1
htmldev/TBTools/static/config/index-prod.js

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

+ 1 - 1
htmldev/TBTools/static/config/index-qa.js

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

+ 1 - 1
htmldev/TBTools/static/config/index-uat.js

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