fix: 修复文件上传问题
This commit is contained in:
@@ -136,6 +136,14 @@ const router = createRouter({
|
||||
title: "数字藏品",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "book",
|
||||
path: "/book",
|
||||
component: () => import("../views/book/Index.vue"),
|
||||
meta: {
|
||||
title: "面试宝典",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user