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: 数据处理,方便区分多种处理方式