fix route
This commit is contained in:
parent
6fd43d29db
commit
bb214ae951
@ -40,7 +40,7 @@ const saveInfo = async () => {
|
|||||||
});
|
});
|
||||||
btnStatus.value = 0
|
btnStatus.value = 0
|
||||||
if (submitReturnData.value.phoneNum !== temSubmitReturnData.value.phoneNum) {
|
if (submitReturnData.value.phoneNum !== temSubmitReturnData.value.phoneNum) {
|
||||||
router.replace('/page-forward/logon')
|
router.replace('/title-forward/logon')
|
||||||
}
|
}
|
||||||
temSubmitReturnData.value = submitReturnData.value
|
temSubmitReturnData.value = submitReturnData.value
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@ import storage from '@/utils/storage.js';
|
|||||||
import { ref, onBeforeMount } from "vue";
|
import { ref, onBeforeMount } from "vue";
|
||||||
onBeforeMount(() => {
|
onBeforeMount(() => {
|
||||||
storage.setItem('top-title', '登录')
|
storage.setItem('top-title', '登录')
|
||||||
router.push('/page-forward/logon')
|
router.push('/title-forward/logon')
|
||||||
})
|
})
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const goRouter = () => {
|
const goRouter = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user