From 7d520e6190241adc647f36f7aea34c365216edb0 Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期二, 06 八月 2024 11:45:27 +0800
Subject: [PATCH] feat:更新代码

---
 src/views/productManage/silkRegisterForm/addPage.vue                   |    2 +-
 vue.config.js                                                          |    5 +++--
 src/views/productManage/productRegisterForm/addProductRegisterPage.vue |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/productManage/productRegisterForm/addProductRegisterPage.vue b/src/views/productManage/productRegisterForm/addProductRegisterPage.vue
index 1ad3274..80d9d2f 100644
--- a/src/views/productManage/productRegisterForm/addProductRegisterPage.vue
+++ b/src/views/productManage/productRegisterForm/addProductRegisterPage.vue
@@ -996,7 +996,7 @@
       });
       //瑙勬牸
       getDictList({
-        dictType: 3,
+        dictType: 4,
       }).then((res) => {
         if (res.code == 200) {
           this.specList = res.data || [];
diff --git a/src/views/productManage/silkRegisterForm/addPage.vue b/src/views/productManage/silkRegisterForm/addPage.vue
index df2b635..ad00de8 100644
--- a/src/views/productManage/silkRegisterForm/addPage.vue
+++ b/src/views/productManage/silkRegisterForm/addPage.vue
@@ -778,7 +778,7 @@
       });
       //瑙勬牸
       getDictList({
-        dictType: 3,
+        dictType: 4,
       }).then((res) => {
         if (res.code == 200) {
           this.specList = res.data || [];
diff --git a/vue.config.js b/vue.config.js
index 4e94e61..e30c527 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -4,8 +4,9 @@
 function resolve(dir) {
   return path.join(__dirname, dir)
 }
-const ipNum=105;
-const serverPath=`http://192.168.0.${ipNum}:8008`;
+const ipNum=47;
+//const serverPath=`http://192.168.0.${ipNum}:8008`;
+const serverPath="http://silk.fai365.com";
 // 璁剧疆涓嶅弬涓庢瀯寤虹殑搴�
 const externals = {};
 module.exports = {

--
Gitblit v1.8.0