From 0e99163f0cd657a162147577c41f77aae181c088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Sat, 23 Dec 2023 20:30:28 +0800 Subject: [PATCH 1/4] =?UTF-8?q?update=20=E5=8D=87=E7=BA=A7=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5253756..2d56716 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,10 @@ "@vueuse/core": "10.7.0", "animate.css": "4.1.1", "await-to-js": "^3.0.0", - "axios": "^1.3.4", - "crypto-js": "^4.1.1", + "axios": "^1.6.0", + "crypto-js": "^4.2.0", "echarts": "5.4.3", - "element-plus": "2.4.3", + "element-plus": "2.4.4", "file-saver": "2.0.5", "fuse.js": "6.6.2", "js-cookie": "3.0.5", @@ -46,9 +46,9 @@ "devDependencies": { "@iconify/json": "^2.2.157", "@intlify/unplugin-vue-i18n": "1.6.0", - "@types/crypto-js": "^4.1.1", + "@types/crypto-js": "^4.2.0", "@types/file-saver": "2.0.5", - "@types/js-cookie": "3.0.3", + "@types/js-cookie": "3.0.5", "@types/node": "18.14.2", "@types/nprogress": "0.2.0", "@types/path-browserify": "^1.0.0", @@ -73,7 +73,7 @@ "postcss": "^8.4.21", "prettier": "3.1.1", "sass": "1.69.5", - "typescript": "5.2.2", + "typescript": "5.3", "unocss": "^0.58.0", "unplugin-auto-import": "0.17.2", "unplugin-icons": "0.18.1", @@ -84,6 +84,6 @@ "vitest": "^0.29.7", "vue-eslint-parser": "9.3.2", "vue-tsc": "0.35.0", - "vite": "5.0.4" + "vite": "5.0.5" } } From 8b36cac09dc8e6c40cd7f67ef64d7c734d478050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Sat, 23 Dec 2023 20:35:55 +0800 Subject: [PATCH 2/4] =?UTF-8?q?update=20=E5=8D=87=E7=BA=A7=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d56716..e1044d8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "pinia": "2.1.7", "screenfull": "6.0.0", "vform3-builds": "3.0.8", - "vue": "3.3.11", + "vue": "3.3.13", "vue-cropper": "1.1.1", "vue-i18n": "9.2.2", "vue-router": "4.2.5", @@ -73,7 +73,7 @@ "postcss": "^8.4.21", "prettier": "3.1.1", "sass": "1.69.5", - "typescript": "5.3", + "typescript": "5.3.3", "unocss": "^0.58.0", "unplugin-auto-import": "0.17.2", "unplugin-icons": "0.18.1", From 20b7819f110b9fca7464a2916ad0015abf579fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Sat, 23 Dec 2023 20:43:58 +0800 Subject: [PATCH 3/4] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20ts=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E6=94=B9=E4=B8=BA=E9=9D=9E=E4=B8=A5=E6=A0=BC=20?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E5=8F=8B=E5=A5=BD=E5=9E=8B=E9=99=8D=E4=BD=8E?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E9=9A=BE=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b3c0a01..a2f57c5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "module": "esnext", // "useDefineForClassFields": true, "moduleResolution": "bundler", - "strict": true, + "strict": false, "jsx": "preserve", "sourceMap": true, "resolveJsonModule": true, From c5daf629d915755bb2be6640749df03af7a8f3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Sat, 23 Dec 2023 23:13:34 +0800 Subject: [PATCH 4/4] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E5=85=AC=E5=91=8A=E6=8F=90=E4=BA=A4=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/notice/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue index 7e063fb..ed8ed50 100644 --- a/src/views/system/notice/index.vue +++ b/src/views/system/notice/index.vue @@ -222,7 +222,7 @@ const submitForm = () => { noticeFormRef.value?.validate(async (valid: boolean) => { if (valid) { form.value.noticeId ? await updateNotice(form.value) : await addNotice(form.value); - proxy?.$modal.msgSuccess('修改成功'); + proxy?.$modal.msgSuccess('操作成功'); dialog.visible = false; await getList(); }