feat: api doc json
This commit is contained in:
7
sync/json/auth/auth.md
Normal file
7
sync/json/auth/auth.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
- 部门管理 (http://localhost:4000/mock/department/table/list?pageIndex=1&pageSize=10)[section.json]
|
||||||
|
- 用户管理-部门 (http://localhost:4000/mock/department/list)[section-list.json]
|
||||||
|
- 用户管理 (http://localhost:4000/mock/department/users?id=151501513-11913135-42940-111212151-520211&pageIndex=1&pageSize=10)[user.json]
|
||||||
|
- 菜单管理 (http://localhost:4000/mock/menu/list)[menu.json]
|
||||||
|
- 角色管理 (http://localhost:4000/mock/role/table)[role.json]
|
||||||
|
- 登录管理 (http://localhost:4000/mock/user/login)[login.json]
|
||||||
|
- 首页权限 (http://localhost:4000/mock/role/list?roleName=admin)[login-role.json]
|
||||||
665
sync/json/auth/login-role.json
Normal file
665
sync/json/auth/login-role.json
Normal file
@@ -0,0 +1,665 @@
|
|||||||
|
{
|
||||||
|
"code": 0,
|
||||||
|
"data": [
|
||||||
|
{
|
||||||
|
"path": "/dashboard",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/dashboard/analysis",
|
||||||
|
"name": "Dashboard",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.dashboard",
|
||||||
|
"icon": "vi-ant-design:dashboard-filled",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "analysis",
|
||||||
|
"component": "views/Dashboard/Analysis",
|
||||||
|
"name": "Analysis",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.analysis",
|
||||||
|
"noCache": true,
|
||||||
|
"affix": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "workplace",
|
||||||
|
"component": "views/Dashboard/Workplace",
|
||||||
|
"name": "Workplace",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.workplace",
|
||||||
|
"noCache": true,
|
||||||
|
"affix": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/external-link",
|
||||||
|
"component": "#",
|
||||||
|
"meta": {},
|
||||||
|
"name": "ExternalLink",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "https://element-plus-admin-doc.cn/",
|
||||||
|
"name": "DocumentLink",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.document",
|
||||||
|
"icon": "vi-clarity:document-solid"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/guide",
|
||||||
|
"component": "#",
|
||||||
|
"name": "Guide",
|
||||||
|
"meta": {},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "index",
|
||||||
|
"component": "views/Guide/Guide",
|
||||||
|
"name": "GuideDemo",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.guide",
|
||||||
|
"icon": "vi-cib:telegram-plane"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/components",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/components/form/default-form",
|
||||||
|
"name": "ComponentsDemo",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.component",
|
||||||
|
"icon": "vi-bx:bxs-component",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "form",
|
||||||
|
"component": "##",
|
||||||
|
"name": "Form",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.form",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "default-form",
|
||||||
|
"component": "views/Components/Form/DefaultForm",
|
||||||
|
"name": "DefaultForm",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.defaultForm"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "use-form",
|
||||||
|
"component": "views/Components/Form/UseFormDemo",
|
||||||
|
"name": "UseForm",
|
||||||
|
"meta": {
|
||||||
|
"title": "UseForm"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "table",
|
||||||
|
"component": "##",
|
||||||
|
"redirect": "/components/table/default-table",
|
||||||
|
"name": "TableDemo",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.table",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "default-table",
|
||||||
|
"component": "views/Components/Table/DefaultTable",
|
||||||
|
"name": "DefaultTable",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.defaultTable"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "use-table",
|
||||||
|
"component": "views/Components/Table/UseTableDemo",
|
||||||
|
"name": "UseTable",
|
||||||
|
"meta": {
|
||||||
|
"title": "UseTable"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "tree-table",
|
||||||
|
"component": "views/Components/Table/TreeTable",
|
||||||
|
"name": "TreeTable",
|
||||||
|
"meta": {
|
||||||
|
"title": "TreeTable"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "table-image-preview",
|
||||||
|
"component": "views/Components/Table/TableImagePreview",
|
||||||
|
"name": "TableImagePreview",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.PicturePreview"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "table-video-preview",
|
||||||
|
"component": "views/Components/Table/TableVideoPreview",
|
||||||
|
"name": "TableVideoPreview",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.tableVideoPreview"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "card-table",
|
||||||
|
"component": "views/Components/Table/CardTable",
|
||||||
|
"name": "CardTable",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.cardTable"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "editor-demo",
|
||||||
|
"component": "##",
|
||||||
|
"redirect": "/components/editor-demo/editor",
|
||||||
|
"name": "EditorDemo",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.editor",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "editor",
|
||||||
|
"component": "views/Components/Editor/Editor",
|
||||||
|
"name": "Editor",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.richText"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "json-editor",
|
||||||
|
"component": "views/Components/Editor/JsonEditor",
|
||||||
|
"name": "JsonEditor",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.jsonEditor"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "code-editor",
|
||||||
|
"component": "views/Components/Editor/CodeEditor",
|
||||||
|
"name": "CodeEditor",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.codeEditor"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "search",
|
||||||
|
"component": "views/Components/Search",
|
||||||
|
"name": "Search",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.search"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "descriptions",
|
||||||
|
"component": "views/Components/Descriptions",
|
||||||
|
"name": "Descriptions",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.descriptions"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "image-viewer",
|
||||||
|
"component": "views/Components/ImageViewer",
|
||||||
|
"name": "ImageViewer",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.imageViewer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "dialog",
|
||||||
|
"component": "views/Components/Dialog",
|
||||||
|
"name": "Dialog",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.dialog"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "icon",
|
||||||
|
"component": "views/Components/Icon",
|
||||||
|
"name": "Icon",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.icon"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "icon-picker",
|
||||||
|
"component": "views/Components/IconPicker",
|
||||||
|
"name": "IconPicker",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.iconPicker"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "echart",
|
||||||
|
"component": "views/Components/Echart",
|
||||||
|
"name": "Echart",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.echart"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "count-to",
|
||||||
|
"component": "views/Components/CountTo",
|
||||||
|
"name": "CountTo",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.countTo"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "qrcode",
|
||||||
|
"component": "views/Components/Qrcode",
|
||||||
|
"name": "Qrcode",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.qrcode"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "highlight",
|
||||||
|
"component": "views/Components/Highlight",
|
||||||
|
"name": "Highlight",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.highlight"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "infotip",
|
||||||
|
"component": "views/Components/Infotip",
|
||||||
|
"name": "Infotip",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.infotip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "input-password",
|
||||||
|
"component": "views/Components/InputPassword",
|
||||||
|
"name": "InputPassword",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.inputPassword"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "waterfall",
|
||||||
|
"component": "views/Components/Waterfall",
|
||||||
|
"name": "Waterfall",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.waterfall"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "image-cropping",
|
||||||
|
"component": "views/Components/ImageCropping",
|
||||||
|
"name": "ImageCropping",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.imageCropping"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "video-player",
|
||||||
|
"component": "views/Components/VideoPlayer",
|
||||||
|
"name": "VideoPlayer",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.videoPlayer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "avatars",
|
||||||
|
"component": "views/Components/Avatars",
|
||||||
|
"name": "Avatars",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.avatars"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "i-agree",
|
||||||
|
"component": "views/Components/IAgree",
|
||||||
|
"name": "IAgree",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.iAgree"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/function",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/function/multipleTabs",
|
||||||
|
"name": "Function",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.function",
|
||||||
|
"icon": "vi-ri:function-fill",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "multipleTabs",
|
||||||
|
"component": "views/Function/MultipleTabs",
|
||||||
|
"name": "MultipleTabs",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.multipleTabs"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "multiple-tabs-demo/:id",
|
||||||
|
"component": "views/Function/MultipleTabsDemo",
|
||||||
|
"name": "MultipleTabsDemo",
|
||||||
|
"meta": {
|
||||||
|
"hidden": true,
|
||||||
|
"title": "router.details",
|
||||||
|
"canTo": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "request",
|
||||||
|
"component": "views/Function/Request",
|
||||||
|
"name": "Request",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.request"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "test",
|
||||||
|
"component": "views/Function/Test",
|
||||||
|
"name": "Test",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.permission",
|
||||||
|
"permission": [
|
||||||
|
"add",
|
||||||
|
"edit",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/hooks",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/hooks/useWatermark",
|
||||||
|
"name": "Hooks",
|
||||||
|
"meta": {
|
||||||
|
"title": "hooks",
|
||||||
|
"icon": "vi-ic:outline-webhook",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "useWatermark",
|
||||||
|
"component": "views/hooks/useWatermark",
|
||||||
|
"name": "UseWatermark",
|
||||||
|
"meta": {
|
||||||
|
"title": "useWatermark"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "useTagsView",
|
||||||
|
"component": "views/hooks/useTagsView",
|
||||||
|
"name": "UseTagsView",
|
||||||
|
"meta": {
|
||||||
|
"title": "useTagsView"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "useValidator",
|
||||||
|
"component": "views/hooks/useValidator",
|
||||||
|
"name": "UseValidator",
|
||||||
|
"meta": {
|
||||||
|
"title": "useValidator"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "useCrudSchemas",
|
||||||
|
"component": "views/hooks/useCrudSchemas",
|
||||||
|
"name": "UseCrudSchemas",
|
||||||
|
"meta": {
|
||||||
|
"title": "useCrudSchemas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "useClipboard",
|
||||||
|
"component": "views/hooks/useClipboard",
|
||||||
|
"name": "UseClipboard",
|
||||||
|
"meta": {
|
||||||
|
"title": "useClipboard"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "useNetwork",
|
||||||
|
"component": "views/hooks/useNetwork",
|
||||||
|
"name": "UseNetwork",
|
||||||
|
"meta": {
|
||||||
|
"title": "useNetwork"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/level",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"name": "Level",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.level",
|
||||||
|
"icon": "vi-carbon:skill-level-advanced"
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1",
|
||||||
|
"name": "Menu1",
|
||||||
|
"component": "##",
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.menu1"
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1-1",
|
||||||
|
"name": "Menu11",
|
||||||
|
"component": "##",
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.menu11",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1-1-1",
|
||||||
|
"name": "Menu111",
|
||||||
|
"component": "views/Level/Menu111",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.menu111"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "menu1-2",
|
||||||
|
"name": "Menu12",
|
||||||
|
"component": "views/Level/Menu12",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.menu12"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "menu2",
|
||||||
|
"name": "Menu2Demo",
|
||||||
|
"component": "views/Level/Menu2",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.menu2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/example",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/example/example-dialog",
|
||||||
|
"name": "Example",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.example",
|
||||||
|
"icon": "vi-ep:management",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "example-dialog",
|
||||||
|
"component": "views/Example/Dialog/ExampleDialog",
|
||||||
|
"name": "ExampleDialog",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.exampleDialog"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-page",
|
||||||
|
"component": "views/Example/Page/ExamplePage",
|
||||||
|
"name": "ExamplePage",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.examplePage"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-add",
|
||||||
|
"component": "views/Example/Page/ExampleAdd",
|
||||||
|
"name": "ExampleAdd",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.exampleAdd",
|
||||||
|
"noTagsView": true,
|
||||||
|
"noCache": true,
|
||||||
|
"hidden": true,
|
||||||
|
"showMainRoute": true,
|
||||||
|
"activeMenu": "/example/example-page"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-edit",
|
||||||
|
"component": "views/Example/Page/ExampleEdit",
|
||||||
|
"name": "ExampleEdit",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.exampleEdit",
|
||||||
|
"noTagsView": true,
|
||||||
|
"noCache": true,
|
||||||
|
"hidden": true,
|
||||||
|
"showMainRoute": true,
|
||||||
|
"activeMenu": "/example/example-page"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-detail",
|
||||||
|
"component": "views/Example/Page/ExampleDetail",
|
||||||
|
"name": "ExampleDetail",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.exampleDetail",
|
||||||
|
"noTagsView": true,
|
||||||
|
"noCache": true,
|
||||||
|
"hidden": true,
|
||||||
|
"showMainRoute": true,
|
||||||
|
"activeMenu": "/example/example-page"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/error",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/error/404",
|
||||||
|
"name": "Error",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.errorPage",
|
||||||
|
"icon": "vi-ci:error",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "404-demo",
|
||||||
|
"component": "views/Error/404",
|
||||||
|
"name": "404Demo",
|
||||||
|
"meta": {
|
||||||
|
"title": "404"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "403-demo",
|
||||||
|
"component": "views/Error/403",
|
||||||
|
"name": "403Demo",
|
||||||
|
"meta": {
|
||||||
|
"title": "403"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "500-demo",
|
||||||
|
"component": "views/Error/500",
|
||||||
|
"name": "500Demo",
|
||||||
|
"meta": {
|
||||||
|
"title": "500"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/authorization",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/authorization/user",
|
||||||
|
"name": "Authorization",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.authorization",
|
||||||
|
"icon": "vi-eos-icons:role-binding",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "department",
|
||||||
|
"component": "views/Authorization/Department/Department",
|
||||||
|
"name": "Department",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.department"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "user",
|
||||||
|
"component": "views/Authorization/User/User",
|
||||||
|
"name": "User",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.user"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "menu",
|
||||||
|
"component": "views/Authorization/Menu/Menu",
|
||||||
|
"name": "Menu",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.menuManagement"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "role",
|
||||||
|
"component": "views/Authorization/Role/Role",
|
||||||
|
"name": "Role",
|
||||||
|
"meta": {
|
||||||
|
"title": "router.role"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
12
sync/json/auth/login.json
Normal file
12
sync/json/auth/login.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"code": 0,
|
||||||
|
"data": {
|
||||||
|
"username": "admin",
|
||||||
|
"password": "admin",
|
||||||
|
"role": "admin",
|
||||||
|
"roleId": "1",
|
||||||
|
"permissions": [
|
||||||
|
"*.*.*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
341
sync/json/auth/menu.json
Normal file
341
sync/json/auth/menu.json
Normal file
@@ -0,0 +1,341 @@
|
|||||||
|
{
|
||||||
|
"code": 0,
|
||||||
|
"data": {
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"path": "/dashboard",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/dashboard/analysis",
|
||||||
|
"name": "Dashboard",
|
||||||
|
"status": 1,
|
||||||
|
"id": 1,
|
||||||
|
"type": 0,
|
||||||
|
"title": "首页",
|
||||||
|
"meta": {
|
||||||
|
"title": "首页",
|
||||||
|
"icon": "vi-ant-design:dashboard-filled",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "analysis",
|
||||||
|
"component": "views/Dashboard/Analysis",
|
||||||
|
"name": "Analysis",
|
||||||
|
"status": 1,
|
||||||
|
"id": 2,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 1,
|
||||||
|
"title": "分析页",
|
||||||
|
"permissionList": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"label": "新增",
|
||||||
|
"value": "add"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"label": "编辑",
|
||||||
|
"value": "edit"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "分析页",
|
||||||
|
"noCache": true,
|
||||||
|
"permission": [
|
||||||
|
"add",
|
||||||
|
"edit"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "workplace",
|
||||||
|
"component": "views/Dashboard/Workplace",
|
||||||
|
"name": "Workplace",
|
||||||
|
"status": 0,
|
||||||
|
"id": 3,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 1,
|
||||||
|
"title": "工作台",
|
||||||
|
"permissionList": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"label": "新增",
|
||||||
|
"value": "add"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"label": "编辑",
|
||||||
|
"value": "edit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"label": "删除",
|
||||||
|
"value": "delete"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "工作台",
|
||||||
|
"noCache": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/external-link",
|
||||||
|
"component": "#",
|
||||||
|
"meta": {
|
||||||
|
"title": "文档",
|
||||||
|
"icon": "vi-clarity:document-solid"
|
||||||
|
},
|
||||||
|
"name": "ExternalLink",
|
||||||
|
"status": 1,
|
||||||
|
"id": 4,
|
||||||
|
"type": 0,
|
||||||
|
"title": "文档",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "https://element-plus-admin-doc.cn/",
|
||||||
|
"name": "DocumentLink",
|
||||||
|
"status": 1,
|
||||||
|
"id": 5,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 4,
|
||||||
|
"title": "文档",
|
||||||
|
"meta": {
|
||||||
|
"title": "文档"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/level",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"name": "Level",
|
||||||
|
"status": 0,
|
||||||
|
"id": 6,
|
||||||
|
"type": 0,
|
||||||
|
"title": "菜单",
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单",
|
||||||
|
"icon": "vi-carbon:skill-level-advanced"
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1",
|
||||||
|
"name": "Menu1",
|
||||||
|
"component": "##",
|
||||||
|
"status": 1,
|
||||||
|
"id": 7,
|
||||||
|
"type": 0,
|
||||||
|
"parentId": 6,
|
||||||
|
"title": "菜单1",
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1"
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1-1",
|
||||||
|
"name": "Menu11",
|
||||||
|
"component": "##",
|
||||||
|
"status": 0,
|
||||||
|
"id": 8,
|
||||||
|
"type": 0,
|
||||||
|
"parentId": 7,
|
||||||
|
"title": "菜单1-1",
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1-1",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1-1-1",
|
||||||
|
"name": "Menu111",
|
||||||
|
"component": "views/Level/Menu111",
|
||||||
|
"status": 0,
|
||||||
|
"id": 9,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 8,
|
||||||
|
"title": "菜单1-1-1",
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1-1-1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "menu1-2",
|
||||||
|
"name": "Menu12",
|
||||||
|
"component": "views/Level/Menu12",
|
||||||
|
"status": 1,
|
||||||
|
"id": 10,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 7,
|
||||||
|
"title": "菜单1-2",
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1-2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "menu2",
|
||||||
|
"name": "Menu2Demo",
|
||||||
|
"component": "views/Level/Menu2",
|
||||||
|
"status": 0,
|
||||||
|
"id": 11,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 6,
|
||||||
|
"title": "菜单2",
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/example",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/example/example-dialog",
|
||||||
|
"name": "Example",
|
||||||
|
"status": 0,
|
||||||
|
"id": 12,
|
||||||
|
"type": 0,
|
||||||
|
"title": "综合示例",
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例",
|
||||||
|
"icon": "vi-ep:management",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "example-dialog",
|
||||||
|
"component": "views/Example/Dialog/ExampleDialog",
|
||||||
|
"name": "ExampleDialog",
|
||||||
|
"status": 1,
|
||||||
|
"id": 13,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 12,
|
||||||
|
"title": "综合示例-弹窗",
|
||||||
|
"permissionList": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"label": "新增",
|
||||||
|
"value": "add"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"label": "编辑",
|
||||||
|
"value": "edit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"label": "删除",
|
||||||
|
"value": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"label": "查看",
|
||||||
|
"value": "view"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-弹窗"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-page",
|
||||||
|
"component": "views/Example/Page/ExamplePage",
|
||||||
|
"name": "ExamplePage",
|
||||||
|
"status": 0,
|
||||||
|
"id": 14,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 12,
|
||||||
|
"title": "综合示例-页面",
|
||||||
|
"permissionList": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"label": "新增",
|
||||||
|
"value": "add"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"label": "编辑",
|
||||||
|
"value": "edit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"label": "删除",
|
||||||
|
"value": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"label": "查看",
|
||||||
|
"value": "view"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-页面"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-add",
|
||||||
|
"component": "views/Example/Page/ExampleAdd",
|
||||||
|
"name": "ExampleAdd",
|
||||||
|
"status": 0,
|
||||||
|
"id": 15,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 12,
|
||||||
|
"title": "综合示例-新增",
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-新增",
|
||||||
|
"noTagsView": true,
|
||||||
|
"noCache": true,
|
||||||
|
"hidden": true,
|
||||||
|
"showMainRoute": true,
|
||||||
|
"activeMenu": "/example/example-page"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-edit",
|
||||||
|
"component": "views/Example/Page/ExampleEdit",
|
||||||
|
"name": "ExampleEdit",
|
||||||
|
"status": 1,
|
||||||
|
"id": 16,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 12,
|
||||||
|
"title": "综合示例-编辑",
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-编辑",
|
||||||
|
"noTagsView": true,
|
||||||
|
"noCache": true,
|
||||||
|
"hidden": true,
|
||||||
|
"showMainRoute": true,
|
||||||
|
"activeMenu": "/example/example-page"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-detail",
|
||||||
|
"component": "views/Example/Page/ExampleDetail",
|
||||||
|
"name": "ExampleDetail",
|
||||||
|
"status": 0,
|
||||||
|
"id": 17,
|
||||||
|
"type": 1,
|
||||||
|
"parentId": 12,
|
||||||
|
"title": "综合示例-详情",
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-详情",
|
||||||
|
"noTagsView": true,
|
||||||
|
"noCache": true,
|
||||||
|
"hidden": true,
|
||||||
|
"showMainRoute": true,
|
||||||
|
"activeMenu": "/example/example-page"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
538
sync/json/auth/role.json
Normal file
538
sync/json/auth/role.json
Normal file
@@ -0,0 +1,538 @@
|
|||||||
|
{
|
||||||
|
"code": 0,
|
||||||
|
"data": {
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"id": "4512315-15101529-4100413-11712610-413571",
|
||||||
|
"roleName": "超级管理员",
|
||||||
|
"role": "Mary",
|
||||||
|
"status": 0,
|
||||||
|
"createTime": "2002-10-07 14:31:25",
|
||||||
|
"remark": "少织结海也斗象单内代",
|
||||||
|
"menu": [
|
||||||
|
{
|
||||||
|
"path": "/dashboard",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/dashboard/analysis",
|
||||||
|
"name": "Dashboard",
|
||||||
|
"status": 0,
|
||||||
|
"id": 1,
|
||||||
|
"meta": {
|
||||||
|
"title": "首页",
|
||||||
|
"icon": "vi-ant-design:dashboard-filled",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "analysis",
|
||||||
|
"component": "views/Dashboard/Analysis",
|
||||||
|
"name": "Analysis",
|
||||||
|
"status": 0,
|
||||||
|
"id": 2,
|
||||||
|
"meta": {
|
||||||
|
"title": "分析页",
|
||||||
|
"noCache": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "workplace",
|
||||||
|
"component": "views/Dashboard/Workplace",
|
||||||
|
"name": "Workplace",
|
||||||
|
"status": 0,
|
||||||
|
"id": 3,
|
||||||
|
"meta": {
|
||||||
|
"title": "工作台",
|
||||||
|
"noCache": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/external-link",
|
||||||
|
"component": "#",
|
||||||
|
"meta": {
|
||||||
|
"title": "文档",
|
||||||
|
"icon": "vi-clarity:document-solid"
|
||||||
|
},
|
||||||
|
"name": "ExternalLink",
|
||||||
|
"status": 1,
|
||||||
|
"id": 4,
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "https://element-plus-admin-doc.cn/",
|
||||||
|
"name": "DocumentLink",
|
||||||
|
"status": 0,
|
||||||
|
"id": 5,
|
||||||
|
"meta": {
|
||||||
|
"title": "文档"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/level",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"name": "Level",
|
||||||
|
"status": 1,
|
||||||
|
"id": 6,
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单",
|
||||||
|
"icon": "vi-carbon:skill-level-advanced"
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1",
|
||||||
|
"name": "Menu1",
|
||||||
|
"component": "##",
|
||||||
|
"status": 0,
|
||||||
|
"id": 7,
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1"
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1-1",
|
||||||
|
"name": "Menu11",
|
||||||
|
"component": "##",
|
||||||
|
"status": 1,
|
||||||
|
"id": 8,
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1-1",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1-1-1",
|
||||||
|
"name": "Menu111",
|
||||||
|
"component": "views/Level/Menu111",
|
||||||
|
"status": 1,
|
||||||
|
"id": 9,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1-1-1",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "menu1-2",
|
||||||
|
"name": "Menu12",
|
||||||
|
"component": "views/Level/Menu12",
|
||||||
|
"status": 0,
|
||||||
|
"id": 10,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1-2",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "menu2",
|
||||||
|
"name": "Menu2Demo",
|
||||||
|
"component": "views/Level/Menu2",
|
||||||
|
"status": 0,
|
||||||
|
"id": 11,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单2",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/example",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/example/example-dialog",
|
||||||
|
"name": "Example",
|
||||||
|
"status": 0,
|
||||||
|
"id": 12,
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例",
|
||||||
|
"icon": "vi-ep:management",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "example-dialog",
|
||||||
|
"component": "views/Example/Dialog/ExampleDialog",
|
||||||
|
"name": "ExampleDialog",
|
||||||
|
"status": 0,
|
||||||
|
"id": 13,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-弹窗",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-page",
|
||||||
|
"component": "views/Example/Page/ExamplePage",
|
||||||
|
"name": "ExamplePage",
|
||||||
|
"status": 1,
|
||||||
|
"id": 14,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-页面",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-add",
|
||||||
|
"component": "views/Example/Page/ExampleAdd",
|
||||||
|
"name": "ExampleAdd",
|
||||||
|
"status": 1,
|
||||||
|
"id": 15,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-新增",
|
||||||
|
"noTagsView": true,
|
||||||
|
"noCache": true,
|
||||||
|
"hidden": true,
|
||||||
|
"showMainRoute": true,
|
||||||
|
"activeMenu": "/example/example-page",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-edit",
|
||||||
|
"component": "views/Example/Page/ExampleEdit",
|
||||||
|
"name": "ExampleEdit",
|
||||||
|
"status": 1,
|
||||||
|
"id": 16,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-编辑",
|
||||||
|
"noTagsView": true,
|
||||||
|
"noCache": true,
|
||||||
|
"hidden": true,
|
||||||
|
"showMainRoute": true,
|
||||||
|
"activeMenu": "/example/example-page",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "example-detail",
|
||||||
|
"component": "views/Example/Page/ExampleDetail",
|
||||||
|
"name": "ExampleDetail",
|
||||||
|
"status": 1,
|
||||||
|
"id": 17,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-详情",
|
||||||
|
"noTagsView": true,
|
||||||
|
"noCache": true,
|
||||||
|
"hidden": true,
|
||||||
|
"showMainRoute": true,
|
||||||
|
"activeMenu": "/example/example-page",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "360414-11125135-491483-8710412-3149810",
|
||||||
|
"roleName": "管理员",
|
||||||
|
"role": "James",
|
||||||
|
"status": 0,
|
||||||
|
"createTime": "2013-11-08 10:57:28",
|
||||||
|
"remark": "八量理标界他回越千圆种也人色",
|
||||||
|
"menu": [
|
||||||
|
{
|
||||||
|
"path": "/dashboard",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/dashboard/analysis",
|
||||||
|
"name": "Dashboard",
|
||||||
|
"status": 0,
|
||||||
|
"id": 1,
|
||||||
|
"meta": {
|
||||||
|
"title": "首页",
|
||||||
|
"icon": "vi-ant-design:dashboard-filled",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "analysis",
|
||||||
|
"component": "views/Dashboard/Analysis",
|
||||||
|
"name": "Analysis",
|
||||||
|
"status": 1,
|
||||||
|
"id": 2,
|
||||||
|
"meta": {
|
||||||
|
"title": "分析页",
|
||||||
|
"noCache": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "workplace",
|
||||||
|
"component": "views/Dashboard/Workplace",
|
||||||
|
"name": "Workplace",
|
||||||
|
"status": 1,
|
||||||
|
"id": 3,
|
||||||
|
"meta": {
|
||||||
|
"title": "工作台",
|
||||||
|
"noCache": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "314335-3113150-40321-111715-1146110",
|
||||||
|
"roleName": "普通用户",
|
||||||
|
"role": "Kevin",
|
||||||
|
"status": 1,
|
||||||
|
"createTime": "2005-06-07 12:13:10",
|
||||||
|
"remark": "军五处对行认及为府水",
|
||||||
|
"menu": [
|
||||||
|
{
|
||||||
|
"path": "/external-link",
|
||||||
|
"component": "#",
|
||||||
|
"meta": {
|
||||||
|
"title": "文档",
|
||||||
|
"icon": "vi-clarity:document-solid"
|
||||||
|
},
|
||||||
|
"name": "ExternalLink",
|
||||||
|
"status": 1,
|
||||||
|
"id": 4,
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "https://element-plus-admin-doc.cn/",
|
||||||
|
"name": "DocumentLink",
|
||||||
|
"status": 0,
|
||||||
|
"id": 5,
|
||||||
|
"meta": {
|
||||||
|
"title": "文档"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/level",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"name": "Level",
|
||||||
|
"status": 0,
|
||||||
|
"id": 6,
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单",
|
||||||
|
"icon": "vi-carbon:skill-level-advanced"
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1",
|
||||||
|
"name": "Menu1",
|
||||||
|
"component": "##",
|
||||||
|
"status": 1,
|
||||||
|
"id": 7,
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1"
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1-1",
|
||||||
|
"name": "Menu11",
|
||||||
|
"component": "##",
|
||||||
|
"status": 0,
|
||||||
|
"id": 8,
|
||||||
|
"redirect": "/level/menu1/menu1-1/menu1-1-1",
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1-1",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "menu1-1-1",
|
||||||
|
"name": "Menu111",
|
||||||
|
"component": "views/Level/Menu111",
|
||||||
|
"status": 1,
|
||||||
|
"id": 9,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1-1-1",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "menu1-2",
|
||||||
|
"name": "Menu12",
|
||||||
|
"component": "views/Level/Menu12",
|
||||||
|
"status": 1,
|
||||||
|
"id": 10,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单1-2",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "menu2",
|
||||||
|
"name": "Menu2Demo",
|
||||||
|
"component": "views/Level/Menu2",
|
||||||
|
"status": 0,
|
||||||
|
"id": 11,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "菜单2",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "111011159-701158-4881411-8651510-1511141112",
|
||||||
|
"roleName": "游客",
|
||||||
|
"role": "Donald",
|
||||||
|
"status": 1,
|
||||||
|
"createTime": "1979-11-21 20:23:02",
|
||||||
|
"remark": "干构题用团车业价自采写共放",
|
||||||
|
"menu": [
|
||||||
|
{
|
||||||
|
"path": "/example",
|
||||||
|
"component": "#",
|
||||||
|
"redirect": "/example/example-dialog",
|
||||||
|
"name": "Example",
|
||||||
|
"status": 1,
|
||||||
|
"id": 12,
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例",
|
||||||
|
"icon": "vi-ep:management",
|
||||||
|
"alwaysShow": true
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"path": "example-detail",
|
||||||
|
"component": "views/Example/Page/ExampleDetail",
|
||||||
|
"name": "ExampleDetail",
|
||||||
|
"status": 0,
|
||||||
|
"id": 17,
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"title": "综合示例-详情",
|
||||||
|
"noTagsView": true,
|
||||||
|
"noCache": true,
|
||||||
|
"hidden": true,
|
||||||
|
"showMainRoute": true,
|
||||||
|
"activeMenu": "/example/example-page",
|
||||||
|
"permission": [
|
||||||
|
"edit",
|
||||||
|
"add",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"total": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
262
sync/json/auth/section-list.json
Normal file
262
sync/json/auth/section-list.json
Normal file
@@ -0,0 +1,262 @@
|
|||||||
|
{
|
||||||
|
"code": 0,
|
||||||
|
"data": {
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"departmentName": "厦门总公司",
|
||||||
|
"id": "15128150-241228-427103-1192124-1000215",
|
||||||
|
"createTime": "1993-06-27 02:34:14",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "低事清张工权住般此斗对见",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"departmentName": "研发部",
|
||||||
|
"id": "151501513-11913135-42940-111212151-520211",
|
||||||
|
"createTime": "1987-04-15 17:11:18",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "半利提实或率引速日子率"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "产品部",
|
||||||
|
"id": "412123-591462-413789-10128715-4142142",
|
||||||
|
"createTime": "2019-11-07 23:14:58",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "次将按除学持时作步何组与"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "运营部",
|
||||||
|
"id": "151191510-111401015-488152-11121011-31514145",
|
||||||
|
"createTime": "2012-01-05 20:32:52",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "记完近法下况最就圆总利展"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "市场部",
|
||||||
|
"id": "79316-1210111512-415131512-114353-1104310",
|
||||||
|
"createTime": "2001-12-06 15:25:36",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "做工志京水进机据达局市消维完"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "销售部",
|
||||||
|
"id": "1011111214-11132114-461566-10133150-902811",
|
||||||
|
"createTime": "2015-04-27 17:44:14",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "厂况原这基步消见道效经"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "客服部",
|
||||||
|
"id": "542116-13112136-414095-96151311-1261910",
|
||||||
|
"createTime": "2000-09-16 14:21:22",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "因把按分间之自家行图你内查而"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "北京分公司",
|
||||||
|
"id": "915853-00121310-48892-838713-1413144",
|
||||||
|
"createTime": "1973-05-06 13:11:17",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "变与可按次铁己率需当行越",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"departmentName": "研发部",
|
||||||
|
"id": "14513144-14597-4081013-884715-231003",
|
||||||
|
"createTime": "1970-05-04 00:35:45",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "议律作向美使育体自联运该铁"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "产品部",
|
||||||
|
"id": "2851214-159723-4111037-101161113-241361",
|
||||||
|
"createTime": "1975-08-18 20:05:51",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "常他规际平比机界对主信万才海"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "运营部",
|
||||||
|
"id": "1113914-8991514-415020-8610515-915647",
|
||||||
|
"createTime": "1989-04-15 16:46:43",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "切变金都南米积队育完委节"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "市场部",
|
||||||
|
"id": "50490-151111103-481520-1055115-107101510",
|
||||||
|
"createTime": "2001-07-18 23:02:30",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "听白学究新克半平风和种难解"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "销售部",
|
||||||
|
"id": "6143122-2714915-4212122-813111013-1152137",
|
||||||
|
"createTime": "2021-01-30 12:35:16",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "体条下儿区门军连一成值权级效军"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "客服部",
|
||||||
|
"id": "3117119-44106-40054-1101392-131012",
|
||||||
|
"createTime": "1976-11-19 09:51:22",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "影领利流县次县别存应起即"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "上海分公司",
|
||||||
|
"id": "8150114-413827-49565-1110284-1519132",
|
||||||
|
"createTime": "2001-01-03 11:57:58",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "现研断维何支片所实求格林深发",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"departmentName": "研发部",
|
||||||
|
"id": "108125-517611-416123-841380-2513157",
|
||||||
|
"createTime": "2016-11-14 02:28:54",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "低即反权队元千各强组消单"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "产品部",
|
||||||
|
"id": "141827-55121111-4139107-111015710-134987",
|
||||||
|
"createTime": "2011-09-17 05:21:59",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "号装新干知少提候花专体"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "运营部",
|
||||||
|
"id": "118723-093510-4610135-899412-1153124",
|
||||||
|
"createTime": "1978-03-01 19:47:07",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "问张史西两争接使开导步"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "市场部",
|
||||||
|
"id": "05623-1157312-4150911-816106-30681",
|
||||||
|
"createTime": "1979-06-03 18:13:56",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "着造研做精话号新作给自"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "销售部",
|
||||||
|
"id": "84849-1021035-42454-1115616-121512159",
|
||||||
|
"createTime": "1992-05-21 12:07:52",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "民问离段体单步准着把月方听率"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "客服部",
|
||||||
|
"id": "81231415-12711412-4461111-108004-13126147",
|
||||||
|
"createTime": "2015-02-28 23:58:16",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "它保资这小八织量清局百"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "福州分公司",
|
||||||
|
"id": "58915-25271-4121063-11615314-1034105",
|
||||||
|
"createTime": "1999-12-03 03:03:28",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "起难等体北又全型前六之科",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"departmentName": "研发部",
|
||||||
|
"id": "1001087-11221315-415189-991488-153551",
|
||||||
|
"createTime": "1987-03-31 01:39:02",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "和率者实每光月调进约特马列"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "产品部",
|
||||||
|
"id": "37414-40464-4141183-11108411-14133155",
|
||||||
|
"createTime": "2017-06-30 20:04:10",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "条了习米他你好近究较西真"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "运营部",
|
||||||
|
"id": "50971-1210997-4013108-810611-9154812",
|
||||||
|
"createTime": "1986-02-15 16:02:30",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "改角真基人业表物候书不"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "市场部",
|
||||||
|
"id": "129939-126121110-452615-81371112-22255",
|
||||||
|
"createTime": "2007-05-12 18:24:41",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "厂热法西十要感外解运眼利商期"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "销售部",
|
||||||
|
"id": "761123-14815512-4120159-11115156-461201",
|
||||||
|
"createTime": "2016-12-18 11:15:21",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "专角心了观省以为每实没度"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "客服部",
|
||||||
|
"id": "211512-141111102-4891515-1147913-1521156",
|
||||||
|
"createTime": "2007-04-07 20:58:05",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "把增增见族作之族容科共眼中不长"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "深圳分公司",
|
||||||
|
"id": "826115-06463-4123511-1067215-541343",
|
||||||
|
"createTime": "2003-03-25 12:17:25",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "准联律型地先青约林表个引七们",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"departmentName": "研发部",
|
||||||
|
"id": "15151118-81461415-45377-11621511-9151225",
|
||||||
|
"createTime": "1997-09-25 23:11:03",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "许达性物须更取你里龙与动温价"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "产品部",
|
||||||
|
"id": "847149-21451514-41010611-111210143-515121210",
|
||||||
|
"createTime": "1997-08-03 20:58:46",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "边广正每论消族提己正单"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "运营部",
|
||||||
|
"id": "1281343-21211415-4141148-8614153-4311154",
|
||||||
|
"createTime": "1975-05-02 15:34:46",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "家志按商事干没压分山完车展"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "市场部",
|
||||||
|
"id": "1431281-131331014-4150910-80248-717114",
|
||||||
|
"createTime": "2021-01-17 08:46:24",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "市展济合天油争必做民么"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "销售部",
|
||||||
|
"id": "14109915-8149514-431544-113954-13121105",
|
||||||
|
"createTime": "1978-12-06 13:29:16",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "入工物真办有眼面记下之电证示商"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "客服部",
|
||||||
|
"id": "365140-1413817-410722-8412010-11115117",
|
||||||
|
"createTime": "1988-08-16 08:37:19",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "员复周器老生如很然过往能起空级"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
263
sync/json/auth/section.json
Normal file
263
sync/json/auth/section.json
Normal file
@@ -0,0 +1,263 @@
|
|||||||
|
{
|
||||||
|
"code": 0,
|
||||||
|
"data": {
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"departmentName": "厦门总公司",
|
||||||
|
"id": "15128150-241228-427103-1192124-1000215",
|
||||||
|
"createTime": "2008-10-27 02:47:09",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "管真土置增决还话高白什近门",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"departmentName": "研发部",
|
||||||
|
"id": "151501513-11913135-42940-111212151-520211",
|
||||||
|
"createTime": "1983-09-30 10:49:30",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "料论它较验派方复人影认持标"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "产品部",
|
||||||
|
"id": "412123-591462-413789-10128715-4142142",
|
||||||
|
"createTime": "1982-10-09 06:58:22",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "发多八可明连片能到式样前数"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "运营部",
|
||||||
|
"id": "151191510-111401015-488152-11121011-31514145",
|
||||||
|
"createTime": "1992-10-15 00:59:06",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "红目持也子厂除最无存铁高指"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "市场部",
|
||||||
|
"id": "79316-1210111512-415131512-114353-1104310",
|
||||||
|
"createTime": "1985-11-09 00:17:21",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "代战力反车林口技导发部"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "销售部",
|
||||||
|
"id": "1011111214-11132114-461566-10133150-902811",
|
||||||
|
"createTime": "1998-01-09 05:04:06",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "值各济织传她如五生定团然"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "客服部",
|
||||||
|
"id": "542116-13112136-414095-96151311-1261910",
|
||||||
|
"createTime": "2022-08-01 23:27:11",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "信准这已石活改养除三派合"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "北京分公司",
|
||||||
|
"id": "915853-00121310-48892-838713-1413144",
|
||||||
|
"createTime": "1992-06-27 02:38:53",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "消位断公设什切领且为土规子",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"departmentName": "研发部",
|
||||||
|
"id": "14513144-14597-4081013-884715-231003",
|
||||||
|
"createTime": "2000-08-23 13:45:36",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "出解交改号平马见响况油理"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "产品部",
|
||||||
|
"id": "2851214-159723-4111037-101161113-241361",
|
||||||
|
"createTime": "1994-05-11 20:41:44",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "严打则道具直观计千目门作响"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "运营部",
|
||||||
|
"id": "1113914-8991514-415020-8610515-915647",
|
||||||
|
"createTime": "1970-09-01 01:02:29",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "身种基成活质强使点通"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "市场部",
|
||||||
|
"id": "50490-151111103-481520-1055115-107101510",
|
||||||
|
"createTime": "2008-12-07 13:47:21",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "却几青加色土圆口对同说主"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "销售部",
|
||||||
|
"id": "6143122-2714915-4212122-813111013-1152137",
|
||||||
|
"createTime": "2017-01-29 02:11:18",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "农在新目们必总设活满听除美打"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "客服部",
|
||||||
|
"id": "3117119-44106-40054-1101392-131012",
|
||||||
|
"createTime": "2000-07-11 19:38:17",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "重生验半步由第劳上给表酸"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "上海分公司",
|
||||||
|
"id": "8150114-413827-49565-1110284-1519132",
|
||||||
|
"createTime": "1973-12-02 03:24:55",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "六群争则生证花九张素说团",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"departmentName": "研发部",
|
||||||
|
"id": "108125-517611-416123-841380-2513157",
|
||||||
|
"createTime": "1991-12-31 09:34:00",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "安只经角几行型步想过干先线向织"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "产品部",
|
||||||
|
"id": "141827-55121111-4139107-111015710-134987",
|
||||||
|
"createTime": "2004-07-30 06:14:14",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "意合主越阶反做度面眼快"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "运营部",
|
||||||
|
"id": "118723-093510-4610135-899412-1153124",
|
||||||
|
"createTime": "1993-10-01 14:11:27",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "今得风多真线战们队习空"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "市场部",
|
||||||
|
"id": "05623-1157312-4150911-816106-30681",
|
||||||
|
"createTime": "1998-09-05 17:32:35",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "值而实则包群正争就青大证安何"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "销售部",
|
||||||
|
"id": "84849-1021035-42454-1115616-121512159",
|
||||||
|
"createTime": "2011-04-23 23:04:40",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "组进白集还人五处思识"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "客服部",
|
||||||
|
"id": "81231415-12711412-4461111-108004-13126147",
|
||||||
|
"createTime": "2004-06-03 01:40:07",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "发西反专内国放向周美体特想"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "福州分公司",
|
||||||
|
"id": "58915-25271-4121063-11615314-1034105",
|
||||||
|
"createTime": "1978-06-15 17:10:36",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "月出要厂再管完个即该县山",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"departmentName": "研发部",
|
||||||
|
"id": "1001087-11221315-415189-991488-153551",
|
||||||
|
"createTime": "1997-09-20 11:59:05",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "许任角图产自周只因技但常物拉易"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "产品部",
|
||||||
|
"id": "37414-40464-4141183-11108411-14133155",
|
||||||
|
"createTime": "1993-03-29 22:24:33",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "反效确话持过马同大由革体主存"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "运营部",
|
||||||
|
"id": "50971-1210997-4013108-810611-9154812",
|
||||||
|
"createTime": "2006-08-27 09:40:07",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "切价市重民写省划打压严议"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "市场部",
|
||||||
|
"id": "129939-126121110-452615-81371112-22255",
|
||||||
|
"createTime": "2021-09-04 15:18:32",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "置记得理段革接放活专支加报至"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "销售部",
|
||||||
|
"id": "761123-14815512-4120159-11115156-461201",
|
||||||
|
"createTime": "1990-02-14 08:07:00",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "叫类九解已技族作不点"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "客服部",
|
||||||
|
"id": "211512-141111102-4891515-1147913-1521156",
|
||||||
|
"createTime": "2023-09-09 12:58:43",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "青省装第重交确市各何科"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "深圳分公司",
|
||||||
|
"id": "826115-06463-4123511-1067215-541343",
|
||||||
|
"createTime": "1999-10-21 04:34:28",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "铁进系现心期局比律其县",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"departmentName": "研发部",
|
||||||
|
"id": "15151118-81461415-45377-11621511-9151225",
|
||||||
|
"createTime": "2012-08-31 11:26:32",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "住南离主心那速着连布"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "产品部",
|
||||||
|
"id": "847149-21451514-41010611-111210143-515121210",
|
||||||
|
"createTime": "1988-10-24 10:34:09",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "种走看究原圆形状眼维命真能"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "运营部",
|
||||||
|
"id": "1281343-21211415-4141148-8614153-4311154",
|
||||||
|
"createTime": "2009-10-26 22:32:19",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "管收精所性亲平都求己将会"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "市场部",
|
||||||
|
"id": "1431281-131331014-4150910-80248-717114",
|
||||||
|
"createTime": "1975-09-22 09:20:04",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "日面亲引规效取增元南布并美亲"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "销售部",
|
||||||
|
"id": "14109915-8149514-431544-113954-13121105",
|
||||||
|
"createTime": "2009-09-13 14:44:04",
|
||||||
|
"status": 1,
|
||||||
|
"remark": "命劳按单信何流般组解布"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"departmentName": "客服部",
|
||||||
|
"id": "365140-1413817-410722-8412010-11115117",
|
||||||
|
"createTime": "2003-09-17 06:29:26",
|
||||||
|
"status": 0,
|
||||||
|
"remark": "当同院形使百术则商管口相地往律"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"total": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
78
sync/json/auth/user.json
Normal file
78
sync/json/auth/user.json
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
{
|
||||||
|
"code": 0,
|
||||||
|
"data": {
|
||||||
|
"total": 100,
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"username": "薛娟",
|
||||||
|
"account": "Richard",
|
||||||
|
"email": "o.idskf@drpgwvhcy.cc",
|
||||||
|
"createTime": "2014-03-12 20:08:22",
|
||||||
|
"id": "1248414-1186915-47339-1180102-121014110"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "谢军",
|
||||||
|
"account": "Ronald",
|
||||||
|
"email": "d.ohjsnyjwyt@fhr.ga",
|
||||||
|
"createTime": "2012-04-06 20:13:13",
|
||||||
|
"id": "815151-194315-4811148-954511-8115815"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "曹芳",
|
||||||
|
"account": "Shirley",
|
||||||
|
"email": "y.jdzpf@rprf.gy",
|
||||||
|
"createTime": "1988-06-29 06:50:00",
|
||||||
|
"id": "1373147-153964-41412104-91261012-518213"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "廖艳",
|
||||||
|
"account": "Jose",
|
||||||
|
"email": "m.wbdimxrll@ump.by",
|
||||||
|
"createTime": "2004-10-20 08:01:44",
|
||||||
|
"id": "1464145-21312510-4131411-85121514-6132714"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "李军",
|
||||||
|
"account": "Robert",
|
||||||
|
"email": "e.njuaisr@rojerrn.mq",
|
||||||
|
"createTime": "1981-03-16 19:54:24",
|
||||||
|
"id": "37615-79021-411397-10126119-697414"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "彭桂英",
|
||||||
|
"account": "John",
|
||||||
|
"email": "b.meow@ucisbj.zr",
|
||||||
|
"createTime": "1972-12-23 10:55:39",
|
||||||
|
"id": "1545315-1084157-421538-1011479-513054"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "戴涛",
|
||||||
|
"account": "Jessica",
|
||||||
|
"email": "y.hgbdetcse@dels.az",
|
||||||
|
"createTime": "1990-01-27 10:25:38",
|
||||||
|
"id": "212564-051399-4231310-1131137-155546"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "贾明",
|
||||||
|
"account": "Steven",
|
||||||
|
"email": "e.frtbfir@pmvbky.sk",
|
||||||
|
"createTime": "2002-01-07 01:01:59",
|
||||||
|
"id": "101283-701259-441140-11159210-11014100"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "白涛",
|
||||||
|
"account": "Charles",
|
||||||
|
"email": "w.dkb@zyre.name",
|
||||||
|
"createTime": "1990-11-29 16:42:40",
|
||||||
|
"id": "8121396-101491414-461309-1110114-1111783"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "邹敏",
|
||||||
|
"account": "Deborah",
|
||||||
|
"email": "n.khfifhpu@qxck.ae",
|
||||||
|
"createTime": "2013-06-04 14:41:40",
|
||||||
|
"id": "31312915-415679-4191113-1041715-1141500"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user