mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
revert(projects): 单点登录回调页面回滚
This commit is contained in:
@ -43,7 +43,7 @@ const handleError = () => {
|
||||
msg.value = '登录失败,1s 后即将跳转至登录页';
|
||||
}, 1000);
|
||||
setTimeout(() => {
|
||||
// routerPushByKey('login');
|
||||
routerPushByKey('login');
|
||||
}, 1000);
|
||||
};
|
||||
|
||||
@ -116,7 +116,7 @@ const primaryColor = `--primary-color: ${r} ${g} ${b}`;
|
||||
<!-- From Uiverse.io by SchawnnahJ -->
|
||||
<div class="loader"></div>
|
||||
</div>
|
||||
<h2 class="text-30px text-primary-400 font-500">{{ $t('system.title') }}</h2>
|
||||
<h2 class="text-30px text-primary-400 font-500">{{ msg }}</h2>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user