From e116bdd983b4a456c866119666e41bbaab4f7293 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期五, 15 七月 2022 16:42:08 +0800 Subject: [PATCH] 禅道bug --- vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 103c24f..0a103df 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