fix: 修复文件上传问题

This commit is contained in:
橙子
2025-02-06 11:41:56 +08:00
parent 2c48b8f881
commit 9c94953e0e
5 changed files with 137 additions and 3 deletions

View File

@@ -136,6 +136,14 @@ const router = createRouter({
title: "数字藏品",
},
},
{
name: "book",
path: "/book",
component: () => import("../views/book/Index.vue"),
meta: {
title: "面试宝典",
},
},
],
},
{