Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
4c0beaac
Commit
4c0beaac
authored
Jul 29, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除不要的文件
parent
27cbb619
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
user.js
src/api/user.js
+0
-14
No files found.
src/api/user.js
deleted
100644 → 0
View file @
27cbb619
import
getFetch
from
'./getFetch.js'
;
let
api
=
{
getUserInfo
:
'/user/get-login-user'
,
// 获取用户信息
sendSmsCode
:
'/user/send-auth-code-to-modify-phone'
,
// 发送手机验证码
editUserName
:
'//user/edit-user-name'
,
// 修改姓名
updatePhone
:
'/user/modify-phone'
,
// 修改手机号
updatePwd
:
'/user/modify-password'
,
// 修改密码
logout
:
'/logout'
,
// 登出
}
api
=
getFetch
(
api
,
'/gic-auth-web'
);
export
default
api
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment