From 546863eae7d337d47260d63a4b3733f7313ce52d Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 16 十月 2023 15:30:20 +0800
Subject: [PATCH] 登录页调整样式 增加重置密码

---
 api/globalApi.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index 64b4925..c076307 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -449,5 +449,12 @@
 	appSaveContact: {
 		url: '/wrzs/tmtaskcoalcontact/appSave',
 		method: 'POST'
+	},
+	/**
+	 * @description 鏌ヨ鏄惁鏈夋鐢ㄦ埛
+	 */
+	phoneAndCard: {
+		url: '/wrzs/userentity/phoneAndCard',
+		method: 'GET'
 	}
 }
\ No newline at end of file

--
Gitblit v1.9.1