更改设备配置json文件、添加数字输入框、修复设备监控页面BUG
This commit is contained in:
@@ -95,7 +95,7 @@ export default {
|
||||
this.serverData = Object.values(await this.$api.GET_ALL_DEVICES())
|
||||
this.serverData.forEach((element, index) => {
|
||||
element.devices.forEach((item, i) => {
|
||||
this.$api.GET_SERVE_DEVICE_MONITORING('http://' + item.url + ':' + item.port, 'admin', '123456', item.device_name).then(res => {
|
||||
this.$api.GET_SERVE_DEVICE_MONITORING('http://' + element.url + ':' + element.port, 'admin', '123456', item.device_name).then(res => {
|
||||
if (res.IsSuccess) {
|
||||
const temp = {
|
||||
config: res.Content.__config.split(' '),
|
||||
|
||||
Reference in New Issue
Block a user