From 18fcb8ad28f583e3e1b99b23e4f7d9e1833dcd83 Mon Sep 17 00:00:00 2001 From: pengwei <2071057782@qq.com> Date: 星期三, 12 三月 2025 14:16:30 +0800 Subject: [PATCH] 最新提交 --- 项目代码/client/src/api/login.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/login.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/login.js" index c4934c9..0fb5b38 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/login.js" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/login.js" @@ -4,8 +4,8 @@ export const getCodeImg = () => http.get('api/User/getVierificationCode') //鐢ㄦ埛鐧诲綍鎺ュ彛 -// export const login = (data) => http.post('api/User/login', data) export const login = (data,tenantId) => http.post(`/api/User/login`, data) //鐢ㄦ埛娉ㄥ唽鎺ュ彛 -export const register = (data) => http.post('api/Registry/UserRegistry', data) \ No newline at end of file +export const register = (data) => http.post('api/Registry/UserRegistry', data) + -- Gitblit v1.9.3