From 15840f3e4a10abb039009b280f0503837d9a2d41 Mon Sep 17 00:00:00 2001 From: congzc Date: Wed, 23 Aug 2023 10:02:24 +0800 Subject: [PATCH] 1 --- README.md | 1 + src/App.vue | 65 ++++++++++++++++++++++++++++++++-- src/api/login.js | 17 +++++++++ src/assets/icon/db_fill.png | Bin 2534 -> 837 bytes src/pages/index/index.vue | 42 +++++++++++----------- src/store/modules/userInfo.js | 2 +- src/utils/request.js | 3 +- 7 files changed, 104 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 5175d22..1e3a9ca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ +"appid": "wx75cf14e3a0d45821", git commit -m "feat: " git commit --no-verify -m "提交时的注释" 跳过检验 diff --git a/src/App.vue b/src/App.vue index dd071b4..e5b6ee4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@