style: 新增shop

This commit is contained in:
橙子
2024-11-12 22:29:06 +08:00
parent dad4ca4ab4
commit f9217dc066
6 changed files with 47 additions and 12 deletions

View File

@@ -128,6 +128,14 @@ const router = createRouter({
title: "商城",
},
},
{
name:"dc",
path:"/dc",
component: () => import("../views/dc/Index.vue"),
meta: {
title: "数字藏品",
},
},
],
},
{