-
**src/mok/index.js代码如下:**
import Mock from 'mockjs';
Mock.setup({
timeout: 800,
});
let data=Mock.mock('/enterpriseindex/enterprise/getCompanyArea', 'get', {
'list|1-10': [{
'id|+1':…
-
好久没更新了, 如果没有, 哪些替代品比较好呢?
-
注:以下文字用{domain}代替阿里内网域名(alibaba-inc)。
## 前言
Rap平台:http://rap.{domain}.com
什么是Rap?看这里:http://thx.{domain}.com/RAP/ 。
## Why Rap?
- 接口定义
- 模拟数据
- 接口文档
Rap让上面三个事简化为一个事。
## How to use?
### 一个rap例子
![ra…
-
测试环境使用生效
使用webpack打包后on-progress失效
打包命令:npm run build:prod
-
-
I tried to use the following code to generate 400 response and it did not work.So what is the right way to generate a 400 or 403 response with mock.js? Thank you very much.
```
export default {
g…
-
-
```
const data= Mock.mock({
"Array1|1-3": ["aa","bb","cc","dd","ee","ff","gg"]
})
=> Array1: ["ee"."bb"]
```
想要输出一个 1~3 长度的数组,但是内容是指定的,要怎么写呐?
-
### 基于vitepress重写的文档,非官方
[http://mock.pe666.cn/](http://mock.pe666.cn/)
### 轻点喷
-
```js
// 使用 Mock
const Mock = require("mockjs");
// 拓展mockjs
Mock.Random.extend({
phone: function () {
var phonePrefixs = ["132", "135", "189"]; // 自己写前缀哈
return this.pick(phonePrefix…