Commit 24d01b1d authored by 郭铭瑶's avatar 郭铭瑶 🤘

更新网格数字

parent 23479acd
...@@ -86,7 +86,7 @@ export default { ...@@ -86,7 +86,7 @@ export default {
}, },
async getGridSum({state, commit}) { async getGridSum({state, commit}) {
if (state.currentStreetInfo.name === '新江湾城街道') { if (state.currentStreetInfo.name === '新江湾城街道') {
commit('SET_GRID_SUM', [0, 0, 0]) commit('SET_GRID_SUM', [34, 43, 0])
commit('SET_NOT_ALERT_SUM', [19, 0, 2571]) commit('SET_NOT_ALERT_SUM', [19, 0, 2571])
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment