mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
fix: temporary storage
This commit is contained in:
@@ -35,7 +35,7 @@ export function useDynamicRoutesHook() {
|
||||
let pathConcat = parentPath + '/' + arrItem.path
|
||||
if (arrItem.path === value || pathConcat === value) {
|
||||
dynamic.dRoutes.push({ path: value, meta: arrItem.meta })
|
||||
console.log(dynamic.dRoutes)
|
||||
// console.log(dynamic.dRoutes)
|
||||
} else {
|
||||
if (arrItem.children && arrItem.children.length > 0) {
|
||||
concatPath(arrItem.children, value, parentPath)
|
||||
|
||||
Reference in New Issue
Block a user