关于菜单权限配置的问题

1.我已经有了一个租户如图:

2.我设置了角色  

3.我设置了角色的菜单权限

4.用户信息看起来是正常的

5.登陆以后发现没有任何菜单

请问是哪里出现了问题

评论区

超级管理员 2025-12-11 16:27

有没有报错之类的?我本地试了没有问题


超级管理员 2025-12-11 16:29

调试一下这个接口,看有没有数据返回。就是登录成功后会请求这个接口

神州云合技术 2025-12-11 16:35

我这边登录是使用的这个接口获取的

/admin-api/system/oauth2/token

没使用正常的登录页面

请问老师是不是这个接口的问题,我测试了页面登录是有菜单的 ,如果我继续使用这个token的方式 应该要使用什么接口比较合适

神州云合技术 2025-12-11 16:36

用这种方式登录的

超级管理员 2025-12-11 16:43

应该不关这个问题,这个是登录获取token的。有了token后才请求我上面发的哪个接口,里面返回菜单的

超级管理员 2025-12-11 16:43

你自己写的这个登录,可以参考原来的登录,登录成功后有做一些逻辑

神州云合技术 2025-12-11 16:49

curl 'https://jeelowcode-admin.gmgjny.com/admin-api/system/auth/get-permission-info' \

 -H 'accept: application/json, text/plain, */*' \

 -H 'accept-language: zh-CN,zh;q=0.9' \

 -H 'authorization: Bearer 799d4162c564437b9b923fbafeaf0aa5' \

 -H 'content-lang: zh-CN' \

 -H 'origin: https://jeelowcode.gmgjny.com' \

 -H 'priority: u=1, i' \

 -H 'referer: https://jeelowcode.gmgjny.com/' \

 -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \

 -H 'sec-ch-ua-mobile: ?0' \

 -H 'sec-ch-ua-platform: "macOS"' \

 -H 'sec-fetch-dest: empty' \

 -H 'sec-fetch-mode: cors' \

 -H 'sec-fetch-site: same-site' \

 -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'  我抓取来个接口的请求

返回的结果如下:

{

   "code": 0,

   "data": {

       "user": {

           "id": 10001048,

           "nickname": "郑琪",

           "avatar": "",

           "deptId": [

               2005058443

           ],

           "loginDeptId": 2005058443,

           "loginRoleId": 10001048,

           "supAdminToken": false,

           "supAdmin": false,

           "tenantAdmin": false

       },

       "roles": [],

       "permissions": {

           "infra:config:create": false,

           "jeelowcode:desform:query": false,

           "system:social-client:create": false,

           "jeelowcode:tab:query": false,

           "system:mail-template:query": false,

           "jeelowcode:dbform-data:delete:1846009550756601857": false,

           "bpm:task-assign-rule:create": false,

           "system:user:query": false,

           "jeelowcode:dbform-data:query:1846009550756601857": false,

           "system:error-code:query": false,

           "system:dept:update": false,

           "bpm:model:deploy": false,

           "jeelowcode:dbform-data:query:1844275960258019330": false,

           "infra:data-source-config:update": false,

           "infra:file-config:export": false,

           "jeelowcode:report:create": false,

           "jeelowcode:dbform-data:update:1831582331282440193": false,

           "system:mail-account:create": false,

           "jeelowcode:tab:create": false,

           "jeelowcode:i18n:query": false,

           "system:notice:update": false,

           "system:mail-template:create": false,

           "system:rank:export": false,

           "jeelowcode:web": false,

           "bpm:model:import": false,

           "system:dict:update": false,

           "system:duty:delete": false,

           "system:sms-log:query": false,

           "system:tenant:export": false,

           "system:mail-account:delete": false,

           "jeelowcode:java": false,

           "system:position:export": false,

           "system:sms-template:create": false,

           "jeelowcode:tab:js": false,

           "jeelowcode:dbform-data:export:1844275960258019330": false,

           "system:menu:update": false,

           "system:duty:create": false,

           "system:user:create": false,

           "jeelowcode:tab:delete": false,

           "system:role:export": false,

           "bpm:model:update": false,

           "infra:file-config:update": false,

           "system:notify-message:query": false,

           "jeelowcode:dbform-data:create:1831582331282440193": false,

           "system:mail-template:delete": false,

           "infra:job:export": false,

           "system:sensitive-word:delete": false,

           "bpm:process-definition:query": false,

           "jeelowcode:dbform-data:delete:1854048263491252226": false,

           "jeelowcode:dbform-data:text_auth:1831577841380671489": false,

           "system:sensitive-word:export": false,

           "system:position:update": false,

           "infra:job:create": false,

           "system:sms-template:send-sms": false,

           "bpm:user-group:query": false,

           "system:dept:delete": false,

           "system:tenant:update": false,

           "system:error-code:create": false,

           "system:tenant-package:update": false,

           "system:mail-template:send-mail": false,

           "system:sms-template:delete": false,

           "infra:data-source-config:delete": false,

           "system:notify-template:create": false,

           "jeelowcode:dbform-data:query:1846083503466356737": false,

           "bpm:task:query": false,

           "jeelowcode:dbform-data:delete:1831582331282440193": false,

           "system:notify-template:update": false,

           "system:mail-log:query": false,

           "infra:redis:get-monitor-info": false,

           "jeelowcode:dbform-data:create:1846083503466356737": false,

           "system:sensitive-word:query": false,

           "jeelowcode:report:update": false,

           "system:oauth2-client:create": false,

           "jeelowcode:dbform:query": false,

           "system:sensitive-word:create": false,

           "bpm:process-instance:cancel": false,

           "system:dict:export": false,

           "jeelowcode:i18n:export": false,

           "system:sms-channel:create": false,

           "jeelowcode:dbform:create": false,

           "system:post:create": false,

           "bpm:user-group:create": false,

           "infra:redis:get-key-list": false,

           "system:user:delete": false,

           "infra:job:query": false,

           "system:sensitive-word:update": false,

           "jeelowcode:dbform-data:update:1846083503466356737": false,

           "system:social-client:delete": false,

           "jeelowcode:desform:update": false,

           "bpm:model:create": false,

           "system:error-code:delete": false,

           "infra:data-source-config:query": false,

           "system:oauth2-client:update": false,

           "system:permission:assign-role-data-scope": false,

           "system:tenant-package:create": false,

           "system:rank:delete": false,

           "jeelowcode:dbform-data:create:1854048263491252226": false,

           "jeelowcode:dbform-data:query:1854048263491252226": false,

           "system:operate-log:query": false,

           "system:sms-log:export": false,

           "jeelowcode:dbform:delete": false,

           "system:duty:update": false,

           "jeelowcode:dbform-data:szztBtn:1846009550756601857": false,

           "system:position:create": false,

           "system:sms-channel:delete": false,

           "system:tenant-package:query": false,

           "system:duty:export": false,

           "system:oauth2-client:query": false,

           "system:operate-log:export": false,

           "system:role:query": false,

           "jeelowcode:dbform-data:create:1846009550756601857": false,

           "system:position:delete": false,

           "system:sms-template:update": false,

           "system:menu:query": false,

           "infra:file-config:query": false,

           "jeelowcode:dbform-data:export:1831577841380671489": false,

           "infra:config:export": false,

           "jeelowcode:dbform-data:import:1831582331282440193": false,

           "infra:file-config:create": false,

           "system:mail-template:update": false,

           "system:user:export": false,

           "bpm:user-group:delete": false,

           "jeelowcode:i18n:import": false,

           "bpm:process-instance:create": false,

           "system:dept:query": false,

           "system:tenant-package:delete": false,

           "system:role:delete": false,

           "system:dept:create": false,

           "bpm:task-assign-rule:query": false,

           "system:menu:create": false,

           "system:tenant:query": false,

           "jeelowcode:tab:update": false,

           "jeelowcode:dbform-data:import:1831577841380671489": false,

           "system:dict:query": false,

           "bpm:model:delete": false,

           "jeelowcode:dbform-data:export:1831582331282440193": false,

           "system:rank:create": false,

           "jeelowcode:dbform-data:delete:1831577841380671489": false,

           "system:notice:create": false,

           "system:notify-template:query": false,

           "infra:job:delete": false,

           "system:post:update": false,

           "jeelowcode:dbform:sync": false,

           "system:oauth2-client:delete": false,

           "system:tenant:create": false,

           "system:mail-account:update": false,

           "system:error-code:update": false,

           "system:post:export": false,

           "infra:data-source-config:create": false,

           "system:social-client:update": false,

           "infra:job:trigger": false,

           "system:sms-channel:update": false,

           "system:sms-channel:query": false,

           "jeelowcode:dbform:update": false,

           "system:rank:query": false,

           "jeelowcode:dbform-data:bzBtn:1844275960258019330": false,

           "system:login-log:query": false,

           "system:role:update": false,

           "system:notice:delete": false,

           "system:login-log:export": false,

           "system:notify-template:send-notify": false,

           "jeelowcode:desform:create": false,

           "system:notify-template:delete": false,

           "jeelowcode:dbform-data:query:1831582331282440193": false,

           "system:permission:assign-user-role": false,

           "system:post:delete": false,

           "infra:config:update": false,

           "infra:job:update": false,

           "bpm:task-assign-rule:update": false,

           "bpm:model:query": false,

           "jeelowcode:dbform-data:update:1846009550756601857": false,

           "system:error-code:export": false,

           "jeelowcode:dbform-data:xqBtn:1854048263491252226": false,

           "jeelowcode:dbform-data:gbBtn:1844275960258019330": false,

           "system:permission:assign-role-menu": false,

           "infra:config:query": false,

           "system:position:query": false,

           "bpm:user-group:update": false,

           "infra:file-config:delete": false,

           "bpm:process-instance:query": false,

           "system:rank:update": false,

           "system:dict:create": false,

           "system:oauth2-token:delete": false,

           "system:notice:query": false,

           "jeelowcode:dbform-data:xqBtn:1844275960258019330": false,

           "jeelowcode:sql": false,

           "jeelowcode:report:query": false,

           "infra:config:delete": false,

           "system:user:update-password": false,

           "system:oauth2-token:page": false,

           "system:mail-account:query": false,

           "system:post:query": false,

           "jeelowcode:dbform-data:update:1831577841380671489": false,

           "system:sms-template:export": false,

           "bpm:task:update": false,

           "infra:data-source-config:export": false,

           "system:user:import": false,

           "jeelowcode:report:delete": false,

           "system:user:update": false,

           "system:menu:delete": false,

           "jeelowcode:dbform-data:query:1831577841380671489": false,

           "jeelowcode:dbform-data:create:1831577841380671489": false,

           "system:sms-template:query": false,

           "jeelowcode:desform:delete": false,

           "jeelowcode:button": false,

           "system:duty:query": false,

           "jeelowcode:dbform-data:delete:1846083503466356737": false,

           "system:social-client:query": false,

           "system:tenant:delete": false,

           "system:role:create": false,

           "system:dict:delete": false

       },

       "jeeLowCodepermissions": null,

       "menus": [],

       "deptInfoList": null

   },

   "msg": ""

}

