From eece2e60f850f9d71a080f2f770bc5e2e1ac22dc Mon Sep 17 00:00:00 2001
From: lyt-Top <1105290566@qq.com>
Date: Sun, 17 Jan 2021 21:14:26 +0800
Subject: [PATCH] =?UTF-8?q?'admin-21.01.17:=E6=96=B0=E5=A2=9E=E5=8A=A8?=
=?UTF-8?q?=E6=80=81=E8=B7=AF=E7=94=B1=E3=80=81=E5=A4=84=E7=90=86=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=88=B7=E6=96=B0=E9=80=BB=E8=BE=91=E3=80=81=E5=AD=97?=
=?UTF-8?q?=E4=BD=93=E5=9B=BE=E6=A0=87=E7=AD=89'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vue-admin-wonderful-next/package.json | 2 +-
vue-admin-wonderful-next/source.d.ts | 3 +-
vue-admin-wonderful-next/src/App.vue | 46 ++++-
vue-admin-wonderful-next/src/router/index.ts | 181 ++++++++++++++++--
vue-admin-wonderful-next/src/store/index.ts | 2 +-
.../src/theme/common/var.scss | 4 +-
.../src/theme/element.scss | 11 ++
.../src/utils/setIconfont.ts | 9 +-
.../src/utils/themeConfig.ts | 6 +-
.../src/utils/wartermark.ts | 2 +-
.../src/views/layout/component/aside.vue | 75 +++-----
.../src/views/layout/index.vue | 26 +--
.../src/views/layout/lockScreen/index.vue | 20 +-
.../views/layout/navBars/breadcrumb/index.vue | 6 +-
.../layout/navBars/breadcrumb/setings.vue | 161 +++++++++++++---
.../layout/navBars/tagsView/tagsView.vue | 46 +++--
16 files changed, 445 insertions(+), 155 deletions(-)
diff --git a/vue-admin-wonderful-next/package.json b/vue-admin-wonderful-next/package.json
index d41813a..1534899 100644
--- a/vue-admin-wonderful-next/package.json
+++ b/vue-admin-wonderful-next/package.json
@@ -6,7 +6,7 @@
"build": "vite build"
},
"dependencies": {
- "element-plus": "^v1.0.1-beta.24",
+ "element-plus": "^1.0.1-beta.27",
"mitt": "^2.1.0",
"sortablejs": "^1.10.2",
"vue": "^3.0.5",
diff --git a/vue-admin-wonderful-next/source.d.ts b/vue-admin-wonderful-next/source.d.ts
index bbe11d4..f96d72e 100644
--- a/vue-admin-wonderful-next/source.d.ts
+++ b/vue-admin-wonderful-next/source.d.ts
@@ -1,4 +1,5 @@
declare const React: string;
declare module '*.json';
declare module '*.png';
-declare module '*.jpg';
\ No newline at end of file
+declare module '*.jpg';
+declare module '*.scss';
\ No newline at end of file
diff --git a/vue-admin-wonderful-next/src/App.vue b/vue-admin-wonderful-next/src/App.vue
index 26001aa..7f694f4 100644
--- a/vue-admin-wonderful-next/src/App.vue
+++ b/vue-admin-wonderful-next/src/App.vue
@@ -1,27 +1,63 @@
-
+
+