From 736b2dcb48735b65701030901ed01fc5f0aed8c2 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期一, 13 一月 2025 20:36:44 +0800 Subject: [PATCH] # 1. 添加自定义toast组件 2. 上架商品不显示问题修复 3. 播种库位订单绑定功能 --- pages/login/logOut.vue | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/pages/login/logOut.vue b/pages/login/logOut.vue index b2dc7e6..ac6b078 100644 --- a/pages/login/logOut.vue +++ b/pages/login/logOut.vue @@ -1,21 +1,21 @@ -<template> - <view></view> -</template> -<script> - export default { - mounted() { - uni.showToast({ - title: '娉ㄩ攢鎴愬姛', - duration: 1000 - }) - setTimeout(() => { - uni.removeStorageSync('token'); - uni.reLaunch({ - url:"/pages/login/login" - }); - }, 1000); - }, - - } - +<template> + <view></view> +</template> +<script> + export default { + mounted() { + uni.showToast({ + title: '娉ㄩ攢鎴愬姛', + duration: 1000 + }) + setTimeout(() => { + uni.removeStorageSync('token'); + uni.reLaunch({ + url:"/pages/login/login" + }); + }, 1000); + }, + + } + </script> \ No newline at end of file -- Gitblit v1.9.1