移除废弃的shareCenter页面

This commit is contained in:
fofolee
2025-02-13 19:21:40 +08:00
parent cd16d7fc59
commit d73fc94826
2 changed files with 0 additions and 315 deletions

View File

@@ -45,11 +45,6 @@ const routes = [
name: "loading",
component: () => import("pages/LoadingPage.vue"),
},
{
path: "/share",
name: "share",
component: () => import("pages/ShareCenterPage.vue"),
},
{
path: "/feature_:featuretype(\\w+)",
name: "feature",