From a96d905ebaca25c0d9738cb61fd52713f7104fd8 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 31 三月 2025 18:30:48 +0800
Subject: [PATCH] 优化
---
h5/App.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index 0bf9fc9..18a1815 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -15,6 +15,7 @@
window.location.href = 'https://atwl.ahzyssl.com/zhyq_h5/#/pages/waybill/home'
}
})
+ uni.setStorageSync('transportList', [])
console.log('onLaunch')
},
onShow: function () {
--
Gitblit v1.9.3