From 7b35a396181cf8667206c049c3f85bdebfb84388 Mon Sep 17 00:00:00 2001 From: owen Date: Sun, 24 Sep 2023 20:28:43 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=88=86=E9=94=80=EF=BC=9AReview=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/system/dict.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/system/dict.js b/api/system/dict.js index b0a923a5..b9e2ba77 100644 --- a/api/system/dict.js +++ b/api/system/dict.js @@ -2,5 +2,5 @@ import request from "@/utils/request.js"; // 根据字典类型查询字典数据信息 export function getDicts(dictType) { - return request.get('app-api/system/dict-data/type/' + dictType); + return request.get('app-api/system/dict-data/type?type=' + dictType); } From b076f61c5880607b9e697d0737f42266b49c34fd Mon Sep 17 00:00:00 2001 From: owen Date: Sun, 24 Sep 2023 22:27:23 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=88=86=E9=94=80=EF=BC=9A=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E5=95=86=E5=93=81=EF=BC=8C=E8=AE=A1=E7=AE=97=E6=8E=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=98=E5=8F=AF=E4=BB=A5=E5=BE=97=E5=88=B0=E7=9A=84?= =?UTF-8?q?=E4=BD=A3=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shareRedPackets/index.vue | 12 ++++++++---- pages/activity/goods_combination_details/index.vue | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/components/shareRedPackets/index.vue b/components/shareRedPackets/index.vue index 57b76c6f..d3298b93 100644 --- a/components/shareRedPackets/index.vue +++ b/components/shareRedPackets/index.vue @@ -1,5 +1,5 @@