feat: 首页组件路径

This commit is contained in:
2026-05-14 17:15:49 +08:00
parent 6c1452be4d
commit 3edda93691
2 changed files with 1 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
import type { RouteRecordRaw } from 'vue-router'
import AboutView from './pages/about-us/index.vue'
import ContactView from './pages/ContactView.vue'
import HomeView from './pages/HomeView.vue'
import HomeView from './pages/home/index.vue'
import ProductsView from './pages/ProductsView.vue'
export const routes: RouteRecordRaw[] = [