From 68ce9382090846dc3a03a057a18a7d09f30e45e5 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 17 十月 2025 17:39:03 +0800
Subject: [PATCH] test
---
pages/login/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/login/index.vue b/pages/login/index.vue
index dd07fe2..108311f 100644
--- a/pages/login/index.vue
+++ b/pages/login/index.vue
@@ -188,7 +188,7 @@
password: ""
})
}
-
+ getApp().globalData.withLog = session.getValue("write_log") ? true:false
uni.reLaunch({
url: "/pages/index/index"
})
--
Gitblit v1.9.1