Blame view

src/utils/http/axios/const.ts 115 Bytes
vben authored
1
// 接口返回值data不能为这个,否则会判为请求失败
2
export const errorResult = '__ERROR_RESULT__';