添加菜单页面.
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
import axios from 'axios';
|
||||
import { UserState } from '@/store/modules/user/types';
|
||||
|
||||
/**
|
||||
* 登陆请求
|
||||
*/
|
||||
export interface LoginRequest {
|
||||
username: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
/**
|
||||
* 登陆响应
|
||||
*/
|
||||
export interface LoginResponse {
|
||||
token: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user