From bad3189273247a6903ebfec62cc83a99e27fc75b Mon Sep 17 00:00:00 2001 From: TiaStars Date: Wed, 13 Sep 2023 17:16:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/yingji/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/yingji/index.js b/src/api/yingji/index.js index a1b5519..368347d 100644 --- a/src/api/yingji/index.js +++ b/src/api/yingji/index.js @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2023-09-11 15:38:21 * @LastEditors: JC9527 - * @LastEditTime: 2023-09-13 17:07:25 + * @LastEditTime: 2023-09-13 17:14:29 */ import request from '@/utils/request' @@ -51,7 +51,7 @@ export default { }, dictdata(params){ return request({ - url: `/pharmaceuticals/dictdata`, + url: `/dictdata`, method:'get', params });