Skip to content

修改 tsconfig 配置 #2

修改 tsconfig 配置

修改 tsconfig 配置 #2

Triggered via push October 22, 2023 08:16
Status Failure
Total duration 1m 4s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
deploy: src/views/login.vue#L147
Type '{ account: { required: boolean; trigger: string; message: string; }[]; password: ({ required: boolean; trigger: string; message: string; min?: undefined; max?: undefined; } | { min: number; max: number; trigger: string; message: string; required?: undefined; })[]; }' is not assignable to type 'FormRules<Data>'.
deploy: src/views/login.vue#L198
Type '{ account: { required: boolean; trigger: string; message: string; }[]; captcha: { required: boolean; trigger: string; message: string; }[]; password: ({ required: boolean; trigger: string; message: string; min?: undefined; max?: undefined; } | { ...; })[]; checkPassword: ({ ...; } | { ...; })[]; }' is not assignable to type 'FormRules<Data>'.
deploy: src/views/login.vue#L249
Type '{ account: { required: boolean; trigger: string; message: string; }[]; captcha: { required: boolean; trigger: string; message: string; }[]; newPassword: ({ required: boolean; trigger: string; message: string; min?: undefined; max?: undefined; } | { ...; })[]; }' is not assignable to type 'FormRules<Data>'.
deploy
Process completed with exit code 1.
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/