fix route
This commit is contained in:
parent
6fd43d29db
commit
bb214ae951
@ -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
|
||||
}
|
||||
|
@ -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 = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user