mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
feat(achievements): 新建成就页面
This commit is contained in:
@@ -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: "咨讯",
|
||||
|
||||
Reference in New Issue
Block a user