|
|
|
|
@ -158,7 +158,7 @@ import CarWarn from "../components/carWarn"; |
|
|
|
|
import pieChart from "../components/pieChart"; |
|
|
|
|
import { queryWeath } from "@/api/base"; |
|
|
|
|
// import { swiper, swiperSlide } from "vue-awesome-swiper"; |
|
|
|
|
import "swiper/css/swiper.min.css"; |
|
|
|
|
import "swiper/swiper.min.css"; |
|
|
|
|
export default { |
|
|
|
|
components: { |
|
|
|
|
PathMap, |
|
|
|
|
@ -237,7 +237,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
created() { |
|
|
|
|
this.getTime(); |
|
|
|
|
this.readExcelFile("http://192.168.1.35:8080/excel/wuliu.xlsx"); |
|
|
|
|
this.readExcelFile("http://192.168.1.36:8080/excel/wuliu.xlsx"); |
|
|
|
|
this.$nextTick(() =>{ |
|
|
|
|
this.createCharts() |
|
|
|
|
}) |
|
|
|
|
|