From b9647f1aeda21a6371ff407c12b82d0fdfd48c88 Mon Sep 17 00:00:00 2001 From: lipenghui Date: Mon, 22 Jan 2024 10:15:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E4=B8=8D=E8=A7=A3?= =?UTF-8?q?=E5=AF=86=E6=8E=A5=E5=8F=A3=E7=99=BD=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/axios/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/axios/index.ts b/src/utils/axios/index.ts index cd48f4c..9919226 100644 --- a/src/utils/axios/index.ts +++ b/src/utils/axios/index.ts @@ -22,7 +22,7 @@ const { createMessage, createErrorModal, createSuccessModal } = useMessage() // 请求白名单,无须token的接口 const whiteList: string[] = ['/login', '/refresh-token'] // 不需要解密接口白名单 -const notDecryptWhiteList = ['/hulk-auth/oauth/token', '/open-chat/chat/session', '/open-gpts/gpts/getDallEImages'] +const notDecryptWhiteList = ['/hulk-auth/oauth/token', '/open-chat/chat/session', '/open-gpts/gpts/getDallEImages', 'open-chat/sys/sys/dict/getDictItems/goods_type'] /** * @description: 数据处理,方便区分多种处理方式