From 351d1dac82268a6a3773f20a0654201cfe6743d9 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Sun, 27 Apr 2025 08:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=8F=82=EF=BC=8C=E8=BF=94=E5=8F=82?= =?UTF-8?q?=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 ++ src/api/login.js | 8 ++- src/utils/config.js | 11 +++++ src/utils/request.js | 113 +++++++++++++++++++++++++++---------------- src/utils/sm.js | 70 +++++++++++++++++++++++++++ 5 files changed, 163 insertions(+), 44 deletions(-) create mode 100644 src/utils/config.js create mode 100644 src/utils/sm.js diff --git a/src/App.vue b/src/App.vue index 9dcf6fa..f171baa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,6 +7,7 @@