@@ -220,7 +220,7 @@ export default new Vuex.Store({
commit('SETPLAZENAME', res.treeData[0].cname)
}
router.push({
- path: './home/overview',
+ path: './home/homepage',
query: {
plazaId: res.treeData[0].ccode,
},