mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
6 lines
224 B
JavaScript
6 lines
224 B
JavaScript
// import { GET, POST } from 'xe-ajax-mock'
|
|
|
|
// // error api
|
|
// GET('api/**', { status: 404, body: { message: 'Services does not exist.' } })
|
|
// POST('api/**', { status: 404, body: { message: 'Services does not exist.' } })
|