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,4 @@
// pages/mingxi/mingxi.js
const { checkLogin } = require('../../utils/logcheck');
Page({
/**
@ -12,7 +12,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad(options) {
checkLogin();
},
/**