mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-12 16:18:45 +08:00
feat:增加项目鸣谢页
This commit is contained in:
@@ -21,6 +21,11 @@ const routes: RouteRecordRaw[] = [
|
||||
name: "setting",
|
||||
component: () => import("@/views/mobile/Setting.vue"),
|
||||
},
|
||||
{
|
||||
path: "/thanks",
|
||||
name: "thanks",
|
||||
redirect: "/resource",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -21,6 +21,11 @@ const routes: RouteRecordRaw[] = [
|
||||
name: "setting",
|
||||
component: () => import("@/views/Setting.vue"),
|
||||
},
|
||||
{
|
||||
path: "/thanks",
|
||||
name: "thanks",
|
||||
component: () => import("@/views/Thanks.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user