代码拉取完成,页面将自动刷新
<script>
import {
getData,
wxOpenId,
} from 'api/index.js'
export default {
globalData:{
redirectToPage: null, // 保存需要跳转的页面路径
approvalRecordsCount:0, //审批待处理
},
onLaunch: function() {},
onShow() {
this.IsLogin()
},
methods:{
IsLogin(){
let token = uni.getStorageSync('token')
// if (!token) {
// this.$store.dispatch('login').then(res => {
// if (res.code === 10000) {
// uni.navigateTo({
// url: '/pages/login/index'
// });
// }
// })
// } else {
// this.$store.dispatch('getUserInfo')
// }
if(token){
this.$store.dispatch('getUserInfo')
}else{
this.$store.dispatch('login')
}
}
}
};
</script>
<style lang="scss">
/* #ifndef APP-PLUS-NVUE */
/* uni.css - 通用组件、模板样式库,可以当作一套ui库应用 */
@import './static/css/uni.css';
@import './static/css/index.css';
@import '/wxcomponents/@vant/weapp/common/index.wxss';
page {
height: 100%;
}
/* #endif*/
/* 解决头条小程序组件内引入字体不生效的问题 */
/* #ifdef MP-TOUTIAO */
@font-face {
font-family: uniicons;
src: url('/static/css/uni.ttf');
}
/* #endif */
.pagination{
box-shadow: $uni-box-shadow;
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。