路由调整

This commit is contained in:
dong 2022-10-13 10:09:34 +08:00
parent a6a806c218
commit 229e622d44
2 changed files with 6 additions and 1 deletions

View File

@ -1891,6 +1891,11 @@ export const asyncRouter = [
meta: {
i18n: 'newRouter.companyUserManage'
}
},
{ // 组织管理-组织结构
path: 'orgDetail',
component: OrgDetail,
hidden: true
}
]
},

View File

@ -123,7 +123,7 @@ export default {
this.$router.go(-1);
},
handleOrgDetail(index, row) {
this.$router.push({ path: `/system/companyManage/orgDetail`, query: { orgId: row.id } });
this.$router.push({ path: `/systemManagement/companyUserManage/orgDetail`, query: { orgId: row.id } });
},
handleGenerateQrCode(index, row) {
// let state = 2;