This commit is contained in:
dap
2024-10-05 23:43:39 +08:00
14 changed files with 70 additions and 33 deletions

View File

@@ -3,8 +3,8 @@ import { baseRequestClient, requestClient } from '#/api/request';
export namespace AuthApi {
/** 登录接口参数 */
export interface LoginParams {
password: string;
username: string;
password?: string;
username?: string;
}
/** 登录接口返回值 */

View File

@@ -92,7 +92,7 @@
"editCell": "单元格编辑",
"editRow": "行编辑",
"custom-cell": "自定义单元格",
"form": "开启搜索表单"
"form": "搜索表单"
},
"captcha": {
"title": "验证码",