mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-11 13:02:49 +00:00
优化
This commit is contained in:
parent
a5329c542f
commit
75aeb24bcf
@ -117,9 +117,8 @@ export default defineComponent({
|
||||
list.forEach(e => {
|
||||
if (e.type == 0) {
|
||||
try {
|
||||
console.log(e.id);
|
||||
refs.menu?.open(String(e.id));
|
||||
} catch (err) {}
|
||||
} catch (err) { }
|
||||
|
||||
if (e.children) {
|
||||
deep(e.children);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user