From c77637aa6781f3275839674cb4fa2d4b72b8827c Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期一, 15 七月 2024 19:34:55 +0800
Subject: [PATCH] fix:修复纤度登记表,检验表,产量等级表部分的bug修复

---
 vue.config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 8800196..ead979c 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -4,8 +4,8 @@
 function resolve(dir) {
   return path.join(__dirname, dir)
 }
-const ipNum=59;
-const serverPath='http://192.168.0.86:8008';
+const ipNum=105;
+const serverPath='http://192.168.0.105:8008';
 // 璁剧疆涓嶅弬涓庢瀯寤虹殑搴�
 const externals = {};
 module.exports = {

--
Gitblit v1.8.0