From ee5e518cc80fcb9d634fa3c12b5963dcbeedf9f7 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 01 九月 2023 19:29:31 +0800 Subject: [PATCH] 修改 成新版 --- vue.config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 103c24f..072bb2b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -67,7 +67,8 @@ // } }); -const serverUrl = "http://192.168.20.189:7009"; +// const serverUrl = "http://192.168.20.189:7009"; +const serverUrl = "http://192.168.20.116:7009"; //const serverUrl = "http://192.168.20.116:7009"; const iotdataServerUrl = "http://192.168.8.10:9000"; -- Gitblit v1.8.0