From 02b5b5cf1ae11b8c0cc410dfafe4f129aacd3d0c Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期二, 16 八月 2022 16:27:11 +0800 Subject: [PATCH] Merge branch 'hylywms' of http://47.97.1.152:5880/r/~whycq/wms-app into hylywms --- pages/basics/logOut.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pages/basics/logOut.vue b/pages/basics/logOut.vue index d441f5c..b2dc7e6 100644 --- a/pages/basics/logOut.vue +++ b/pages/basics/logOut.vue @@ -5,13 +5,11 @@ export default { mounted() { uni.showToast({ - title: "閫�鍑烘垚鍔�", + title: '娉ㄩ攢鎴愬姛', duration: 1000 }) setTimeout(() => { uni.removeStorageSync('token'); - uni.removeStorageSync('HCuname'); - uni.removeStorageSync('HCpassw'); uni.reLaunch({ url:"/pages/login/login" }); -- Gitblit v1.9.1