zhoutao 6 年之前
父节点
当前提交
832ae81b40
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      config/index.js
  2. 1 1
      static/config/index-qa.js
  3. 1 1
      static/config/index-uat.js
  4. 1 1
      static/config/index.js

+ 1 - 1
config/index.js

@@ -14,7 +14,7 @@ module.exports = {
     // 代理列表, 是否开启代理通过[./dev.env.js]配置
     proxyTable: devEnv.OPEN_PROXY === false ? {} : {
       '/proxyApi': {
-        target: 'http://192.168.20.6:8085/',
+        target: 'http://www.sgsino.cn/mallj',
         changeOrigin: true,
         pathRewrite: {
           '^/proxyApi': '/'

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

@@ -5,7 +5,7 @@
   window.SITE_CONFIG = {}
 
   // api接口请求地址
-  window.SITE_CONFIG['baseUrl'] = 'http://192.168.0.143:8085'
+  window.SITE_CONFIG['baseUrl'] = 'http://www.sgsino.cn/mallj'
   // 静态资源文件url
   window.SITE_CONFIG['resourcesUrl'] = 'http://pxvq0t1nl.bkt.clouddn.com/'
   // cdn地址 = 域名 + 版本号

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

@@ -5,7 +5,7 @@
   window.SITE_CONFIG = {}
 
   // api接口请求地址
-  window.SITE_CONFIG['baseUrl'] = 'http://192.168.0.143:8085'
+  window.SITE_CONFIG['baseUrl'] = 'http://www.sgsino.cn/mallj'
 
   // 静态资源文件url
   window.SITE_CONFIG['resourcesUrl'] = 'http://pxvq0t1nl.bkt.clouddn.com/'

+ 1 - 1
static/config/index.js

@@ -5,7 +5,7 @@
   window.SITE_CONFIG = {}
 
   // api接口请求地址
-  window.SITE_CONFIG['baseUrl'] = 'http://192.168.0.143:8085'
+  window.SITE_CONFIG['baseUrl'] = 'http://www.sgsino.cn/mallj'
 
   // 静态资源文件url
   window.SITE_CONFIG['resourcesUrl'] = 'http://pxvq0t1nl.bkt.clouddn.com/'