Blame view

src/utils/http/axios/const.ts 148 Bytes
Vben authored
1
// The interface return value data cannot be this, otherwise the request will be judged as a failure
2
export const errorResult = '__ERROR_RESULT__';