feat(achievements): 新建成就页面

This commit is contained in:
BTMuli
2023-03-07 13:31:51 +08:00
parent 26336465b6
commit cfb321b31d
3 changed files with 34 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
import Home from "../pages/Home.vue";
import News from "../pages/News.vue";
import Achievements from "../pages/Achievements.vue";
import Config from "../pages/Config.vue";
const routes = [
@@ -12,6 +13,11 @@ const routes = [
path: "/home",
redirect: "/",
},
{
path: "/achievements",
name: "成就",
component: Achievements,
},
{
path: "/news",
name: "咨讯",