服装智能制造软件平台V3.0
http://182.92.169.222/hhxy/#/user/login
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
236 B
10 lines
236 B
2 years ago
|
const api = {
|
||
|
Login: '/sys/login',
|
||
|
Logout: '/sys/logout',
|
||
|
ForgePassword: '/auth/forge-password',
|
||
|
Register: '/auth/register',
|
||
|
SendSms: '/account/sms',
|
||
|
// get my info
|
||
|
UserInfo: '/user/info'
|
||
|
}
|
||
|
export default api
|