This commit is contained in:
Ling53666
2025-05-15 21:01:14 +08:00
parent 9b8553930b
commit 7c371623eb
35 changed files with 620 additions and 401 deletions

View File

@ -1,4 +1,5 @@
import {url} from '../../request'
const { checkLogin } = require('../../utils/logcheck');
Page({
data: {
list:[],
@ -40,6 +41,7 @@ Page({
* 生命周期函数--监听页面显示
*/
onShow() {
checkLogin();
const that = this
wx.getStorage({
key: "logmessage",