@@ -22,8 +22,8 @@ import { getArrValue, isNullES } from 'js-fast-way'
//左侧菜单
const menuKey = ref('')
const menuData = ref([])
-const menuChange = (data) => {
- console.log(data)
+const menuChange = ({ code }) => {
+ menuKey.value = code
}
//渲染完成