fix type.

This commit is contained in:
2023-01-10 16:23:58 +08:00
parent e3db109317
commit 5650ee716d
2 changed files with 9 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ function goSignup() {
</el-button>
<el-button @click="goSignup">没有账号立即注册</el-button>
</el-form-item>
<el-alert v-if="msg" :title="msg" show-icon type="error" />
<el-alert v-if="msg" :title="msg" show-icon type="danger" />
</el-form>
</el-dialog>
</template>