From 4c13bcd58cc67374ab02ec4a73813c6b780c42e5 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期四, 17 十一月 2022 11:23:06 +0800 Subject: [PATCH] 修复ZTREE多选有重复id的问题 --- 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