From 1e1e5f612f252d66b0d0386cf52873bb1f3f7d7b Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 01 九月 2023 16:10:37 +0800 Subject: [PATCH] 系统维护+系统监控器+调试工具的app 增加 --- vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 2a114a4..25c5a19 100644 --- a/vue.config.js +++ b/vue.config.js @@ -42,8 +42,8 @@ // const serverUrl = "http://58.118.225.79:41243" // 缇婁簲 //const serverUrl = "http://192.168.20.117:7009" -const serverUrl = "http://192.168.20.10:7009"; - +// const serverUrl = "http://192.168.20.10:7009"; +const serverUrl = "http://192.168.20.116:7009"; module.exports = { pages, chainWebpack: (config) => { -- Gitblit v1.8.0