yuanchao 3 месяцев назад
Родитель
Сommit
337542f8e5
3 измененных файлов с 18 добавлено и 20 удалено
  1. 3 5
      .env.development
  2. 5 5
      .env.production
  3. 10 10
      .eslintrc-auto-import.json

+ 3 - 5
.env.development

@@ -5,18 +5,16 @@
 VITE_APP_ENV = 'development'
 
 # 统一接口域名
-#VITE_APP_BASE_API = 'https://b2b2c-api.mall4j.com'
 VITE_APP_BASE_API = 'http://180.76.117.109:8112'
 
 # 客服websocket接口请求地址,https对应wss,http对应ws
-VITE_APP_WS_IM_API = 'wss://b2b2c-im.mall4j.com'
+VITE_APP_WS_IM_API = 'ws://180.76.117.109:5200'
 
 # 移动端域名地址配置 - 用于生成二维码跳转链接
-VITE_APP_H5_DOMAIN = 'https://h5.mall4j.com'
+VITE_APP_H5_DOMAIN = 'http://180.76.117.109:9530'
 
 # 商家端后台地址
-VITE_APP_MERCHANT_PLATFORM_URL = 'https://b2b2c-multishop.mall4j.com'
+VITE_APP_MERCHANT_PLATFORM_URL = 'http://180.76.117.109:9527'
 
 # 图片域名
-#VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/'
 VITE_APP_RESOURCES_URL = 'http://180.76.117.109:9000/mall4j/'

+ 5 - 5
.env.production

@@ -5,16 +5,16 @@
 VITE_APP_ENV = 'production'
 
 # 统一接口域名
-VITE_APP_BASE_API = 'https://b2b2c-api.mall4j.com'
+VITE_APP_BASE_API = 'https://api.lamianchain.com'
 
 # 客服websocket接口请求地址,https对应wss,http对应ws
-VITE_APP_WS_IM_API = 'wss://b2b2c-im.mall4j.com'
+VITE_APP_WS_IM_API = 'ws://180.76.170.35:5200'
 
 # 移动端域名地址配置 - 用于生成二维码跳转链接
-VITE_APP_H5_DOMAIN = 'https://h5.mall4j.com'
+VITE_APP_H5_DOMAIN = 'https://h5.lamianchain.com/'
 
 # 商家端后台地址
-VITE_APP_MERCHANT_PLATFORM_URL = 'https://b2b2c-multishop.mall4j.com'
+VITE_APP_MERCHANT_PLATFORM_URL = 'http://180.76.170.35:9527'
 
 # 图片域名
-VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/'
+VITE_APP_RESOURCES_URL = 'https://qhhllmoss.bj.bcebos.com/'

+ 10 - 10
.eslintrc-auto-import.json

@@ -5,11 +5,15 @@
     "Component": true,
     "ComponentPublicInstance": true,
     "ComputedRef": true,
+    "DirectiveBinding": true,
     "EffectScope": true,
     "ExtractDefaultPropTypes": true,
     "ExtractPropTypes": true,
     "ExtractPublicPropTypes": true,
+    "ImageCompressorFn": true,
     "InjectionKey": true,
+    "MaybeRef": true,
+    "MaybeRefOrGetter": true,
     "PayType": true,
     "PropType": true,
     "Ref": true,
@@ -27,6 +31,7 @@
     "checkPayWay": true,
     "checkPhoneNumber": true,
     "checkUserName": true,
+    "compressImage": true,
     "computed": true,
     "createApp": true,
     "customRef": true,
@@ -69,6 +74,7 @@
     "onServerPrefetch": true,
     "onUnmounted": true,
     "onUpdated": true,
+    "onWatcherCleanup": true,
     "parsePrice": true,
     "provide": true,
     "rainbow": true,
@@ -98,27 +104,21 @@
     "useCssModule": true,
     "useCssVars": true,
     "useHomepageRenovateStore": true,
+    "useId": true,
     "useLanguageStore": true,
     "useLink": true,
+    "useModel": true,
     "useRoute": true,
     "useRouter": true,
     "useShopCategoryStore": true,
     "useSlots": true,
+    "useTemplateRef": true,
     "useUserStore": true,
     "useWebConfigStore": true,
     "useWebsocketStore": true,
     "watch": true,
     "watchEffect": true,
     "watchPostEffect": true,
-    "watchSyncEffect": true,
-    "DirectiveBinding": true,
-    "ImageCompressorFn": true,
-    "MaybeRef": true,
-    "MaybeRefOrGetter": true,
-    "compressImage": true,
-    "onWatcherCleanup": true,
-    "useId": true,
-    "useModel": true,
-    "useTemplateRef": true
+    "watchSyncEffect": true
   }
 }