Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-20 10:02:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0a341cbeb182467ecfaeb9b894b65df23d4e2489
0a341cbe
1 parent
b2aeab77
🐞 fix(登录模块): 登录需要正常发送验证码
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
.env.development
src/api/B/login.js
.env.development
View file @
0a341cb
...
...
@@ -11,4 +11,4 @@ VITE_OPENID = oJLZq5t9PIKLW9tm1oSUNAuPwssA
VITE_ID = 13761653761
# 验证码
VITE_PIN =
8888
VITE_PIN =
...
...
src/api/B/login.js
View file @
0a341cb
/*
* @Date: 2022-06-17 15:03:03
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-
17 22:44:3
0
* @LastEditTime: 2022-06-
20 09:59:5
0
* @FilePath: /tswj/src/api/B/login.js
* @Description: 文件描述
*/
...
...
@@ -17,7 +17,7 @@ const Api = {
* @param {*} phone 手机号
* @param {*} pin 验证码
*/
export
const
bLoginAPI
=
(
params
)
=>
fn
(
fetch
.
ge
t
(
Api
.
B_LOGIN
,
params
));
export
const
bLoginAPI
=
(
params
)
=>
fn
(
fetch
.
pos
t
(
Api
.
B_LOGIN
,
params
));
/**
* @description 登出接口
...
...
Please
register
or
login
to post a comment