diff --git a/src/router/modules/home.ts b/src/router/modules/home.ts index 1cc1a4f..823d7eb 100644 --- a/src/router/modules/home.ts +++ b/src/router/modules/home.ts @@ -15,7 +15,7 @@ export default { { path: "/welcome", name: "Welcome", - component: () => import("@/views/welcome/index.vue"), + component: () => import("@/views/toschoolinfomanage/index.vue"), meta: { title: "首页", showLink: VITE_HIDE_HOME === "true" ? false : true diff --git a/src/views/toschoolinfomanage/editModal.vue b/src/views/toschoolinfomanage/editModal.vue index b476762..647f431 100644 --- a/src/views/toschoolinfomanage/editModal.vue +++ b/src/views/toschoolinfomanage/editModal.vue @@ -15,9 +15,7 @@