|
@@ -17,10 +17,9 @@
|
|
import floorMap from '@/components/floorMap/index.vue'
|
|
import floorMap from '@/components/floorMap/index.vue'
|
|
import floorList from '@/components/floorList.vue'
|
|
import floorList from '@/components/floorList.vue'
|
|
import bottomLayer from '../equipment/bottomLayer'
|
|
import bottomLayer from '../equipment/bottomLayer'
|
|
-import LegendRemarks from './legendremarks' //编辑图例备注
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
- components: { floorMap, floorList, bottomLayer, LegendRemarks },
|
|
|
|
|
|
+ components: { floorMap, floorList, bottomLayer },
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
imgUrl: [
|
|
imgUrl: [
|