UNPKG

@jdlinker/system

Version:

jdLinker 系统模块

13 lines (9 loc) 220 B
import { defHttp } from '@jdlinker/func'; enum Api { // The address does not exist Error = '/error' } /** * @description: Trigger ajax error */ export const fireErrorApi = () => defHttp.get({ url: Api.Error });