update: 大屏接口

This commit is contained in:
xf
2025-07-08 10:11:15 +08:00
parent 01f3339833
commit a2da7e4be7
6 changed files with 76 additions and 14 deletions
+2 -1
View File
@@ -68,8 +68,9 @@
const centerId = ref();
onMounted(() => {
const centerInfo = getAuthCache('centerInfo');
console.log(getAuthCache('centerInfo'), '123');
centerId.value = centerInfo.id;
console.log(centerInfo);
console.log(centerInfo, '12312313');
});
function handleOneLeftClick(item) {
const { name, key } = item;