From 01f9c88fd0ee768155e5b341c2bb95a85bc11a08 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Sat, 05 Mar 2022 17:49:36 +0800
Subject: [PATCH] ++
---
src/components/leftNav/index.vue | 4 ++++
src/router/axios.js | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/components/leftNav/index.vue b/src/components/leftNav/index.vue
index b15babd..15ff06e 100644
--- a/src/components/leftNav/index.vue
+++ b/src/components/leftNav/index.vue
@@ -528,6 +528,10 @@
}
}
.addIcons {
+ position: absolute;
+ top: 0;
+ left: -60px;
+ width: 50px !important;
span {
font-size: 25px !important;
}
diff --git a/src/router/axios.js b/src/router/axios.js
index 41557a7..e0a4d55 100644
--- a/src/router/axios.js
+++ b/src/router/axios.js
@@ -12,8 +12,8 @@
// console.log(window.location);
// console.log(url);
// }, 3000);
-// window.$apiUrls = "http://171.34.197.243:782";
-window.$apiUrls = "http://192.168.0.110:82";
+window.$apiUrls = "http://171.34.197.243:782";
+// window.$apiUrls = "http://192.168.0.110:82";
const service = axios.create({
// baseURL: 'http://192.168.0.107:83',
--
Gitblit v1.9.3