|
|
|
@ -68,9 +68,10 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
<div class="map">
|
|
|
|
|
<!-- <div class="map">
|
|
|
|
|
<MapChart />
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div class="main_bg"><img :src="mainBg" alt="" /></div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
@ -84,7 +85,7 @@ import BarChart1 from "@/views/bankScreen/components/charts/BarChart1.vue";
|
|
|
|
|
import DeviceOnline from "@/views/bankScreen/components/charts/DeviceOnline.vue";
|
|
|
|
|
import leftIcon from "@/assets/svg/bank/left.svg?component";
|
|
|
|
|
import rightIcon from "@/assets/svg/bank/right.svg?component";
|
|
|
|
|
import MapChart from "@/views/bankScreen/components/charts/MapChart.vue";
|
|
|
|
|
// import MapChart from "@/views/bankScreen/components/charts/MapChart.vue";
|
|
|
|
|
import { reactive } from "vue";
|
|
|
|
|
import {
|
|
|
|
|
card1_data,
|
|
|
|
@ -94,6 +95,7 @@ import {
|
|
|
|
|
card6_data
|
|
|
|
|
} from "./mock";
|
|
|
|
|
import bg2 from "@/assets/screen/bank_bg.png";
|
|
|
|
|
import mainBg from "@/assets/screen/main_bg.png";
|
|
|
|
|
const state = reactive({
|
|
|
|
|
data: {
|
|
|
|
|
card1: card1_data,
|
|
|
|
|