|
@@ -71,9 +71,6 @@ const useAppLoginApi = async (form) => {
|
|
|
window?.$message?.success('授权登录成功');
|
|
|
// router.push({path: '/home/index'});
|
|
|
router.push({path: '/using/stats'});//跳转到档案统计页面
|
|
|
- setTimeout(() => {
|
|
|
- window?.location?.reload() //刷新页面
|
|
|
- }, 1000);
|
|
|
}).catch(() => {
|
|
|
window.$message?.error('授权登录失败')
|
|
|
isErrorShow.value = true
|