+
liuyg
2022-01-25 16a732559eec96fadee78102915801f9904cdf9a
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, // 显影活动弹窗
};