SCADA前端增加数据类别录入
This commit is contained in:
@@ -567,7 +567,6 @@ export default {
|
||||
},
|
||||
|
||||
async getDeviceStatus () {
|
||||
console.log(process.env.VUE_APP_VUE_APP_HSLSERVER_PASSWORD)
|
||||
const res = await this.$api.GET_SERVER_DEVICE_STATUS('http://' + this.serverData.url + ':' + this.serverData.port, 'admin', process.env.VUE_APP_HSLSERVER_PASSWORD)
|
||||
if (res) {
|
||||
this.$emit('changeStatus', 'online')
|
||||
|
||||
Reference in New Issue
Block a user