路由调整
This commit is contained in:
parent
a6a806c218
commit
229e622d44
@ -1891,6 +1891,11 @@ export const asyncRouter = [
|
||||
meta: {
|
||||
i18n: 'newRouter.companyUserManage'
|
||||
}
|
||||
},
|
||||
{ // 组织管理-组织结构
|
||||
path: 'orgDetail',
|
||||
component: OrgDetail,
|
||||
hidden: true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user