feat: 新增评价页面

This commit is contained in:
duanshuwen
2025-12-01 22:29:26 +08:00
parent c1b6efc1e9
commit 008f262470
4 changed files with 31 additions and 9 deletions

View File

@@ -18,6 +18,12 @@ const routes = [
component: () => import("@/views/home/index.vue"),
meta: { requiresAuth: true },
},
{
path: "/rate",
name: "Rate",
component: () => import("@/views/rate/index.vue"),
meta: { requiresAuth: true },
},
{
path: "/about",
name: "About",