Remove login title and obsolete AGENTS guide

This commit is contained in:
wkc
2026-05-12 17:06:00 +08:00
parent a22c83ba7e
commit a4f927fdcb
6 changed files with 52 additions and 32 deletions

View File

@@ -1,7 +1,6 @@
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">{{title}}</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"