mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 08:55:52 +08:00
添加注释
This commit is contained in:
@@ -52,16 +52,14 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
error: false,
|
||||
loading: false,
|
||||
sending: false,
|
||||
form: {
|
||||
loading: false, // 加载状态
|
||||
form: { // 表单数据
|
||||
username: "",
|
||||
password: "",
|
||||
mobile: "",
|
||||
code: "",
|
||||
},
|
||||
rules: {
|
||||
rules: { // 验证规则
|
||||
username: [
|
||||
{
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user