From 1f9b919d9eabf39f388b9827f2042dca3603152c Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 26 九月 2024 10:54:47 +0800
Subject: [PATCH] 更新页面和后台推送数据
---
UI-Project/src/layout/MainErpView.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/layout/MainErpView.vue b/UI-Project/src/layout/MainErpView.vue
index 0d5ae54..e999560 100644
--- a/UI-Project/src/layout/MainErpView.vue
+++ b/UI-Project/src/layout/MainErpView.vue
@@ -36,7 +36,7 @@
if (storedData) {
userData.value = JSON.parse(storedData);
console.log(111); // 鎵撳嵃 menus 鏁扮粍
- console.log(userData.value); // 鎵撳嵃 menus 鏁扮粍
+ console.log(userData.value.menus); // 鎵撳嵃 menus 鏁扮粍
} else {
console.log('No data found in localStorage.');
}
--
Gitblit v1.8.0