Merge branch 'xingyy'
This commit is contained in:
commit
cd427c8353
@ -2,6 +2,9 @@
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
const router = useRouter();
|
||||
definePageMeta({
|
||||
layout: 'login',
|
||||
})
|
||||
function goToPage() {
|
||||
router.push('/countryRegion');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user