From 34e177d957d47bb04d7096a7e22c1777bcba683d Mon Sep 17 00:00:00 2001 From: haomingming Date: Mon, 26 Jun 2023 18:50:14 +0800 Subject: [PATCH] test git --- Pages/index/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Pages/index/index.js b/Pages/index/index.js index 34f3c2c..e79b0df 100644 --- a/Pages/index/index.js +++ b/Pages/index/index.js @@ -59,5 +59,6 @@ Page({ }else{ app.go(app.globalData.login_url); } + //test git } })