From 17f70453222f33a13cd590a982ab4b876a28feae Mon Sep 17 00:00:00 2001 From: wyx Date: Tue, 3 Jan 2023 09:33:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E9=99=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=AE=8C=E6=88=90=E5=90=8E=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=B8=8B=E4=B8=80=E9=99=84=E4=BB=B6=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/FJUpload.vue | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/components/common/FJUpload.vue b/src/components/common/FJUpload.vue index 0403dbd5..19c34c28 100644 --- a/src/components/common/FJUpload.vue +++ b/src/components/common/FJUpload.vue @@ -3,7 +3,8 @@
- + +
支持.pdf,.ppt,.pptx,.doc,.docx,.xls,.xlsx,.jpg,.jpeg,.png,.gif,.zip
@@ -50,6 +51,7 @@ From 7992d2de7a45bdc21da144cd92869b2c9a2b965e Mon Sep 17 00:00:00 2001 From: wyx Date: Thu, 12 Jan 2023 09:43:18 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index b81561ba..ad2ec813 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,7 +44,7 @@ export default defineComponent({ const store = useStore(); const isLogin = ref(false); // console.log("router", router.getRoutes(), route); - console.log("版本2.0.3------------"); + console.log("版本2.0.5------------"); const routes = computed(() => { return router.getRoutes().filter((e) => e.meta?.isLink); });