From 4eae57c864cabf05f8739838c964e505811b65ef Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 20 五月 2022 22:20:28 +0800
Subject: [PATCH] 修复ip配置后提示链接

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

diff --git a/vue.config.js b/vue.config.js
index 7b45f90..b4a7da8 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -40,7 +40,8 @@
   // }
 });
 
-const serverUrl = "http://192.168.20.189:7009"; // 缇婁簲//
+// const serverUrl = "http://192.168.20.189:7009"; // 缇婁簲//
+const serverUrl = "http://192.168.20.117:7009";
 //  const serverUrl = "http://192.168.8.10:7009";
 //const serverUrl = "http://192.168.8.118:7009";
 

--
Gitblit v1.8.0