From 2ea70677d1942f28f9820d7e719b1dfc8eefa4ed Mon Sep 17 00:00:00 2001
From: xuhuajiao <13476289682@163.com>
Date: Tue, 22 Feb 2022 17:23:51 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.eslintignore | 1 +
package.json | 2 +-
src/layout/components/Navbar.vue | 4 +-
src/router/index.js | 74 +++---
src/router/routers.js | 103 ++++----
src/views/system/dept/index.vue | 399 +++++++++++++++++--------------
src/views/system/role/index.vue | 130 +++++-----
src/views/system/role/role.json | 288 +++++++++-------------
src/views/system/user/index.vue | 4 +-
9 files changed, 517 insertions(+), 488 deletions(-)
diff --git a/.eslintignore b/.eslintignore
index e6529fc..ba587c1 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -2,3 +2,4 @@ build/*.js
src/assets
public
dist
+*vue
\ No newline at end of file
diff --git a/package.json b/package.json
index e209125..2f1504c 100644
--- a/package.json
+++ b/package.json
@@ -42,6 +42,7 @@
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"qs": "^6.9.1",
+ "sass": "1.32.12",
"screenfull": "4.2.0",
"sortablejs": "1.8.4",
"vue": "2.6.10",
@@ -84,7 +85,6 @@
"lint-staged": "^11.1.2",
"plop": "^2.7.4",
"runjs": "^4.1.3",
- "sass": "^1.26.10",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
"script-loader": "0.7.2",
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index eb9972d..e504969 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -6,7 +6,7 @@
class="hamburger-container"
@toggleClick="toggleSideBar"
/>
-
+