|
@@ -39,9 +39,11 @@ import { useRouter } from "vue-router";
|
|
|
const router = useRouter();
|
|
|
import { Document, Location, Setting} from '@element-plus/icons-vue';
|
|
|
|
|
|
+//开启
|
|
|
const handleOpen = (key: string, keyPath: string[]) => {
|
|
|
console.log(key, keyPath)
|
|
|
}
|
|
|
+
|
|
|
const handleClose = (key: string, keyPath: string[]) => {
|
|
|
console.log(key, keyPath)
|
|
|
}
|