可以确认这个menus 是空的

然后我使用账密登录  

请求如下 :

curl 'https://jeelowcode-admin.gmgjny.com/admin-api/system/auth/get-permission-info' \

 -H 'accept: application/json, text/plain, */*' \

 -H 'accept-language: zh-CN,zh;q=0.9' \

 -H 'authorization: Bearer 7d408ea36f1942c18aab626f951f3a6e' \

 -H 'content-lang: zh-CN' \

 -H 'origin: https://jeelowcode.gmgjny.com' \

 -H 'priority: u=1, i' \

 -H 'referer: https://jeelowcode.gmgjny.com/' \

 -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \

 -H 'sec-ch-ua-mobile: ?0' \

 -H 'sec-ch-ua-platform: "macOS"' \

 -H 'sec-fetch-dest: empty' \

 -H 'sec-fetch-mode: cors' \

 -H 'sec-fetch-site: same-site' \

 -H 'tenant-id: 2025061801' \

 -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'

结果返回:

{

   "code": 0,

   "data": {

       "user": {

           "id": 10001048,

           "nickname": "郑琪",

           "avatar": "",

           "deptId": [

               2005058443

           ],

           "loginDeptId": 2005058443,

           "loginRoleId": 10001048,

           "supAdminToken": false,

           "supAdmin": false,

           "tenantAdmin": false

       },

       "roles": [

           "100028"

       ],

       "permissions": {

           "infra:config:create": true,

           "jeelowcode:desform:query": true,

           "system:social-client:create": true,

           "jeelowcode:tab:query": true,

           "system:mail-template:query": true,

           "bpm:task-assign-rule:create": true,

           "system:user:query": true,

           "system:error-code:query": true,

           "system:dept:update": true,

           "bpm:model:deploy": true,

           "infra:data-source-config:update": true,

           "infra:file-config:export": true,

           "jeelowcode:report:create": true,

           "system:mail-account:create": true,

           "jeelowcode:tab:create": true,

           "jeelowcode:i18n:query": true,

           "system:notice:update": true,

           "system:mail-template:create": true,

           "system:rank:export": true,

           "jeelowcode:web": true,

           "bpm:model:import": true,

           "system:dict:update": true,

           "system:duty:delete": true,

           "system:sms-log:query": true,

           "system:tenant:export": true,

           "system:mail-account:delete": true,

           "jeelowcode:java": true,

           "system:position:export": true,

           "system:sms-template:create": true,

           "jeelowcode:tab:js": true,

           "system:menu:update": true,

           "system:duty:create": true,

           "system:user:create": true,

           "jeelowcode:tab:delete": true,

           "system:role:export": true,

           "bpm:model:update": true,

           "infra:file-config:update": true,

           "system:notify-message:query": true,

           "system:mail-template:delete": true,

           "infra:job:export": true,

           "system:sensitive-word:delete": true,

           "bpm:process-definition:query": true,

           "system:sensitive-word:export": true,

           "system:position:update": true,

           "infra:job:create": true,

           "system:sms-template:send-sms": true,

           "bpm:user-group:query": true,

           "system:dept:delete": true,

           "system:tenant:update": true,

           "system:error-code:create": true,

           "system:tenant-package:update": true,

           "system:mail-template:send-mail": true,

           "system:sms-template:delete": true,

           "infra:data-source-config:delete": true,

           "system:notify-template:create": true,

           "bpm:task:query": true,

           "system:notify-template:update": true,

           "system:mail-log:query": true,

           "infra:redis:get-monitor-info": true,

           "system:sensitive-word:query": true,

           "jeelowcode:report:update": true,

           "system:oauth2-client:create": true,

           "jeelowcode:dbform:query": true,

           "system:sensitive-word:create": true,

           "bpm:process-instance:cancel": true,

           "system:dict:export": true,

           "jeelowcode:i18n:export": true,

           "system:sms-channel:create": true,

           "jeelowcode:dbform:create": true,

           "system:post:create": true,

           "bpm:user-group:create": true,

           "infra:redis:get-key-list": true,

           "system:user:delete": true,

           "infra:job:query": true,

           "system:sensitive-word:update": true,

           "system:social-client:delete": true,

           "jeelowcode:desform:update": true,

           "bpm:model:create": true,

           "system:error-code:delete": true,

           "infra:data-source-config:query": true,

           "system:oauth2-client:update": true,

           "system:permission:assign-role-data-scope": true,

           "system:tenant-package:create": true,

           "system:rank:delete": true,

           "system:operate-log:query": true,

           "system:sms-log:export": true,

           "jeelowcode:dbform:delete": true,

           "system:duty:update": true,

           "system:position:create": true,

           "system:sms-channel:delete": true,

           "system:tenant-package:query": true,

           "system:duty:export": true,

           "system:oauth2-client:query": true,

           "system:operate-log:export": true,

           "system:role:query": true,

           "system:position:delete": true,

           "system:sms-template:update": true,

           "system:menu:query": true,

           "infra:file-config:query": true,

           "infra:config:export": true,

           "infra:file-config:create": true,

           "system:mail-template:update": true,

           "system:user:export": true,

           "bpm:user-group:delete": true,

           "jeelowcode:i18n:import": true,

           "bpm:process-instance:create": true,

           "system:dept:query": true,

           "system:tenant-package:delete": true,

           "system:role:delete": true,

           "system:dept:create": true,

           "bpm:task-assign-rule:query": true,

           "system:menu:create": true,

           "system:tenant:query": true,

           "jeelowcode:tab:update": true,

           "system:dict:query": true,

           "bpm:model:delete": true,

           "system:rank:create": true,

           "system:notice:create": true,

           "system:notify-template:query": true,

           "infra:job:delete": true,

           "system:post:update": true,

           "jeelowcode:dbform:sync": true,

           "system:oauth2-client:delete": true,

           "system:tenant:create": true,

           "system:mail-account:update": true,

           "system:error-code:update": true,

           "system:post:export": true,

           "infra:data-source-config:create": true,

           "system:social-client:update": true,

           "infra:job:trigger": true,

           "system:sms-channel:update": true,

           "system:sms-channel:query": true,

           "jeelowcode:dbform:update": true,

           "system:rank:query": true,

           "system:login-log:query": true,

           "system:role:update": true,

           "system:notice:delete": true,

           "system:login-log:export": true,

           "system:notify-template:send-notify": true,

           "jeelowcode:desform:create": true,

           "system:notify-template:delete": true,

           "system:permission:assign-user-role": true,

           "system:post:delete": true,

           "infra:config:update": true,

           "infra:job:update": true,

           "bpm:task-assign-rule:update": true,

           "bpm:model:query": true,

           "system:error-code:export": true,

           "system:permission:assign-role-menu": true,

           "infra:config:query": true,

           "system:position:query": true,

           "bpm:user-group:update": true,

           "infra:file-config:delete": true,

           "bpm:process-instance:query": true,

           "system:rank:update": true,

           "system:dict:create": true,

           "system:oauth2-token:delete": true,

           "system:notice:query": true,

           "jeelowcode:sql": true,

           "jeelowcode:report:query": true,

           "infra:config:delete": true,

           "system:user:update-password": true,

           "system:oauth2-token:page": true,

           "system:mail-account:query": true,

           "system:post:query": true,

           "system:sms-template:export": true,

           "bpm:task:update": true,

           "infra:data-source-config:export": true,

           "system:user:import": true,

           "jeelowcode:report:delete": true,

           "system:user:update": true,

           "system:menu:delete": true,

           "system:sms-template:query": true,

           "jeelowcode:desform:delete": true,

           "jeelowcode:button": true,

           "system:duty:query": true,

           "system:social-client:query": true,

           "system:tenant:delete": true,

           "system:role:create": true,

           "system:dict:delete": true

       },

       "jeeLowCodepermissions": {

           "2812": [

               "jeelowcode:dbform-data:query:1831582331282440193",

               "jeelowcode:dbform-data:create:1831582331282440193",

               "jeelowcode:dbform-data:update:1831582331282440193",

               "jeelowcode:dbform-data:delete:1831582331282440193",

               "jeelowcode:dbform-data:export:1831582331282440193",

               "jeelowcode:dbform-data:import:1831582331282440193"

           ],

           "2866": [

               "jeelowcode:dbform-data:query:1844275960258019330",

               "jeelowcode:dbform-data:export:1844275960258019330",

               "jeelowcode:dbform-data:xqBtn:1844275960258019330",

               "jeelowcode:dbform-data:bzBtn:1844275960258019330",

               "jeelowcode:dbform-data:gbBtn:1844275960258019330"

           ],

           "2811": [

               "jeelowcode:dbform-data:query:1831577841380671489",

               "jeelowcode:dbform-data:create:1831577841380671489",

               "jeelowcode:dbform-data:update:1831577841380671489",

               "jeelowcode:dbform-data:delete:1831577841380671489",

               "jeelowcode:dbform-data:export:1831577841380671489",

               "jeelowcode:dbform-data:import:1831577841380671489",

               "jeelowcode:dbform-data:text_auth:1831577841380671489"

           ],

           "2872": [

               "jeelowcode:dbform-data:query:1846083503466356737",

               "jeelowcode:dbform-data:create:1846083503466356737",

               "jeelowcode:dbform-data:update:1846083503466356737",

               "jeelowcode:dbform-data:delete:1846083503466356737"

           ],

           "2870": [

               "jeelowcode:dbform-data:query:1846009550756601857",

               "jeelowcode:dbform-data:create:1846009550756601857",

               "jeelowcode:dbform-data:update:1846009550756601857",

               "jeelowcode:dbform-data:delete:1846009550756601857",

               "jeelowcode:dbform-data:szztBtn:1846009550756601857"

           ],

           "2903": [

               "jeelowcode:dbform-data:query:1854048263491252226",

               "jeelowcode:dbform-data:create:1854048263491252226",

               "jeelowcode:dbform-data:delete:1854048263491252226",

               "jeelowcode:dbform-data:xqBtn:1854048263491252226"

           ]

       },

       "menus": [

           {

               "id": 3131,

               "parentId": 0,

               "name": "台账填报",

               "type": 1,

               "path": "/ledger",

               "component": "",

               "componentName": "",

               "icon": "ep:upload-filled",

               "visible": true,

               "keepAlive": true,

               "alwaysShow": true,

               "nameI18n": "",

               "children": [

                   {

                       "id": 3138,

                       "parentId": 3131,

                       "name": "增值税",

                       "type": 1,

                       "path": "vat",

                       "component": "",

                       "componentName": "",

                       "icon": "ep:document",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "",

                       "children": [

                           {

                               "id": 3149,

                               "parentId": 3138,

                               "name": "征收项目字典",

                               "type": 2,

                               "path": "table/view/1960248039302254593",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:calendar",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           },

                           {

                               "id": 3133,

                               "parentId": 3138,

                               "name": "综合台账",

                               "type": 2,

                               "path": "table/view/1968152457855111169",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:tickets",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           },

                           {

                               "id": 3137,

                               "parentId": 3138,

                               "name": "销项税额台账",

                               "type": 2,

                               "path": "table/view/1968152676357378049",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:tickets",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           },

                           {

                               "id": 3139,

                               "parentId": 3138,

                               "name": "预缴增值税台账",

                               "type": 2,

                               "path": "table/view/1968152862789996546",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:tickets",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           },

                           {

                               "id": 3140,

                               "parentId": 3138,

                               "name": "未开票收入台账",

                               "type": 2,

                               "path": "table/view/1968152736734384129",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:tickets",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           },

                           {

                               "id": 3141,

                               "parentId": 3138,

                               "name": "进项税额转出原始台账",

                               "type": 2,

                               "path": "table/view/1968152919513763842",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:tickets",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           },

                           {

                               "id": 3142,

                               "parentId": 3138,

                               "name": "进项税额转出结果台账",

                               "type": 2,

                               "path": "table/view/1968152979244847106",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:tickets",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 3143,

                       "parentId": 3131,

                       "name": "印花税",

                       "type": 1,

                       "path": "stamp",

                       "component": "",

                       "componentName": "",

                       "icon": "ep:collection",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "",

                       "children": [

                           {

                               "id": 3144,

                               "parentId": 3143,

                               "name": "合同台账",

                               "type": 2,

                               "path": "table/view/1972144741797859330",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:collection",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           },

                           {

                               "id": 3145,

                               "parentId": 3143,

                               "name": "科目数据台账",

                               "type": 2,

                               "path": "table/view/1976922560578981889",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:collection",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           },

                           {

                               "id": 3146,

                               "parentId": 3143,

                               "name": "税目科目映射表",

                               "type": 2,

                               "path": "table/view/1977979516513161218",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:collection",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           },

                           {

                               "id": 3147,

                               "parentId": 3143,

                               "name": "报销单据台账",

                               "type": 2,

                               "path": "table/view/1978386373241212930",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:collection",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           },

                           {

                               "id": 3148,

                               "parentId": 3143,

                               "name": "营业账簿台账",

                               "type": 2,

                               "path": "table/view/1979074193622568962",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:collection",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "",

                               "children": null

                           }

                       ]

                   }

               ]

           },

           {

               "id": 3132,

               "parentId": 0,

               "name": "映射关系",

               "type": 1,

               "path": "/organization",

               "component": "",

               "componentName": "",

               "icon": "ep:avatar",

               "visible": true,

               "keepAlive": true,

               "alwaysShow": true,

               "nameI18n": "",

               "children": [

                   {

                       "id": 3134,

                       "parentId": 3132,

                       "name": "组织映射关系",

                       "type": 2,

                       "path": "table/view/1958345351970967554",

                       "component": "",

                       "componentName": "",

                       "icon": "ep:avatar",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "",

                       "children": null

                   },

                   {

                       "id": 3135,

                       "parentId": 3132,

                       "name": "税码映射",

                       "type": 2,

                       "path": "table/view/1958347594614984705",

                       "component": "",

                       "componentName": "",

                       "icon": "ep:avatar",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "",

                       "children": null

                   },

                   {

                       "id": 3136,

                       "parentId": 3132,

                       "name": "征收项目差异率映射",

                       "type": 2,

                       "path": "table/view/1958484983836594177",

                       "component": "",

                       "componentName": "",

                       "icon": "ep:avatar",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "",

                       "children": null

                   }

               ]

           },

           {

               "id": 2761,

               "parentId": 0,

               "name": "在线开发",

               "type": 1,

               "path": "/lowdev",

               "component": "",

               "componentName": "",

               "icon": "carbon:development",

               "visible": true,

               "keepAlive": true,

               "alwaysShow": true,

               "nameI18n": "return {\"en\":\"Online development\",\"zh-CN\":\"在线开发\"}",

               "children": [

                   {

                       "id": 2762,

                       "parentId": 2761,

                       "name": "表单开发",

                       "type": 2,

                       "path": "tableDesign",

                       "component": "lowdesign/tableDesign/index",

                       "componentName": "TableDesign",

                       "icon": "hugeicons:property-edit",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"表单开发\"}",

                       "children": null

                   },

                   {

                       "id": 2763,

                       "parentId": 2761,

                       "name": "自定义表单",

                       "type": 2,

                       "path": "formDesign",

                       "component": "lowdesign/formDesign/index",

                       "componentName": "FormDesign",

                       "icon": "flowbite:file-pen-outline",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"自定义表单\"}",

                       "children": null

                   },

                   {

                       "id": 2869,

                       "parentId": 2761,

                       "name": "报表设计",

                       "type": 2,

                       "path": "reportDesign",

                       "component": "lowdesign/reportDesign/index",

                       "componentName": "ReportDesign",

                       "icon": "lsicon:report-outline",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"报表设计\"}",

                       "children": null

                   },

                   {

                       "id": 2965,

                       "parentId": 2761,

                       "name": "多模块组合",

                       "type": 2,

                       "path": "moduleDesign",

                       "component": "lowdesign/moduleDesign/index",

                       "componentName": "ModuleDesign",

                       "icon": "gravity-ui:layout-tabs",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"多模块组合\"}",

                       "children": null

                   },

                   {

                       "id": 3115,

                       "parentId": 2761,

                       "name": "国际化管理",

                       "type": 2,

                       "path": "I18nConfig",

                       "component": "lowdesign/i18nConfig/index",

                       "componentName": "I18nConfig",

                       "icon": "",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"国际化管理\"}",

                       "children": null

                   }

               ]

           },

           {

               "id": 2835,

               "parentId": 0,

               "name": "页面模板",

               "type": 1,

               "path": "/template",

               "component": "",

               "componentName": "",

               "icon": "ep:cellphone",

               "visible": true,

               "keepAlive": true,

               "alwaysShow": true,

               "nameI18n": "return {\"zh-CN\":\"页面模板\"}",

               "children": [

                   {

                       "id": 2836,

                       "parentId": 2835,

                       "name": "系统首页",

                       "type": 1,

                       "path": "thome",

                       "component": "",

                       "componentName": "",

                       "icon": "ep:house",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"系统首页\"}",

                       "children": [

                           {

                               "id": 2837,

                               "parentId": 2836,

                               "name": "客户管理",

                               "type": 2,

                               "path": "index4",

                               "component": "Home/Index4",

                               "componentName": "Index4",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"客户管理\"}",

                               "children": null

                           },

                           {

                               "id": 2840,

                               "parentId": 2836,

                               "name": "商户统计",

                               "type": 2,

                               "path": "index6",

                               "component": "Home/Index6",

                               "componentName": "Index6",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"商户统计\"}",

                               "children": null

                           },

                           {

                               "id": 2838,

                               "parentId": 2836,

                               "name": "系统监控",

                               "type": 2,

                               "path": "index3",

                               "component": "Home/Index3",

                               "componentName": "Index3",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"系统监控\"}",

                               "children": null

                           },

                           {

                               "id": 2839,

                               "parentId": 2836,

                               "name": "数据看板1",

                               "type": 2,

                               "path": "index5",

                               "component": "Home/Index5",

                               "componentName": "Index5",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据看板1\"}",

                               "children": null

                           },

                           {

                               "id": 2841,

                               "parentId": 2836,

                               "name": "数据看板2",

                               "type": 2,

                               "path": "index7",

                               "component": "Home/Index7",

                               "componentName": "Index7",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据看板2\"}",

                               "children": null

                           },

                           {

                               "id": 2863,

                               "parentId": 2836,

                               "name": "数据会员",

                               "type": 2,

                               "path": "index8",

                               "component": "Home/Index8",

                               "componentName": "Index8",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据会员\"}",

                               "children": null

                           },

                           {

                               "id": 2864,

                               "parentId": 2836,

                               "name": "数据首页",

                               "type": 2,

                               "path": "index9",

                               "component": "Home/Index9",

                               "componentName": "Index9",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据首页\"}",

                               "children": null

                           },

                           {

                               "id": 2868,

                               "parentId": 2836,

                               "name": "首页概览",

                               "type": 2,

                               "path": "index10",

                               "component": "Home/Index10",

                               "componentName": "Index10",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"首页概览\"}",

                               "children": null

                           },

                           {

                               "id": 2889,

                               "parentId": 2836,

                               "name": "使用统计",

                               "type": 2,

                               "path": "index11",

                               "component": "Home/Index11",

                               "componentName": "Index11",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"使用统计\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 2842,

                       "parentId": 2835,

                       "name": "通用页面",

                       "type": 1,

                       "path": "general",

                       "component": "",

                       "componentName": "",

                       "icon": "ep:reading",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"通用页面\"}",

                       "children": [

                           {

                               "id": 2843,

                               "parentId": 2842,

                               "name": "数据表格页(原生表格)",

                               "type": 2,

                               "path": "table/view/1838392378859741185",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据表格页(原生表格)\"}",

                               "children": null

                           },

                           {

                               "id": 2844,

                               "parentId": 2842,

                               "name": "数据表格页(动态数据)",

                               "type": 2,

                               "path": "table/view/1838494733815050242",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据表格页(动态数据)\"}",

                               "children": null

                           },

                           {

                               "id": 2845,

                               "parentId": 2842,

                               "name": "数据表格页(固定表列)",

                               "type": 2,

                               "path": "table/view/1838505719016001538",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据表格页(固定表列)\"}",

                               "children": null

                           },

                           {

                               "id": 2846,

                               "parentId": 2842,

                               "name": "数据表格页(多级表头)",

                               "type": 2,

                               "path": "table/view/1838748849153835009",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据表格页(多级表头)\"}",

                               "children": null

                           },

                           {

                               "id": 2847,

                               "parentId": 2842,

                               "name": "数据表格页(可展开表格)",

                               "type": 2,

                               "path": "table/view/1840646327436394498",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据表格页(可展开表格)\"}",

                               "children": null

                           },

                           {

                               "id": 2848,

                               "parentId": 2842,

                               "name": "数据表格页(树形表格)",

                               "type": 2,

                               "path": "table/view/1838754174162501633",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据表格页(树形表格)\"}",

                               "children": null

                           },

                           {

                               "id": 2850,

                               "parentId": 2842,

                               "name": "数据表格页(专题列表)",

                               "type": 2,

                               "path": "table/view/1838141821641318402",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据表格页(专题列表)\"}",

                               "children": null

                           },

                           {

                               "id": 2851,

                               "parentId": 2842,

                               "name": "数据表格页(卡片列表)",

                               "type": 2,

                               "path": "table/view/1838855934516420610",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据表格页(卡片列表)\"}",

                               "children": null

                           },

                           {

                               "id": 2852,

                               "parentId": 2842,

                               "name": "常用表单页(基础表单)",

                               "type": 2,

                               "path": "form/view/fillout/1838755734082879489",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"常用表单页(基础表单)\"}",

                               "children": null

                           },

                           {

                               "id": 2853,

                               "parentId": 2842,

                               "name": "常用表单页(横排表单)",

                               "type": 2,

                               "path": "form/view/fillout/1838765995711856642",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"常用表单页(横排表单)\"}",

                               "children": null

                           },

                           {

                               "id": 2854,

                               "parentId": 2842,

                               "name": "常用表单页(高级表单)",

                               "type": 2,

                               "path": "form/view/fillout/1838766864943611906",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"常用表单页(高级表单)\"}",

                               "children": null

                           },

                           {

                               "id": 2855,

                               "parentId": 2842,

                               "name": "发布表单页(横向分步)",

                               "type": 2,

                               "path": "form_hxfb",

                               "component": "lowTemplate/generalPage/form/form_hxfb",

                               "componentName": "FormHxfb",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"发布表单页(横向分步)\"}",

                               "children": null

                           },

                           {

                               "id": 2856,

                               "parentId": 2842,

                               "name": "发布表单页(纵向分步)",

                               "type": 2,

                               "path": "form_zxfb",

                               "component": "lowTemplate/generalPage/form/form_zxfb",

                               "componentName": "FormZxfb",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"发布表单页(纵向分步)\"}",

                               "children": null

                           },

                           {

                               "id": 2857,

                               "parentId": 2842,

                               "name": "基础详情页",

                               "type": 2,

                               "path": "group_jcxqy",

                               "component": "lowTemplate/generalPage/group/group_jcxqy",

                               "componentName": "GroupJcxqy",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"基础详情页\"}",

                               "children": null

                           },

                           {

                               "id": 2858,

                               "parentId": 2842,

                               "name": "高级详情页",

                               "type": 2,

                               "path": "group_gjxqy",

                               "component": "lowTemplate/generalPage/group/group_gjxqy",

                               "componentName": "GroupGjxqy",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"高级详情页\"}",

                               "children": null

                           },

                           {

                               "id": 2859,

                               "parentId": 2842,

                               "name": "数据报表页",

                               "type": 2,

                               "path": "group_sjbby",

                               "component": "lowTemplate/generalPage/group/group_sjbby",

                               "componentName": "GroupSjbby",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"数据报表页\"}",

                               "children": null

                           },

                           {

                               "id": 2861,

                               "parentId": 2842,

                               "name": "个人中心1",

                               "type": 2,

                               "path": "feature_grzx1",

                               "component": "lowTemplate/generalPage/feature/feature_grzx1",

                               "componentName": "FeatureGrzx1",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"个人中心1\"}",

                               "children": null

                           },

                           {

                               "id": 2862,

                               "parentId": 2842,

                               "name": "个人中心2",

                               "type": 2,

                               "path": "feature_grzx2",

                               "component": "lowTemplate/generalPage/feature/feature_grzx2",

                               "componentName": "FeatureGrzx2",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"个人中心2\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 2865,

                       "parentId": 2835,

                       "name": "管理模块",

                       "type": 1,

                       "path": "three",

                       "component": "",

                       "componentName": "",

                       "icon": "ep:menu",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"管理模块\"}",

                       "children": [

                           {

                               "id": 2866,

                               "parentId": 2865,

                               "name": "订单管理",

                               "type": 2,

                               "path": "table/view/1844275960258019330",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:tickets",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"订单管理\"}",

                               "children": null

                           },

                           {

                               "id": 2867,

                               "parentId": 2865,

                               "name": "工单管理",

                               "type": 2,

                               "path": "workorder",

                               "component": "lowexample/form/workOrder",

                               "componentName": "workOrder",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"工单管理\"}",

                               "children": null

                           },

                           {

                               "id": 2870,

                               "parentId": 2865,

                               "name": "部门管理",

                               "type": 2,

                               "path": "table/view/1846009550756601857",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"部门管理\"}",

                               "children": null

                           },

                           {

                               "id": 2872,

                               "parentId": 2865,

                               "name": "职务管理",

                               "type": 2,

                               "path": "table/view/1846083503466356737",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"职务管理\"}",

                               "children": null

                           },

                           {

                               "id": 2873,

                               "parentId": 2865,

                               "name": "用户管理",

                               "type": 2,

                               "path": "table/view/1845019389086736386",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"用户管理\"}",

                               "children": null

                           },

                           {

                               "id": 2874,

                               "parentId": 2865,

                               "name": "员工管理",

                               "type": 2,

                               "path": "StaffManagement",

                               "component": "lowTemplate/generalPage/staffManagement",

                               "componentName": "StaffManagement",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"员工管理\"}",

                               "children": null

                           },

                           {

                               "id": 2875,

                               "parentId": 2865,

                               "name": "日程管理",

                               "type": 2,

                               "path": "schedule",

                               "component": "views/lowTemplate/generalPage/schedule/schedule",

                               "componentName": "schedule",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"日程管理\"}",

                               "children": null

                           },

                           {

                               "id": 2886,

                               "parentId": 2865,

                               "name": "项目管理",

                               "type": 2,

                               "path": "project",

                               "component": "views/lowTemplate/generalPage/project/project",

                               "componentName": "project",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"项目管理\"}",

                               "children": null

                           },

                           {

                               "id": 2887,

                               "parentId": 2865,

                               "name": "任务管理",

                               "type": 2,

                               "path": "taskManagement",

                               "component": "views/lowTemplate/generalPage/taskManagement",

                               "componentName": "TaskManagement",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"任务管理\"}",

                               "children": null

                           },

                           {

                               "id": 2888,

                               "parentId": 2865,

                               "name": "相册管理",

                               "type": 2,

                               "path": "table/view/1851796249232203778",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:picture-filled",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"相册管理\"}",

                               "children": null

                           },

                           {

                               "id": 2890,

                               "parentId": 2865,

                               "name": "团队管理",

                               "type": 2,

                               "path": "table/view/1851205230887346177",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"团队管理\"}",

                               "children": null

                           },

                           {

                               "id": 2891,

                               "parentId": 2865,

                               "name": "联系人管理",

                               "type": 2,

                               "path": "table/view/1852624838914699265",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"联系人管理\"}",

                               "children": null

                           },

                           {

                               "id": 2901,

                               "parentId": 2865,

                               "name": "日志管理",

                               "type": 2,

                               "path": "journal",

                               "component": "views/lowTemplate/generalPage/journal/journal",

                               "componentName": "journal",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"日志管理\"}",

                               "children": null

                           },

                           {

                               "id": 2902,

                               "parentId": 2865,

                               "name": "工作报告",

                               "type": 2,

                               "path": "WorkReport",

                               "component": "lowTemplate/generalPage/workReport/index.vue",

                               "componentName": "WorkReport",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"工作报告\"}",

                               "children": null

                           },

                           {

                               "id": 2903,

                               "parentId": 2865,

                               "name": "公告管理",

                               "type": 2,

                               "path": "table/view/1854048263491252226",

                               "component": "",

                               "componentName": "",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"公告管理\"}",

                               "children": null

                           },

                           {

                               "id": 2908,

                               "parentId": 2865,

                               "name": "团队知识库",

                               "type": 2,

                               "path": "team",

                               "component": "views/lowTemplate/generalPage/team/team",

                               "componentName": "team",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"团队知识库\"}",

                               "children": null

                           },

                           {

                               "id": 2909,

                               "parentId": 2865,

                               "name": "交流论坛",

                               "type": 2,

                               "path": "RiendshipForum",

                               "component": "views/lowTemplate/generalPage/riendshipForum/index.vue",

                               "componentName": "RiendshipForum",

                               "icon": "ep:document",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"交流论坛\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 2810,

                       "parentId": 2835,

                       "name": "表单开发示例",

                       "type": 1,

                       "path": "tableexample",

                       "component": "",

                       "componentName": "",

                       "icon": "fluent:form-28-regular",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"表单开发示例\"}",

                       "children": [

                           {

                               "id": 2811,

                               "parentId": 2810,

                               "name": "单表示例",

                               "type": 2,

                               "path": "table/view/1831577841380671489",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"单表示例\"}",

                               "children": null

                           },

                           {

                               "id": 2812,

                               "parentId": 2810,

                               "name": "树表示例",

                               "type": 2,

                               "path": "table/view/1831582331282440193",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"树表示例\"}",

                               "children": null

                           },

                           {

                               "id": 2813,

                               "parentId": 2810,

                               "name": "主附表示例",

                               "type": 2,

                               "path": "table/view/1831606724024909825",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"主附表示例\"}",

                               "children": null

                           },

                           {

                               "id": 2821,

                               "parentId": 2810,

                               "name": "主附表示例(ERP)",

                               "type": 2,

                               "path": "table/view/1831879666549944322",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"主附表示例(ERP)\"}",

                               "children": null

                           },

                           {

                               "id": 2822,

                               "parentId": 2810,

                               "name": "主附表示例(内嵌)",

                               "type": 2,

                               "path": "table/view/1831883128176119810",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return { \"zh-CN\": \"主附表示例(内嵌)\" }",

                               "children": null

                           },

                           {

                               "id": 2823,

                               "parentId": 2810,

                               "name": "控件使用示例",

                               "type": 2,

                               "path": "table/view/1831939951830798338",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return { \"zh-CN\": \"控件使用示例\" }",

                               "children": null

                           },

                           {

                               "id": 2824,

                               "parentId": 2810,

                               "name": "前端增强示例",

                               "type": 2,

                               "path": "table/view/1833055212327694337",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return { \"zh-CN\": \"前端增强示例\" }",

                               "children": null

                           },

                           {

                               "id": 2826,

                               "parentId": 2810,

                               "name": "自定义按钮结合Js增强示例",

                               "type": 2,

                               "path": "table/view/1833320018125299714",

                               "component": "",

                               "componentName": "",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return { \"zh-CN\": \"自定义按钮结合Js增强示例\" }",

                               "children": null

                           },

                           {

                               "id": 2831,

                               "parentId": 2810,

                               "name": "tab标签页风格",

                               "type": 2,

                               "path": "tabscardform",

                               "component": "lowexample/form/TabsCardForm",

                               "componentName": "TabsCardForm",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"tab标签页风格\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 2765,

                       "parentId": 2835,

                       "name": "表单设计示例",

                       "type": 1,

                       "path": "formexample",

                       "component": "",

                       "componentName": "",

                       "icon": "fluent:form-28-regular",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"表单设计示例\"}",

                       "children": [

                           {

                               "id": 2809,

                               "parentId": 2765,

                               "name": "步骤类型表单(垂直)",

                               "type": 2,

                               "path": "stepverticalform",

                               "component": "lowexample/form/step/StepVerticalForm",

                               "componentName": "StepVerticalForm",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"步骤类型表单(垂直)\"}",

                               "children": null

                           },

                           {

                               "id": 2834,

                               "parentId": 2765,

                               "name": "步骤类型表单(水平)",

                               "type": 2,

                               "path": "stephorizontalform",

                               "component": "lowexample/form/step/StepHorizontalForm",

                               "componentName": "StepHorizontalForm",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"步骤类型表单(水平)\"}",

                               "children": null

                           },

                           {

                               "id": 2825,

                               "parentId": 2765,

                               "name": "基础类型表单",

                               "type": 2,

                               "path": "acrossform",

                               "component": "lowexample/form/AcrossForm",

                               "componentName": "AcrossForm",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"基础类型表单\"}",

                               "children": null

                           },

                           {

                               "id": 2830,

                               "parentId": 2765,

                               "name": "标签页类型表单",

                               "type": 2,

                               "path": "tabsform",

                               "component": "lowexample/form/TabsForm",

                               "componentName": "TabsForm",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"标签页类型表单\"}",

                               "children": null

                           },

                           {

                               "id": 2832,

                               "parentId": 2765,

                               "name": "订单详情表单",

                               "type": 2,

                               "path": "orderform",

                               "component": "lowexample/form/OrderForm",

                               "componentName": "OrderForm",

                               "icon": "ph:file-duotone",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"订单详情表单\"}",

                               "children": null

                           }

                       ]

                   }

               ]

           },

           {

               "id": 1,

               "parentId": 0,

               "name": "系统管理",

               "type": 1,

               "path": "/system",

               "component": null,

               "componentName": null,

               "icon": "tdesign:system-3",

               "visible": true,

               "keepAlive": true,

               "alwaysShow": true,

               "nameI18n": "return {\"zh-CN\":\"系统管理\"}",

               "children": [

                   {

                       "id": 1224,

                       "parentId": 1,

                       "name": "租户管理",

                       "type": 1,

                       "path": "tenant",

                       "component": null,

                       "componentName": null,

                       "icon": "oui:app-index-management",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"租户管理\"}",

                       "children": [

                           {

                               "id": 1138,

                               "parentId": 1224,

                               "name": "租户列表",

                               "type": 2,

                               "path": "list",

                               "component": "system/tenant/index",

                               "componentName": "SystemTenant",

                               "icon": "material-symbols-light:patient-list",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"租户列表\"}",

                               "children": null

                           },

                           {

                               "id": 1225,

                               "parentId": 1224,

                               "name": "租户套餐",

                               "type": 2,

                               "path": "package",

                               "component": "system/tenantPackage/index",

                               "componentName": "SystemTenantPackage",

                               "icon": "iconoir:package-lock",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"租户套餐\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 100,

                       "parentId": 1,

                       "name": "用户管理",

                       "type": 2,

                       "path": "user",

                       "component": "system/user/index",

                       "componentName": "SystemUser",

                       "icon": "mdi:table-user",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"用户管理\"}",

                       "children": null

                   },

                   {

                       "id": 101,

                       "parentId": 1,

                       "name": "角色管理",

                       "type": 2,

                       "path": "role",

                       "component": "system/role/index",

                       "componentName": "SystemRole",

                       "icon": "oui:app-users-roles",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"角色管理\"}",

                       "children": null

                   },

                   {

                       "id": 102,

                       "parentId": 1,

                       "name": "菜单管理",

                       "type": 2,

                       "path": "menu",

                       "component": "system/menu/index",

                       "componentName": "SystemMenu",

                       "icon": "hugeicons:menu-square",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"菜单管理\"}",

                       "children": null

                   },

                   {

                       "id": 103,

                       "parentId": 1,

                       "name": "部门管理",

                       "type": 2,

                       "path": "dept",

                       "component": "system/dept/index",

                       "componentName": "SystemDept",

                       "icon": "carbon:cloud-service-management",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"部门管理\"}",

                       "children": null

                   },

                   {

                       "id": 104,

                       "parentId": 1,

                       "name": "岗位管理",

                       "type": 2,

                       "path": "post",

                       "component": "system/post/index",

                       "componentName": "SystemPost",

                       "icon": "ic:sharp-work-history",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"岗位管理\"}",

                       "children": null

                   },

                   {

                       "id": 2947,

                       "parentId": 1,

                       "name": "职务管理",

                       "type": 2,

                       "path": "duty",

                       "component": "system/duty/index",

                       "componentName": "SystemDuty",

                       "icon": "iconoir:post",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"职务管理\"}",

                       "children": null

                   },

                   {

                       "id": 2948,

                       "parentId": 1,

                       "name": "职位管理",

                       "type": 2,

                       "path": "position",

                       "component": "system/position/index",

                       "componentName": "SystemPosition",

                       "icon": "mdi:post-outline",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"职位管理\"}",

                       "children": null

                   },

                   {

                       "id": 105,

                       "parentId": 1,

                       "name": "字典管理",

                       "type": 2,

                       "path": "dict",

                       "component": "system/dict/index",

                       "componentName": "SystemDictType",

                       "icon": "streamline:dictionary-language-book-solid",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"字典管理\"}",

                       "children": null

                   },

                   {

                       "id": 2949,

                       "parentId": 1,

                       "name": "职级管理",

                       "type": 2,

                       "path": "rank",

                       "component": "system/rank/index",

                       "componentName": "SystemRank",

                       "icon": "ph:ranking-light",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"职级管理\"}",

                       "children": null

                   },

                   {

                       "id": 107,

                       "parentId": 1,

                       "name": "通知公告",

                       "type": 2,

                       "path": "notice",

                       "component": "system/notice/index",

                       "componentName": "SystemNotice",

                       "icon": "fe:notice-active",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"通知公告\"}",

                       "children": null

                   },

                   {

                       "id": 1261,

                       "parentId": 1,

                       "name": "OAuth 2.0",

                       "type": 1,

                       "path": "oauth2",

                       "component": null,

                       "componentName": null,

                       "icon": "tabler:brand-oauth",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"OAuth 2.0\"}",

                       "children": [

                           {

                               "id": 1263,

                               "parentId": 1261,

                               "name": "应用管理",

                               "type": 2,

                               "path": "oauth2/application",

                               "component": "system/oauth2/client/index",

                               "componentName": "SystemOAuth2Client",

                               "icon": "icon-park-outline:all-application",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"应用管理\"}",

                               "children": null

                           },

                           {

                               "id": 109,

                               "parentId": 1261,

                               "name": "令牌管理",

                               "type": 2,

                               "path": "token",

                               "component": "system/oauth2/token/index",

                               "componentName": "SystemTokenClient",

                               "icon": "material-symbols-light:token",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"令牌管理\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 2447,

                       "parentId": 1,

                       "name": "三方登录",

                       "type": 1,

                       "path": "social",

                       "component": "",

                       "componentName": "",

                       "icon": "fa:500px",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"三方登录\"}",

                       "children": [

                           {

                               "id": 2448,

                               "parentId": 2447,

                               "name": "三方应用",

                               "type": 2,

                               "path": "client",

                               "component": "views/system/social/client/index.vue",

                               "componentName": "SocialClient",

                               "icon": "ep:set-up",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"三方应用\"}",

                               "children": null

                           },

                           {

                               "id": 2453,

                               "parentId": 2447,

                               "name": "三方用户",

                               "type": 2,

                               "path": "user",

                               "component": "system/social/user/index.vue",

                               "componentName": "SocialUser",

                               "icon": "ep:avatar",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"三方用户\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 1093,

                       "parentId": 1,

                       "name": "短信管理",

                       "type": 1,

                       "path": "sms",

                       "component": null,

                       "componentName": null,

                       "icon": "fa6-solid:comment-sms",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"短信管理\"}",

                       "children": [

                           {

                               "id": 1094,

                               "parentId": 1093,

                               "name": "短信渠道",

                               "type": 2,

                               "path": "sms-channel",

                               "component": "system/sms/channel/index",

                               "componentName": "SystemSmsChannel",

                               "icon": "ic:round-sms-failed",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"短信渠道\"}",

                               "children": null

                           },

                           {

                               "id": 1100,

                               "parentId": 1093,

                               "name": "短信模板",

                               "type": 2,

                               "path": "sms-template",

                               "component": "system/sms/template/index",

                               "componentName": "SystemSmsTemplate",

                               "icon": "material-symbols:sms-outline",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"短信模板\"}",

                               "children": null

                           },

                           {

                               "id": 1107,

                               "parentId": 1093,

                               "name": "短信日志",

                               "type": 2,

                               "path": "sms-log",

                               "component": "system/sms/log/index",

                               "componentName": "SystemSmsLog",

                               "icon": "material-symbols:sms",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"短信日志\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 2130,

                       "parentId": 1,

                       "name": "邮箱管理",

                       "type": 2,

                       "path": "mail",

                       "component": null,

                       "componentName": null,

                       "icon": "solar:mailbox-outline",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"邮箱管理\"}",

                       "children": [

                           {

                               "id": 2131,

                               "parentId": 2130,

                               "name": "邮箱账号",

                               "type": 2,

                               "path": "mail-account",

                               "component": "system/mail/account/index",

                               "componentName": "SystemMailAccount",

                               "icon": "material-symbols:deployed-code-account-outline-rounded",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"邮箱账号\"}",

                               "children": null

                           },

                           {

                               "id": 2136,

                               "parentId": 2130,

                               "name": "邮件模版",

                               "type": 2,

                               "path": "mail-template",

                               "component": "system/mail/template/index",

                               "componentName": "SystemMailTemplate",

                               "icon": "fluent:mail-template-20-regular",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"邮件模版\"}",

                               "children": null

                           },

                           {

                               "id": 2141,

                               "parentId": 2130,

                               "name": "邮件记录",

                               "type": 2,

                               "path": "mail-log",

                               "component": "system/mail/log/index",

                               "componentName": "SystemMailLog",

                               "icon": "icon-park-twotone:email-search",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"邮件记录\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 2144,

                       "parentId": 1,

                       "name": "站内信管理",

                       "type": 1,

                       "path": "notify",

                       "component": null,

                       "componentName": null,

                       "icon": "mdi:email-newsletter",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"站内信管理\"}",

                       "children": [

                           {

                               "id": 2145,

                               "parentId": 2144,

                               "name": "模板管理",

                               "type": 2,

                               "path": "notify-template",

                               "component": "system/notify/template/index",

                               "componentName": "SystemNotifyTemplate",

                               "icon": "marketeq:email-file",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"模板管理\"}",

                               "children": null

                           },

                           {

                               "id": 2151,

                               "parentId": 2144,

                               "name": "消息记录",

                               "type": 2,

                               "path": "notify-message",

                               "component": "system/notify/message/index",

                               "componentName": "SystemNotifyMessage",

                               "icon": "material-symbols:mark-email-unread-outline-rounded",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"消息记录\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 1110,

                       "parentId": 1,

                       "name": "错误码管理",

                       "type": 2,

                       "path": "error-code",

                       "component": "system/errorCode/index",

                       "componentName": "SystemErrorCode",

                       "icon": "iconoir:shopping-code-error",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"错误码管理\"}",

                       "children": null

                   },

                   {

                       "id": 1247,

                       "parentId": 1,

                       "name": "敏感词管理",

                       "type": 2,

                       "path": "sensitive-word",

                       "component": "system/sensitiveWord/index",

                       "componentName": "SystemSensitiveWord",

                       "icon": "ooui:search-case-sensitive",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"敏感词管理\"}",

                       "children": null

                   },

                   {

                       "id": 2083,

                       "parentId": 1,

                       "name": "地区管理",

                       "type": 2,

                       "path": "area",

                       "component": "system/area/index",

                       "componentName": "SystemArea",

                       "icon": "ep:location",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"地区管理\"}",

                       "children": null

                   }

               ]

           },

           {

               "id": 2,

               "parentId": 0,

               "name": "基础设施",

               "type": 1,

               "path": "/infra",

               "component": null,

               "componentName": null,

               "icon": "streamline:industry-innovation-and-infrastructure",

               "visible": true,

               "keepAlive": true,

               "alwaysShow": true,

               "nameI18n": "return {\"zh-CN\":\"基础设施\"}",

               "children": [

                   {

                       "id": 1255,

                       "parentId": 2,

                       "name": "数据源配置",

                       "type": 2,

                       "path": "data-source-config",

                       "component": "infra/dataSourceConfig/index",

                       "componentName": "InfraDataSourceConfig",

                       "icon": "icon-park-outline:data-display",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"数据源配置\"}",

                       "children": null

                   },

                   {

                       "id": 116,

                       "parentId": 2,

                       "name": "系统接口",

                       "type": 2,

                       "path": "swagger",

                       "component": "infra/swagger/index",

                       "componentName": "InfraSwagger",

                       "icon": "carbon:ibm-engineering-systems-design-rhapsody-model-manager",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"系统接口\"}",

                       "children": null

                   },

                   {

                       "id": 1076,

                       "parentId": 2,

                       "name": "数据库文档",

                       "type": 2,

                       "path": "db-doc",

                       "component": "infra/dbDoc/index",

                       "componentName": "InfraDBDoc",

                       "icon": "fluent:document-database-24-regular",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"数据库文档\"}",

                       "children": null

                   },

                   {

                       "id": 1243,

                       "parentId": 2,

                       "name": "文件管理",

                       "type": 1,

                       "path": "file",

                       "component": null,

                       "componentName": "",

                       "icon": "mdi:file-cog",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"文件管理\"}",

                       "children": [

                           {

                               "id": 1237,

                               "parentId": 1243,

                               "name": "文件配置",

                               "type": 2,

                               "path": "file-config",

                               "component": "infra/fileConfig/index",

                               "componentName": "InfraFileConfig",

                               "icon": "flowbite:file-pen-outline",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"文件配置\"}",

                               "children": null

                           },

                           {

                               "id": 1090,

                               "parentId": 1243,

                               "name": "文件列表",

                               "type": 2,

                               "path": "file",

                               "component": "infra/file/index",

                               "componentName": "InfraFile",

                               "icon": "tdesign:file-1",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"文件列表\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 106,

                       "parentId": 2,

                       "name": "配置管理",

                       "type": 2,

                       "path": "config",

                       "component": "infra/config/index",

                       "componentName": "InfraConfig",

                       "icon": "eos-icons:configuration-file-outlined",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"配置管理\"}",

                       "children": null

                   },

                   {

                       "id": 2525,

                       "parentId": 2,

                       "name": "WebSocket 测试",

                       "type": 2,

                       "path": "websocket",

                       "component": "infra/webSocket/index",

                       "componentName": "InfraWebSocket",

                       "icon": "ep:connection",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"WebSocket 测试\"}",

                       "children": null

                   },

                   {

                       "id": 110,

                       "parentId": 2,

                       "name": "定时任务",

                       "type": 2,

                       "path": "job",

                       "component": "infra/job/index",

                       "componentName": "InfraJob",

                       "icon": "mdi:invoice-text-scheduled",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"定时任务\"}",

                       "children": null

                   }

               ]

           },

           {

               "id": 1185,

               "parentId": 0,

               "name": "工作流程",

               "type": 1,

               "path": "/bpm",

               "component": null,

               "componentName": null,

               "icon": "mdi:workflow-outline",

               "visible": true,

               "keepAlive": true,

               "alwaysShow": true,

               "nameI18n": "return {\"zh-CN\":\"工作流程\"}",

               "children": [

                   {

                       "id": 1186,

                       "parentId": 1185,

                       "name": "流程管理",

                       "type": 1,

                       "path": "manager",

                       "component": null,

                       "componentName": null,

                       "icon": "oui:app-index-management",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"流程管理\"}",

                       "children": [

                           {

                               "id": 1209,

                               "parentId": 1186,

                               "name": "用户分组",

                               "type": 2,

                               "path": "user-group",

                               "component": "bpm/group/index",

                               "componentName": "BpmUserGroup",

                               "icon": "heroicons:user-group-20-solid",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"用户分组\"}",

                               "children": null

                           },

                           {

                               "id": 1193,

                               "parentId": 1186,

                               "name": "流程模型",

                               "type": 2,

                               "path": "model",

                               "component": "bpm/model/index",

                               "componentName": "BpmModel",

                               "icon": "radix-icons:transform",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"流程模型\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 1200,

                       "parentId": 1185,

                       "name": "任务管理",

                       "type": 1,

                       "path": "task",

                       "component": null,

                       "componentName": null,

                       "icon": "eos-icons:cluster-management-outlined",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"任务管理\"}",

                       "children": [

                           {

                               "id": 1201,

                               "parentId": 1200,

                               "name": "我的流程",

                               "type": 2,

                               "path": "my",

                               "component": "bpm/processInstance/index",

                               "componentName": "BpmProcessInstance",

                               "icon": "hugeicons:user-switch",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"我的流程\"}",

                               "children": null

                           },

                           {

                               "id": 1207,

                               "parentId": 1200,

                               "name": "待办任务",

                               "type": 2,

                               "path": "todo",

                               "component": "bpm/task/todo/index",

                               "componentName": "BpmTodoTask",

                               "icon": "mingcute:to-do-line",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"待办任务\"}",

                               "children": null

                           },

                           {

                               "id": 1208,

                               "parentId": 1200,

                               "name": "已办任务",

                               "type": 2,

                               "path": "done",

                               "component": "bpm/task/done/index",

                               "componentName": "BpmDoneTask",

                               "icon": "lucide:list-todo",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"已办任务\"}",

                               "children": null

                           }

                       ]

                   }

               ]

           },

           {

               "id": 2930,

               "parentId": 0,

               "name": "日志管理",

               "type": 1,

               "path": "/log",

               "component": "",

               "componentName": "",

               "icon": "ep:document-copy",

               "visible": true,

               "keepAlive": true,

               "alwaysShow": true,

               "nameI18n": "return {\"zh-CN\":\"日志管理\"}",

               "children": [

                   {

                       "id": 108,

                       "parentId": 2930,

                       "name": "审计日志",

                       "type": 1,

                       "path": "log",

                       "component": "",

                       "componentName": null,

                       "icon": "icon-park-solid:audit",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"审计日志\"}",

                       "children": [

                           {

                               "id": 500,

                               "parentId": 108,

                               "name": "操作日志",

                               "type": 2,

                               "path": "operate-log",

                               "component": "system/operatelog/index",

                               "componentName": "SystemOperateLog",

                               "icon": "ant-design:audit-outlined",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"操作日志\"}",

                               "children": null

                           },

                           {

                               "id": 501,

                               "parentId": 108,

                               "name": "登录日志",

                               "type": 2,

                               "path": "login-log",

                               "component": "system/loginlog/index",

                               "componentName": "SystemLoginLog",

                               "icon": "basil:login-outline",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"登录日志\"}",

                               "children": null

                           }

                       ]

                   },

                   {

                       "id": 2827,

                       "parentId": 2930,

                       "name": "请求日志",

                       "type": 1,

                       "path": "apilog",

                       "component": "",

                       "componentName": "",

                       "icon": "ep:paperclip",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"请求日志\"}",

                       "children": [

                           {

                               "id": 2828,

                               "parentId": 2827,

                               "name": "成功日志",

                               "type": 2,

                               "path": "success-log",

                               "component": "system/apilog/successlog/index",

                               "componentName": "SystemApiSuccessLog",

                               "icon": "ep:success-filled",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"成功日志\"}",

                               "children": null

                           },

                           {

                               "id": 2829,

                               "parentId": 2827,

                               "name": "失败日志",

                               "type": 2,

                               "path": "failure-log",

                               "component": "system/apilog/failurelog/index",

                               "componentName": "SystemApiFailureLog",

                               "icon": "ep:circle-close-filled",

                               "visible": true,

                               "keepAlive": true,

                               "alwaysShow": true,

                               "nameI18n": "return {\"zh-CN\":\"失败日志\"}",

                               "children": null

                           }

                       ]

                   }

               ]

           },

           {

               "id": 2931,

               "parentId": 0,

               "name": "性能监控",

               "type": 1,

               "path": "/mon",

               "component": "",

               "componentName": "",

               "icon": "ep:monitor",

               "visible": true,

               "keepAlive": true,

               "alwaysShow": true,

               "nameI18n": "return {\"zh-CN\":\"性能监控\"}",

               "children": [

                   {

                       "id": 111,

                       "parentId": 2931,

                       "name": "MySQL 监控",

                       "type": 2,

                       "path": "druid",

                       "component": "infra/druid/index",

                       "componentName": "InfraDruid",

                       "icon": "eos-icons:monitoring",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"MySQL 监控\"}",

                       "children": null

                   },

                   {

                       "id": 113,

                       "parentId": 2931,

                       "name": "Redis 监控",

                       "type": 2,

                       "path": "redis",

                       "component": "infra/redis/index",

                       "componentName": "InfraRedis",

                       "icon": "carbon:cloud-monitoring",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"Redis 监控\"}",

                       "children": null

                   },

                   {

                       "id": 112,

                       "parentId": 2931,

                       "name": "Java 监控",

                       "type": 2,

                       "path": "admin-server",

                       "component": "infra/server/index",

                       "componentName": "InfraAdminServer",

                       "icon": "material-symbols-light:monitoring-rounded",

                       "visible": true,

                       "keepAlive": true,

                       "alwaysShow": true,

                       "nameI18n": "return {\"zh-CN\":\"Java 监控\"}",

                       "children": null

                   }

               ]

           }

       ],

       "deptInfoList": [

           {

               "deptId": 2005058443,

               "deptName": "国际能源",

               "postInfoList": [],

               "roleInfoList": [

                   {

                       "id": 10001048,

                       "name": "100028"

                   }

               ],

               "dutyInfoList": [],

               "positionInfoList": []

           }

       ]

   },

   "msg": ""

}

神州云合技术 2025-12-11 16:58

正常页面登录的就可以返回菜单 用这个token的就不能  是有什么限制么

神州云合技术 2025-12-11 17:19

我感觉是这个代码滴82行没有传递正确的 lastDept 跟lastRole有关系  在获取的时候拿不到role

神州云合技术 2025-12-11 17:27

对  是的  我修改了这代码的逻辑


com.jeelowcode.service.system.service.impl.OAuth2GrantServiceImpl#grantPassword  

神州云合技术 2025-12-11 17:32

已经搞定了 感谢支持

超级管理员 2025-12-11 17:35

收到,后续我们补充上


回复

扫码关注

添加客服
图片未加载,请刷新后再试
联系我们