From 30afe5f7c3013f1a9e7d94e60f60ecc7b94df3bc Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期一, 07 四月 2025 18:09:04 +0800 Subject: [PATCH] 优化用户数据获取逻辑,添加项目登录需求检查;更新首页WXML,增加学校项目选项,提升用户体验。 --- project.private.config.json | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/project.private.config.json b/project.private.config.json index 2462bad..92ec537 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -3,6 +3,7 @@ "projectname": "irrigate_user", "setting": { "compileHotReLoad": true, - "urlCheck": true - } + "urlCheck": false + }, + "libVersion": "trial" } \ No newline at end of file -- Gitblit v1.8.0