diff --git a/hx-ai-intelligent/src/icon/deptLink.svg b/hx-ai-intelligent/src/icon/deptLink.svg new file mode 100644 index 0000000..5e2f3d4 --- /dev/null +++ b/hx-ai-intelligent/src/icon/deptLink.svg @@ -0,0 +1,4 @@ + + + + diff --git a/hx-ai-intelligent/src/icon/orgLink.svg b/hx-ai-intelligent/src/icon/orgLink.svg new file mode 100644 index 0000000..b4bce49 --- /dev/null +++ b/hx-ai-intelligent/src/icon/orgLink.svg @@ -0,0 +1,4 @@ + + + + diff --git a/hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue b/hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue index 809d6b6..3eb3549 100644 --- a/hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue +++ b/hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue @@ -4,26 +4,14 @@
-
关联企业
-
- - - - -
+ + +
-
关联部门
+ + + +
@@ -87,520 +80,551 @@
- + diff --git a/lib/saas/asset/icon/noResource.svg b/lib/saas/asset/icon/noResource.svg new file mode 100644 index 0000000..75a79ea --- /dev/null +++ b/lib/saas/asset/icon/noResource.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/lib/saas/view/service/error-403.vue b/lib/saas/view/service/error-403.vue index 5db1673..9911989 100644 --- a/lib/saas/view/service/error-403.vue +++ b/lib/saas/view/service/error-403.vue @@ -3,7 +3,7 @@ - +
@@ -43,6 +43,7 @@ display: flex; align-items: center; justify-content: center; + padding-top: 200px; img { width: 240px; height: 240px; diff --git a/lib/util/http/axios.ts b/lib/util/http/axios.ts index c0fe1aa..0be263f 100644 --- a/lib/util/http/axios.ts +++ b/lib/util/http/axios.ts @@ -78,6 +78,7 @@ export class NSAxios { const errCodeMap = new Map([ [13, ''], [1, ''], + [3005, ''], [10086, () => routerConfig.logout()], ]);