Browse Source

1、修改oss配置

huangmp 3 năm trước cách đây
mục cha
commit
0b316d4af1
3 tập tin đã thay đổi với 7 bổ sung6 xóa
  1. 2 2
      .env.development
  2. 4 4
      .env.production
  3. 1 0
      package.json

+ 2 - 2
.env.development

@@ -3,7 +3,7 @@ ENV = 'development'
 
 // api接口请求地址
 //VUE_APP_BASE_API = 'https://b2b2c-multishop.mall4j.com/apis'
-VUE_APP_BASE_API = 'http://127.0.0.1:8087'
+  VUE_APP_BASE_API = 'http://127.0.0.1:8087'
 
 // 客服api接口请求地址
 //VUE_APP_IM_API = 'https://b2b2c-im.mall4j.com'
@@ -13,5 +13,5 @@ VUE_APP_IM_API = 'http://127.0.0.1:8089'
 VUE_APP_WS_IM_API = 'ws://127.0.0.1:8089'
 // 静态资源文件url
 //VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/'
-VUE_APP_RESOURCES_URL = 'http:192.168.1.218:9000/mall4j/'
+VUE_APP_RESOURCES_URL = 'https://jtmall-oss.wangquan666.com/'
 

+ 4 - 4
.env.production

@@ -2,12 +2,12 @@
 ENV = 'production'
 
 // api接口请求地址
-VUE_APP_BASE_API = 'http://lymall-multishop.58for.com/apis'
+VUE_APP_BASE_API = 'https://jtmall-multishop.wangquan666.com/apis'
 // 客服api接口请求地址
-VUE_APP_IM_API = 'https://lymall-im.58for.com'
+VUE_APP_IM_API = 'https://jtmall-im.wangquan666.com'
 // 客服webstock接口请求地址
-VUE_APP_WS_IM_API = 'wss://lymall-im.58for.com'
+VUE_APP_WS_IM_API = 'wss://jtmall-im.wangquan666.com'
 
 # 静态资源文件url
-VUE_APP_RESOURCES_URL = 'https://ecard-oss.58for.com/'
+VUE_APP_RESOURCES_URL = 'https://jtmall-oss.wangquan666.com/'
 

+ 1 - 0
package.json

@@ -17,6 +17,7 @@
     "element-resize-detector": "^1.2.3",
     "element-ui": "2.15.7",
     "js-base64": "^3.6.1",
+    "jszip": "^3.10.1",
     "lodash": "4.17.5",
     "moment": "^2.29.1",
     "qrcode": "^1.4.4",