src/store/getters.js
@@ -25,6 +25,8 @@ isOpenDrawALine: (state) => state.mobile.isOpenDrawALine, //是否开启路线 isendPosition: (state) => state.mobile.isendPosition, //路线导航终点数据改变 endPosition: (state) => state.mobile.endPosition, //路线导航终点数据 routerS: (state) => state.mobile.routerS, //所有路径 choiceRouterS: (state) => state.mobile.choiceRouterS, //当前选择路径 }; const navigation = {