From b81b470cb9bc03266e789dfd3672777263d0b939 Mon Sep 17 00:00:00 2001 From: liuxy Date: Thu, 30 Nov 2023 13:32:54 +0800 Subject: [PATCH] up --- .env.development | 4 +- src/components/LxHeader/index.vue | 40 ++++---- src/router/index.js | 6 ++ src/store/modules/permission.js | 5 +- src/styles/iconfont.css | 147 +++++++++++++++++++++++++++++- src/styles/iconfont.ttf | Bin 0 -> 47712 bytes src/styles/iconfont.woff | Bin 0 -> 29628 bytes src/styles/iconfont.woff2 | Bin 0 -> 25088 bytes src/views/dashboard/index.vue | 12 +-- src/views/load.vue | 31 +++++++ 10 files changed, 213 insertions(+), 32 deletions(-) create mode 100644 src/styles/iconfont.ttf create mode 100644 src/styles/iconfont.woff create mode 100644 src/styles/iconfont.woff2 create mode 100644 src/views/load.vue diff --git a/.env.development b/.env.development index f15a303..e4f9680 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,6 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'http://safety.115.langye.net/' +#VUE_APP_BASE_API = 'http://safety.115.langye.net/' -#VUE_APP_BASE_API = http://192.168.60.99:9001/ +VUE_APP_BASE_API = http://192.168.60.99:9001/ diff --git a/src/components/LxHeader/index.vue b/src/components/LxHeader/index.vue index a2a2bc2..8c95167 100644 --- a/src/components/LxHeader/index.vue +++ b/src/components/LxHeader/index.vue @@ -1,15 +1,23 @@