ui base data struct

This commit is contained in:
Sense T
2024-04-07 14:36:55 +08:00
parent 3449df913c
commit 5a266e9e6c
9 changed files with 473 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
import { createRouter, createWebHistory } from 'vue-router'
import { createRouter, createWebHashHistory } from 'vue-router'
import HomeView from '../views/HomeView.vue'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHashHistory(),
routes: [
{
path: '/',