调整登录逻辑退出登录调整拦截器新增路由通配404也买呢

This commit is contained in:
唐明明
2021-09-28 17:14:21 +08:00
parent e9343f9085
commit 730187e1d2
45 changed files with 598 additions and 426 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view>
<view v-if="!loding">
<!-- 专属客服弹出 start -->
<view class="customerBack" v-if="customer.customerShow"></view>
<view class="customerCont" v-if="customer.customerShow">
@@ -255,6 +255,7 @@
export default {
data() {
return {
loding : true, // 加载
scroll : 0, // 回弹效果
userData : '', // 用户信息
userIdentity : '', // 用户身份
@@ -299,11 +300,10 @@
stone_value: res.stone_value,
...res.account
}
this.userData = res
this.helpDoc = res.help_doc
this.userIdentity = res.identityShow
this.loding = false
}).catch(err =>{
uni.showToast({
title: err.message,