import { mapGetters } from 'vuex' export default { onLoad(option) { // #ifdef H5 // #endif }, computed: { ...mapGetters(['isLogin', 'news_num']), } }