diff --git a/src/components/chinaMap/index.vue b/src/components/chinaMap/index.vue
index a403bd1..ed5ca5b 100644
--- a/src/components/chinaMap/index.vue
+++ b/src/components/chinaMap/index.vue
@@ -13,7 +13,7 @@
@@ -58,9 +58,7 @@
...mapGetters(['getParkingTotal'])
},
mounted() {
- this.parkParams.endVal = this.$store.state.ParkingTotal
- console.log(this.getParkingTotal)
this.mapChart= this.createPie();
const _self=this;
//var tmpCount=0;
diff --git a/src/store/index.js b/src/store/index.js
index 427782b..32417bc 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -6,7 +6,7 @@ import createLogger from 'vuex/dist/logger'
Vue.use(Vuex)
const state = {
- ParkingTotal: 10000
+ ParkingTotal: 0
}