|
@@ -30,7 +30,7 @@ import Footer from '@/components/Footer.vue'
|
|
import {useSunStore,useAddressStore} from "@/stores/sun";
|
|
import {useSunStore,useAddressStore} from "@/stores/sun";
|
|
import eventBus from "@/libs/eventBus";
|
|
import eventBus from "@/libs/eventBus";
|
|
import { inject } from "vue";
|
|
import { inject } from "vue";
|
|
-const refresh = inject("reload");
|
|
|
|
|
|
+const refresh:any = inject("reload");
|
|
type EChartsOption = echarts.EChartsOption;
|
|
type EChartsOption = echarts.EChartsOption;
|
|
|
|
|
|
const sunStore = useSunStore()
|
|
const sunStore = useSunStore()
|