feat: 动态路由

This commit is contained in:
zy7y
2022-09-13 21:59:01 +08:00
parent 0417ceb6d4
commit 6b795c48f7
22 changed files with 180 additions and 68 deletions

View File

@@ -75,7 +75,7 @@ params = [
meta={"icon": "TeamOutlined"},
path="/system/user",
type=1,
component="/system/user.vue",
component="/system/user/user.vue",
pid=1,
identifier=None,
api="/user",
@@ -89,7 +89,7 @@ params = [
meta={"icon": "UserOutlined"},
path="/system/role",
type=1,
component="/system/role.vue",
component="/system/role/role.vue",
pid=1,
identifier=None,
api="/role",
@@ -103,7 +103,7 @@ params = [
meta={"icon": "MenuOutlined"},
path="/system/menu",
type=1,
component="/system/menu.vue",
component="/system/menu/menu.vue",
pid=1,
identifier=None,
api="/menu",
@@ -117,7 +117,7 @@ params = [
meta={"icon": "DashboardOutlined"},
path="/setting/about",
type=1,
component="/setting/about.vue",
component="/setting/about/about.vue",
pid=2,
identifier=None,
api="/about",