fix: 删除测试代码

This commit is contained in:
荣彬 2020-11-04 15:01:23 +08:00
parent 26dbf0c4f0
commit f08a06748c
2 changed files with 1 additions and 79 deletions

View File

@ -11,84 +11,6 @@
"fileName": "test",
"dataSource": {
"list": [
{
"type": "http",
"id": "请求商家数据,是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求",
"isInit": true,
"options": {
"uri": "https://www.taobao.com",
"params": {
"a": 1,
"b": true,
"c": "3"
}
}
},
{
"type": "http",
"id": "请求商家数据2是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求",
"isInit": true,
"options": {
"uri": "https://www.taobao.com",
"params": {
"a": 1,
"b": true,
"c": "3"
}
}
},
{
"type": "http",
"id": "请求商家数据3是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求",
"isInit": true,
"options": {
"uri": "https://www.taobao.com",
"params": {
"a": 1,
"b": true,
"c": "3"
}
}
},
{
"type": "http",
"id": "请求商家数据4是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求",
"isInit": true,
"options": {
"uri": "https://www.taobao.com",
"params": {
"a": 1,
"b": true,
"c": "3"
}
}
},
{
"type": "http",
"id": "请求商家数据5是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求",
"isInit": false,
"options": {
"uri": "https://www.taobao.com",
"params": {
"a": 1,
"b": true,
"c": "3"
}
}
},
{
"type": "http",
"id": "请求商家数据6是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求",
"isInit": true,
"options": {
"uri": "https://www.taobao.com",
"params": {
"a": 1,
"b": true,
"c": "3"
}
}
}
]
},
"state": {

View File

@ -54,5 +54,5 @@
"publishConfig": {
"registry": "http://registry.npm.alibaba-inc.com"
},
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.13/build/index.html"
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.14/build/index.html"
}