|
|
@@ -404,7 +404,7 @@ export default {
|
|
|
getMonitorData() {
|
|
|
graphicsLayer = new this.mars3d.layer.GraphicLayer()
|
|
|
window.map.addLayer(graphicsLayer)
|
|
|
- window.requestSDK('/device/deviceSimpleList', { pageNum: 1, pageSize: 10, platFlag: '1', operType: '0' }, {}, 'post').then((res) => {
|
|
|
+ window.requestSDK('/sddnWeiHe/device/deviceSimpleList', { pageNum: 1, pageSize: 10, platFlag: '1', operType: '0' }, {}, 'post').then((res) => {
|
|
|
const data = res.data
|
|
|
data.forEach((point) => {
|
|
|
const graphic = new mars3d.graphic.BillboardEntity({
|