main
xuechunyuan 3 years ago
parent 4385a5df76
commit 88666ce0c4
  1. 1
      package.json
  2. 4
      src/views/dashboard/homepage.vue

@ -15,6 +15,7 @@
"js-cookie": "^3.0.1",
"postcss-pxtorem": "^6.0.0",
"screenfull": "^5.2.0",
"swiper": "^8.4.5",
"vue": "^2.6.14",
"vue-axios": "^3.5.2",
"vue-fullscreen": "^2.6.1",

@ -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()
})

Loading…
Cancel
Save