feat: 添加强制密码重置功能及相关组件

This commit is contained in:
TsMask
2025-03-31 19:00:34 +08:00
parent c72f0290fd
commit d037a76856
4 changed files with 224 additions and 0 deletions

View File

@@ -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>