添加token过期,跳转到登录页

This commit is contained in:
fengerli
2025-11-12 09:51:35 +08:00
parent 426fdeddee
commit dadad6ed19
5 changed files with 217 additions and 68 deletions

View File

@ -238,10 +238,11 @@
<button class="agree" @click="handleupload">确定</button>
</view>
</view>
<!-- ======各个弹框类型======= -->
<CustomPopup :show="currentPopup.show" ="currentPopup.config" @confirm="handleConfirm"
@cancel="handleCancel" />
</view>
<!-- ======各个弹框类型======= -->
<CustomPopup :show="currentPopup.show" ="currentPopup.config" @confirm="handleConfirm"
@cancel="handleCancel" />
</view>
</view>
</template>