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 ++-
src/pages/desktop/index/components/Tools.vue | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/pages/desktop/index/components/Tools.vue b/src/pages/desktop/index/components/Tools.vue
index 957f916..533a993 100644
--- a/src/pages/desktop/index/components/Tools.vue
+++ b/src/pages/desktop/index/components/Tools.vue
@@ -484,10 +484,10 @@
margin: auto;
}
.tools .tools-left {
- width: 275px;
+ width: 185px;
height: 100%;
float: left;
- margin-left: 14px;
+ margin-left: 54px;
}
.tools .tools-middle {
float: left;
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