From 01c84b5989f3b5644c97cc9ca01db6e46af1bec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Fri, 7 Apr 2023 23:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/apis.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/apis.js b/src/core/apis.js index 20566a7..fa2af0a 100644 --- a/src/core/apis.js +++ b/src/core/apis.js @@ -35,9 +35,11 @@ export default { }, register: { url: "/wxapp/public/register", + showLoading: true, }, login: { url: "/wxapp/public/login", + showLoading: true, }, resetPassword: { url: "/wxapp/public/passwordReset",