update
This commit is contained in:
parent
8244195f22
commit
c075cea921
@ -1,4 +1,4 @@
|
||||
import { createRouter, createWebHashHistory } from 'vue-router'
|
||||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
import Home from '../components/Home.vue'
|
||||
import PrivacyAgreement from '../components/PrivacyAgreement.vue'
|
||||
import UserAgreement from '../components/UserAgreement.vue'
|
||||
@ -58,7 +58,7 @@ const routes = [
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHashHistory(),
|
||||
history: createWebHistory(),
|
||||
routes
|
||||
})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user