From 5316f1f33cadd37d97e6f27c0bfb7087a860bde8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Thu, 19 Sep 2024 11:50:23 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BAurl=202.=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=85=A8=E5=B1=80=E7=BC=93=E5=AD=98=E6=96=B9=E6=B3=95?= =?UTF-8?q?=EF=BC=8C=E6=89=80=E6=9C=89=E7=BC=93=E5=AD=98=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=89=88=E6=9C=AC=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 12 ++++++------ config/env.js | 3 --- manifest.json | 2 +- pages/home/home.vue | 11 ++++++----- pages/mine/mine.vue | 27 ++++++++++++++------------- pages/webview/webview.vue | 4 ++-- stores/lock.js | 3 ++- stores/user.js | 9 +++++---- utils/request.js | 25 +++++++++++++------------ utils/storage.js | 15 +++++++++++++++ 10 files changed, 64 insertions(+), 47 deletions(-) create mode 100644 utils/storage.js diff --git a/App.vue b/App.vue index e31de50..f4930f5 100644 --- a/App.vue +++ b/App.vue @@ -1,8 +1,8 @@