From 391863d65a598f12ad9038da05a5268fad10b952 Mon Sep 17 00:00:00 2001
From: liuyx <1517482303@qq.com>
Date: Tue, 22 Nov 2022 19:54:37 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin/src/layout/components/Menu.vue | 8 ++++
admin/src/router/index.js | 5 +++
admin/src/views/authority/Authority.vue | 55 +++++++++++++++++++++++++
3 files changed, 68 insertions(+)
create mode 100644 admin/src/views/authority/Authority.vue
diff --git a/admin/src/layout/components/Menu.vue b/admin/src/layout/components/Menu.vue
index 9aeb174..7e21632 100644
--- a/admin/src/layout/components/Menu.vue
+++ b/admin/src/layout/components/Menu.vue
@@ -44,6 +44,14 @@
用户列表
账号设置
+
+
+
+
+ 权限管理
+
+ 权限设置
+
diff --git a/admin/src/router/index.js b/admin/src/router/index.js
index ab8443f..f9e549c 100644
--- a/admin/src/router/index.js
+++ b/admin/src/router/index.js
@@ -56,6 +56,11 @@ const routes = [
path: '/website',
name: '网站管理',
component: () => import('@/views/website/Website.vue')
+ },
+ {
+ path: '/authority',
+ name: '权限管理',
+ component: () => import('@/views/authority/Authority.vue')
}
]
},
diff --git a/admin/src/views/authority/Authority.vue b/admin/src/views/authority/Authority.vue
new file mode 100644
index 0000000..89f9e60
--- /dev/null
+++ b/admin/src/views/authority/Authority.vue
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+ {{
+ scope.row.tag
+ }}
+
+
+
+ 权限设置
+
+
+
+
+ This is a message
+
+
+
+
+
+
+
+
+
+