update: 大屏接口
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user