mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
askFormCheckedShow:false,
|
||||
askFormRules: {
|
||||
title: [{ required: true, message: '请输入问题标题', trigger: 'blur' }, { max: 100, message: '字符长度不能高于100', trigger: 'blur' }],
|
||||
content: [{ required: true, message: '请输入问题内容', trigger: 'blur' }]
|
||||
|
||||
}, //表单验证
|
||||
askForm: {}, //发布问答绑定的数据
|
||||
imageShowUrl: '', //组件绑定的值,不知道用处
|
||||
|
||||
Reference in New Issue
Block a user