This commit is contained in:
suguo 2026-03-19 13:53:56 +08:00
parent 401d12efda
commit 446f4475f1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { createRouter, createWebHistory } from 'vue-router'
import Index from '../pages/index.vue'
import Index from '../pages/Index.vue'
import Archives from '../pages/Archives.vue'
import Inspections from '../pages/Inspections.vue'
import Projects from '../pages/Projects.vue'