Skip to content

Commit

Permalink
fix(frontend): 个人工作台(我的服务单,我的代办)路由调整 #3800
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx authored and zhangzhw8 committed Apr 2, 2024
1 parent 4652acc commit 086d48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbm-ui/frontend/src/components/app-select/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@change="handleAppChange">
<template #default="{ data }">
<AuthTemplate
action-id="DB_MANAGE"
action-id="biz"
:permission="data.permission.db_manage"
:resource="data.bk_biz_id"
style="width: 100%">
Expand Down
2 changes: 1 addition & 1 deletion dbm-ui/frontend/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export default () => {
...getPasswordManageRoutes(),
...getServiceApplyRoutes(),
...getQuickSearchRoutes(),
...getTicketsRoutes(),
],
},
{
Expand All @@ -151,7 +152,6 @@ export default () => {
...getSpiderManageRoutes(),
...getStaffManageRoutes(),
...getTaskHistoryRoutes(),
...getTicketsRoutes(),
...getWhitelistRoutes(),
...getTicketManageRoutes(),
...getTemporaryPasswordModify(),
Expand Down

0 comments on commit 086d48b

Please sign in to comment.