admin_add_router

This commit is contained in:
xiaomlove
2021-04-07 19:42:39 +08:00
parent e48461546f
commit be9b8634c4
7 changed files with 48 additions and 3 deletions
+3
View File
@@ -114,12 +114,15 @@ export default {
methods: {
handleSelect(key, keyPath) {
console.log(key, keyPath);
console.log("select", this)
},
handleOpen(key, keyPath) {
console.log(key, keyPath);
console.log("open", this)
},
handleClose(key, keyPath) {
console.log(key, keyPath);
console.log("close", this)
}
}
}