This commit is contained in:
Aiden 2024-10-22 11:24:54 +08:00
parent 37c099ebf8
commit 83dee1a811

View File

@ -1,9 +1,6 @@
<script>
export default {
onLaunch: function () {
const token = window?.plus?.storage.getItem("token");
uni.setStorageSync("token", token);
},
onLaunch: function () {},
onShow: function () {
console.log("App Show");
const token = window?.plus?.storage.getItem("token");