From fca6a654fc966e5fbc17d4f68fa9a91b0ff26f8f Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Mon, 3 Apr 2023 13:40:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E9=9D=A2=E6=8E=88?= =?UTF-8?q?=E8=AF=BE=E7=9A=84=E5=BC=80=E8=AF=BE=EF=BC=8C=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BD=9C=E4=B8=9A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/drawers/CommonHomework.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6b95833a..b9f4cd01 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,7 +33,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi"; const store = useStore(); const isLogin = ref(false); -console.log("版本2.3.7------------"); +console.log("版本2.3.8------------"); // 监听关闭浏览器 let time1 = ref(0); diff --git a/src/components/drawers/CommonHomework.vue b/src/components/drawers/CommonHomework.vue index 9c57079a..e4875a63 100644 --- a/src/components/drawers/CommonHomework.vue +++ b/src/components/drawers/CommonHomework.vue @@ -5,7 +5,7 @@
-
{{ info.workName ? "编辑" : "添加" }}任务
+
{{ info?.workName ? "编辑" : "添加" }}任务