# default

### Where to change
```
./global.js 中更改相关配置,需要配合wvp gb28181工程使用
```
## 2020-05-14 
	1.对接云台控制
	2.对接录像查询

## 效果展示
![Image text](screenshot/deviceList.png)
![Image text](screenshot/deviceChannel.png)
![Image text](screenshot/mediaPlayer.png)
![Image text](screenshot/record.png)
![Image text](screenshot/ptz.png)
## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).