huangmp 2 vuotta sitten
vanhempi
commit
31e2a52e12
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      .env.production

+ 2 - 2
.env.production

@@ -2,9 +2,9 @@
 ENV = 'production'
 
 // api接口请求地址
-VUE_APP_BASE_API = 'https://jtmall-multishop.wangquan666.com/apis'
+VUE_APP_BASE_API = 'http://jtmall-multishop.wangquan666.com/apis'
 // 客服api接口请求地址
-VUE_APP_IM_API = 'https://jtmall-im.wangquan666.com'
+VUE_APP_IM_API = 'http://jtmall-im.wangquan666.com'
 // 客服webstock接口请求地址
 VUE_APP_WS_IM_API = 'wss://jtmall-im.wangquan666.com'