fix
This commit is contained in:
parent
37c099ebf8
commit
83dee1a811
@ -1,9 +1,6 @@
|
|||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
onLaunch: function () {
|
onLaunch: function () {},
|
||||||
const token = window?.plus?.storage.getItem("token");
|
|
||||||
uni.setStorageSync("token", token);
|
|
||||||
},
|
|
||||||
onShow: function () {
|
onShow: function () {
|
||||||
console.log("App Show");
|
console.log("App Show");
|
||||||
const token = window?.plus?.storage.getItem("token");
|
const token = window?.plus?.storage.getItem("token");
|
||||||
|
Loading…
Reference in New Issue
Block a user