feat: 动态路由
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user