From b0cf75f3257f5ce04b52fd48654945cc58537147 Mon Sep 17 00:00:00 2001 From: 少年 <1392120328@qq.com> Date: 星期二, 06 二月 2024 18:15:39 +0800 Subject: [PATCH] 11 --- src/utils/store2.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/store2.js b/src/utils/store2.js index 71ea321..b563186 100644 --- a/src/utils/store2.js +++ b/src/utils/store2.js @@ -157,13 +157,13 @@ info: {} }, setdwFlag(val) { - this.tdglInfo.flag = val; + this.dwInfo.flag = val; }, setdwShow(val) { - this.tdglInfo.show = val; + this.dwInfo.show = val; }, setdwInfo(val) { - this.tdglInfo.info = val; + this.dwInfo.info = val; }, /** * 鍘嗗彶褰卞儚 -- Gitblit v1.9.3