feat: 修复tag栏不显示动态生成的路由问题

master
LCJ-MinYa 12 months ago
parent 5d0d614637
commit a52078d2dc

@ -32,7 +32,7 @@ export const url = {
/** route路由相关工具 */ /** route路由相关工具 */
export const route = { export const route = {
FILE_NAME_PREFIX: '/src/views/', FILE_NAME_PREFIX: '/src/views',
convertPathToName: (path: string): string => { convertPathToName: (path: string): string => {
return path return path
.split('/') // 分割路径 .split('/') // 分割路径

Loading…
Cancel
Save