src/store/getters.js
@@ -31,6 +31,7 @@ choiceRouterS: (state) => state.mobile.choiceRouterS, // 当前选择路径 showActivity: (state) => state.mobile.showActivity, // 显影活动弹窗 showActivityData: (state) => state.mobile.showActivityData, // 活动弹窗数据 isOpenDrawALineMany: (state) => state.mobile.isOpenDrawALineMany, // 显影活动弹窗 };