diff --git a/src/main/store.js b/src/main/store.js
index a34bd90..22e61dd 100644
--- a/src/main/store.js
+++ b/src/main/store.js
@@ -23,7 +23,9 @@ const defaultData = {
curNode: null, // 当前选中的节点
defaultExpandedKeys: [], //展开的节点
subjectTree: [] // "树结构" 章节
- }
+ },
+ env: {}, // 不走同步 Pinia - 变量
+ curr: {} // 不走同步 Pinia - 当前信息
},
local: { // 本地(永久localStorage)
},
diff --git a/src/renderer/src/AixPPTist/src/App.vue b/src/renderer/src/AixPPTist/src/App.vue
index 9029052..2d58652 100644
--- a/src/renderer/src/AixPPTist/src/App.vue
+++ b/src/renderer/src/AixPPTist/src/App.vue
@@ -1,15 +1,20 @@
-
-
-
+
+ 加载中...
+
+
+
+
+
+