添加注释

This commit is contained in:
mabo
2021-05-14 12:01:24 +08:00
parent be2be21488
commit b6b45926f9
47 changed files with 261 additions and 312 deletions

View File

@@ -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,