fix route

This commit is contained in:
张 元山 2024-09-11 10:01:37 +08:00
parent 6fd43d29db
commit bb214ae951
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ const saveInfo = async () => {
});
btnStatus.value = 0
if (submitReturnData.value.phoneNum !== temSubmitReturnData.value.phoneNum) {
router.replace('/page-forward/logon')
router.replace('/title-forward/logon')
}
temSubmitReturnData.value = submitReturnData.value
}

View File

@ -4,7 +4,7 @@ import storage from '@/utils/storage.js';
import { ref, onBeforeMount } from "vue";
onBeforeMount(() => {
storage.setItem('top-title', '登录')
router.push('/page-forward/logon')
router.push('/title-forward/logon')
})
const router = useRouter();
const goRouter = () => {