|
|
@@ -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'
|
|
|
|