|
@@ -1,7 +1,7 @@
|
|
|
[
|
|
|
{
|
|
|
- "name": "首页",
|
|
|
- "path": "/",
|
|
|
+ "name": "系统首页",
|
|
|
+ "path": "/home",
|
|
|
"type": "1",
|
|
|
"is_default": "0",
|
|
|
"is_use": "0",
|
|
@@ -18,7 +18,7 @@
|
|
|
{
|
|
|
"name": "菜单管理",
|
|
|
"path": "/system/menus",
|
|
|
- "component": "menus",
|
|
|
+ "component": "/system/menus/index",
|
|
|
"type": "1",
|
|
|
"is_default": "0",
|
|
|
"is_use": "0",
|
|
@@ -27,7 +27,7 @@
|
|
|
{
|
|
|
"name": "字典管理",
|
|
|
"path": "/system/dict",
|
|
|
- "component": "dict",
|
|
|
+ "component": "/system/dict/index",
|
|
|
"type": "1",
|
|
|
"is_default": "0",
|
|
|
"is_use": "0",
|
|
@@ -36,7 +36,7 @@
|
|
|
{
|
|
|
"name": "系统功能重置",
|
|
|
"path": "/system/func",
|
|
|
- "component": "system-func",
|
|
|
+ "component": "/system/func/index",
|
|
|
"type": "1",
|
|
|
"is_default": "0",
|
|
|
"is_use": "0",
|
|
@@ -55,7 +55,7 @@
|
|
|
{
|
|
|
"name": "基础设置",
|
|
|
"path": "/platform/basic",
|
|
|
- "component": "basic",
|
|
|
+ "component": "/platform/basic/index",
|
|
|
"type": "1",
|
|
|
"is_default": "0",
|
|
|
"is_use": "0",
|
|
@@ -64,7 +64,7 @@
|
|
|
{
|
|
|
"name": "角色管理",
|
|
|
"path": "/platform/role",
|
|
|
- "component": "role",
|
|
|
+ "component": "/platform/role/index",
|
|
|
"type": "1",
|
|
|
"is_default": "0",
|
|
|
"is_use": "0",
|
|
@@ -83,7 +83,7 @@
|
|
|
{
|
|
|
"name": "管理员用户",
|
|
|
"path": "/users/admin",
|
|
|
- "component": "admin",
|
|
|
+ "component": "/users/admin/index",
|
|
|
"type": "1",
|
|
|
"is_default": "0",
|
|
|
"is_use": "0",
|
|
@@ -92,7 +92,7 @@
|
|
|
{
|
|
|
"name": "客服人员",
|
|
|
"path": "/users/customer",
|
|
|
- "component": "customer",
|
|
|
+ "component": "/users/customer/index",
|
|
|
"type": "1",
|
|
|
"is_default": "0",
|
|
|
"is_use": "0",
|
|
@@ -101,7 +101,7 @@
|
|
|
{
|
|
|
"name": "使用用户",
|
|
|
"path": "/users/user",
|
|
|
- "component": "user",
|
|
|
+ "component": "/users/user/index",
|
|
|
"type": "1",
|
|
|
"is_default": "0",
|
|
|
"is_use": "0",
|