diff --git a/frontend/src/api/ecoFlow/index.ts b/frontend/src/api/ecoFlow/index.ts index d7319b2..b8673bc 100644 --- a/frontend/src/api/ecoFlow/index.ts +++ b/frontend/src/api/ecoFlow/index.ts @@ -12,3 +12,11 @@ export function getEcoFlowStandardData(params?: EcoFlowQueryParams): Promise<{ d params }); } + +export function getQgcStaticData(params?: EcoFlowQueryParams): Promise<{ data: EcoFlowStandard[] }> { + return request({ + url: '/eng/eq/interval/qgc/getQgcStaticData', + method: 'post', + data:params + }); +} diff --git a/frontend/src/components/mapController/Calculate.vue b/frontend/src/components/mapController/Calculate.vue new file mode 100644 index 0000000..fd90ce6 --- /dev/null +++ b/frontend/src/components/mapController/Calculate.vue @@ -0,0 +1,61 @@ + + + diff --git a/frontend/src/components/mapController/LayerController.vue b/frontend/src/components/mapController/LayerController.vue new file mode 100644 index 0000000..b3a0cb8 --- /dev/null +++ b/frontend/src/components/mapController/LayerController.vue @@ -0,0 +1,128 @@ + + + diff --git a/frontend/src/components/mapController/index.vue b/frontend/src/components/mapController/index.vue index 5545e90..d457bc8 100644 --- a/frontend/src/components/mapController/index.vue +++ b/frontend/src/components/mapController/index.vue @@ -1,17 +1,25 @@ diff --git a/frontend/src/modules/jidiSelectorMod.vue b/frontend/src/modules/jidiSelectorMod.vue index a7c7c0f..e7b1e97 100644 --- a/frontend/src/modules/jidiSelectorMod.vue +++ b/frontend/src/modules/jidiSelectorMod.vue @@ -1,55 +1,15 @@