Skip to content

Commit

Permalink
fix: Topo
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaobo1010 committed Nov 14, 2022
1 parent 80f2ac2 commit b2f2e14
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions src/views/CloudFunction/topo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -771,16 +771,16 @@
id: 'Layer_Thing',
},
children: [
{
attrs: {
height: '700',
id: 'bg',
src: '/dgiot_file/knova/knova_bg.png?timestamp=1635422987361',
type: 'bg-image',
width: '1200',
},
className: 'Image',
},
// {
// attrs: {
// height: '700',
// id: 'bg',
// src: '/dgiot_file/knova/knova_bg.png?timestamp=1635422987361',
// type: 'bg-image',
// width: '1200',
// },
// className: 'Image',
// },
{
attrs: {
draggable: true,
Expand Down Expand Up @@ -860,7 +860,7 @@
skip: 0,
where: {
class: { $regex: 'Product' },
type: { $regex: 'topo' },
type: { $regex: 'Topo' },
key: { $regex: this.$route.query.productid },
},
}
Expand Down Expand Up @@ -1026,7 +1026,7 @@
skip: 0,
where: {
class: { $regex: 'Product' },
type: { $regex: 'topo' },
type: { $regex: 'Topo' },
key: { $regex: this.$route.query.productid },
},
}
Expand Down Expand Up @@ -1054,7 +1054,8 @@
data: this.defaultTopo,
language: 'zh',
class: 'Product',
type: 'topo',
flag: 'Konva',
type: 'Topo',
title: this.viewList.length + 1 + '',
key: this.$route.query.productid,
}
Expand Down Expand Up @@ -1362,7 +1363,8 @@
data: this.defaultTopo,
language: 'zh',
class: 'Product',
type: 'topo',
type: 'Topo',
flag: 'Konva',
title: this.$route.query.productid,
key: this.$route.query.productid,
}
Expand Down

1 comment on commit b2f2e14

@vercel
Copy link

@vercel vercel bot commented on b2f2e14 Nov 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dgiot-dashboard – ./

dgiot-dashboard-dgiot.vercel.app
dgiot-dashboard.vercel.app
dgiot-dashboard-git-master-dgiot.vercel.app

Please sign in to comment.