feat: 添加强制密码重置功能及相关组件
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
import RightContent from './components/RightContent.vue';
|
||||
import Tabs from './components/Tabs.vue';
|
||||
import GlobalMask from '@/components/GlobalMask/index.vue';
|
||||
import ForcePasswdChange from '@/components/ForcePasswdChange/index.vue';
|
||||
import { scriptUrl } from '@/assets/js/icon_font_8d5l8fzk5b87iudi';
|
||||
import {
|
||||
computed,
|
||||
@@ -362,6 +363,8 @@ onUnmounted(() => {
|
||||
|
||||
<!-- 全局遮罩 -->
|
||||
<GlobalMask />
|
||||
<!-- 强制密码修改 -->
|
||||
<ForcePasswdChange />
|
||||
</a-watermark>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user