优化地图-添加地图页面以及设备树
This commit is contained in:
@@ -10,9 +10,9 @@ class MediaServer{
|
||||
this.$axios({
|
||||
method: 'get',
|
||||
url:`/api/server/media_server/online/list`,
|
||||
}).then(function (res) {
|
||||
}).then((res) => {
|
||||
if (typeof (callback) == "function") callback(res.data)
|
||||
}).catch(function (error) {
|
||||
}).catch((error) => {
|
||||
console.log(error);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user