完善导航栏
This commit is contained in:
@@ -5,6 +5,10 @@ const routerHistory = createWebHistory()
|
||||
const router = createRouter({
|
||||
history: routerHistory,
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
redirect:'/home'
|
||||
},
|
||||
{
|
||||
path: '/home',
|
||||
name:'Home',
|
||||
|
Reference in New Issue
Block a user