From afeff6d0531995b45da033404eb4b6369e69715e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com>
Date: Thu, 12 Dec 2024 17:47:39 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=85=A5=E7=BB=84?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.production | 16 +++++-----
src/components/scImport/index.vue | 32 +++++++++++--------
src/views/cost/feeRecords/index.vue | 2 +-
src/views/order/inventoryList/index.vue | 2 +-
src/views/order/orderList/index.vue | 2 +-
src/views/setting/advanced/setup/material.vue | 2 +-
src/views/setting/bom/index.vue | 2 +-
src/views/setting/company/index.vue | 2 +-
.../setting/partsMag/components/info.vue | 2 +-
.../setting/partsMag/components/library.vue | 2 +-
src/views/setting/user/index.vue | 2 +-
11 files changed, 35 insertions(+), 31 deletions(-)
diff --git a/.env.production b/.env.production
index 6f8ae33..3198248 100644
--- a/.env.production
+++ b/.env.production
@@ -5,15 +5,15 @@ NODE_ENV = production
VUE_APP_TITLE = 象纬云科
# 测试环境
- VUE_APP_API_BASEURL = https://dev.api.linkwing.com/api/v1
- VUE_APP_API_DEV = https://dev.api.linkwing.com/api/v1
- VUE_APP_WS_URL = wss://dev.api.linkwing.com/wss
- VUE_APP_WSS_URL = wss://dev.api.linkwing.com/wss
+# VUE_APP_API_BASEURL = https://dev.api.linkwing.com/api/v1
+# VUE_APP_API_DEV = https://dev.api.linkwing.com/api/v1
+# VUE_APP_WS_URL = wss://dev.api.linkwing.com/wss
+# VUE_APP_WSS_URL = wss://dev.api.linkwing.com/wss
# 线上环境
# 接口地址 # WS地址
-# VUE_APP_API_BASEURL = https://prod.api.linkwing.com/api/v1
-# VUE_APP_API_DEV = https://prod.api.linkwing.com/api/v1
-# VUE_APP_WS_URL = wss://prod.api.linkwing.com/wss
-# VUE_APP_WSS_URL = wss://prod.api.linkwing.com/wss
+ VUE_APP_API_BASEURL = https://prod.api.linkwing.com/api/v1
+ VUE_APP_API_DEV = https://prod.api.linkwing.com/api/v1
+ VUE_APP_WS_URL = wss://prod.api.linkwing.com/wss
+ VUE_APP_WSS_URL = wss://prod.api.linkwing.com/wss
diff --git a/src/components/scImport/index.vue b/src/components/scImport/index.vue
index de6331e..1f76ae5 100644
--- a/src/components/scImport/index.vue
+++ b/src/components/scImport/index.vue
@@ -58,7 +58,7 @@