优化pc版本首页
This commit is contained in:
@@ -20,7 +20,6 @@ const router = useRouter();
|
||||
|
||||
const navItems = [
|
||||
{ label: "首页", to: "/", icon: House },
|
||||
{ label: "租号大厅", to: "/listings", icon: Shop },
|
||||
{ label: "我的订单", to: "/orders", icon: Tickets },
|
||||
{ label: "消息", to: "/messages", icon: ChatDotRound },
|
||||
{ label: "钱包", to: "/wallet", icon: Wallet },
|
||||
|
||||
@@ -6,11 +6,6 @@ export const publicRoutes: RouteRecordRaw[] = [
|
||||
name: 'home',
|
||||
component: () => import('@/views/public/HomeView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/listings',
|
||||
name: 'listings',
|
||||
component: () => import('@/views/public/ListingsView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/listings/:id',
|
||||
name: 'listing-detail',
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user