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