zhouwenxuan
2023-07-27 2cb26124675883fa1e2742ae7899c9fc791ed6a2
pages/index/index.vue
@@ -65,7 +65,6 @@
                  uni.setStorageSync("uid",res.data.uid);
                  uni.setStorageSync('user', res.data);
                  uni.setStorageSync('roleName', res.data.role.roleName);
                  console.log("登录--------",res.data.tk)
                  if(res.data.role.roleName == '工作人员'){
                     this.$store.commit('setRoleId', 'user_other');
                     uni.switchTab({