|
@@ -1,7 +1,7 @@
|
|
-import { createRouter, createWebHistory } from 'vue-router'
|
|
|
|
|
|
+import { createRouter, createWebHistory,createWebHashHistory } from 'vue-router'
|
|
|
|
|
|
const router = createRouter({
|
|
const router = createRouter({
|
|
- history: createWebHistory(),
|
|
|
|
|
|
+ history: createWebHashHistory(),
|
|
routes: [
|
|
routes: [
|
|
{
|
|
{
|
|
path: '/',
|
|
path: '/',
|