|
@@ -38,7 +38,7 @@
|
|
// import mapComponent from './components/3Dmap/index.vue';
|
|
// import mapComponent from './components/3Dmap/index.vue';
|
|
|
|
|
|
// 设备类别,是个枚举 TODO: 将手动换为自动获取类别
|
|
// 设备类别,是个枚举 TODO: 将手动换为自动获取类别
|
|
- const devicekind = 'fanlocal';
|
|
|
|
|
|
+ const devicekind = 'windrect';
|
|
|
|
|
|
const configs = ref<{ prop: string; label: string }[]>([]);
|
|
const configs = ref<{ prop: string; label: string }[]>([]);
|
|
function fetchConfig() {
|
|
function fetchConfig() {
|