提交 e2f4dc93 编写于 作者: 郝先瑞

fix: eslint 校验问题修复

上级 0e8d2258
......@@ -23,6 +23,7 @@ module.exports = {
"@typescript-eslint/no-explicit-any": "off", // 关闭any类型的警告
"vue/no-v-model-argument": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"vue/comment-directive": "off",
},
// https://eslint.org/docs/latest/use/configure/language-options#specifying-globals
globals: {
......
......@@ -29,7 +29,7 @@ export interface LoginResult {
/**
* 访问token
*/
accessToken?: string;
access_token?: string;
/**
* 过期时间(单位:毫秒)
*/
......@@ -37,11 +37,11 @@ export interface LoginResult {
/**
* 刷新token
*/
refreshToken?: string;
refresh_token?: string;
/**
* token 类型
*/
tokenType?: string;
token_type?: string;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册