From 1f1b2fcc05f6b0f83bf7602f453cc73dd6e9b7ce Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 20 七月 2022 15:04:13 +0800
Subject: [PATCH] 添加国标数默认展开状态

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

diff --git a/vue.config.js b/vue.config.js
index 0a103df..103c24f 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -67,8 +67,8 @@
   // }
 });
 
-//const serverUrl = "http://192.168.20.189:7009";
-const serverUrl = "http://192.168.20.116:7009";
+const serverUrl = "http://192.168.20.189:7009";
+//const serverUrl = "http://192.168.20.116:7009";
 const iotdataServerUrl = "http://192.168.8.10:9000";
 
 // const cir = require("circular-dependency-plugin");

--
Gitblit v1.8.0