Commit eab8367a by liyuhang19990520

可视化说明

parent 0dd277ee
<!--
* @Author: your name
* @Date: 2021-07-21 15:05:56
* @LastEditTime: 2021-08-27 09:10:38
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\README.md
-->
# test
## Project setup
......@@ -22,3 +30,67 @@ yarn lint
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
### 后台返回格式
```
[
{
describe: 蔡**,
id: 'dasasdasdasdadwd(随机的)',
name: '4a0cc5c99a07a7dadd',
type: 'person',
img: 'null(如果有传base64)',
value: 'null(她和父级的关系)',
children: [
{
describe: 李*鹏,
id: 'se12rqrwqe12e1(随机的)',
name: '420aahh9950h2254d7',
type: 'person',
img: 'null(如果有传base64)',
value: '同吃、同住、同睡',
children: null
},
{
describe: 江*,
id: 'hiodahowbnodinwi(随机的)',
name: '422d26h99d06h755d4',
type: 'person',
img: 'null(如果有传base64)',
value: '同吃、同行',
children: null
}
]
},
{
describe: 加*洋,
id: 'hjihdiowho0ah(随机的)',
name: '4a900cc9q706aadc9d',
type: 'person',
img: 'null(如果有传base64)',
value: 'null(她和父级的关系)',
children: [
{
describe: 李*鹏,
id: 'se12rqrwqe12e1(随机的)',
name: '420aahh9950h2254d7',
type: 'person',
img: 'null(如果有传base64)',
value: '同吃、同住、同睡',
children: null
},
{
describe: 江*,
id: 'hiodahowbnodinwi(随机的)',
name: '422d26h99d06h755d4',
type: 'person',
img: 'null(如果有传base64)',
value: '同吃、同行',
children: null
}
]
}
]
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment