Commit d09df240 authored by jiangqihao's avatar jiangqihao

登入密码

parent c813fabf
......@@ -178,6 +178,11 @@ export default {
qcc: {
searchUrl: '/qcc/search',
formDesc: {
Status: {
label: '状态',
type: 'input',
layout: 12
},
Name: {
label: '公司名称',
type: 'input',
......@@ -193,11 +198,6 @@ export default {
type: 'input',
layout: 12
},
Status: {
label: '状态',
type: 'input',
layout: 12
}
}
}
}
......@@ -115,8 +115,8 @@ export default {
}
return {
loginForm: {
username: 'xzz',
password: '123456'
username: '',
password: ''
},
loginRules: {
username: [{ required: true, trigger: 'blur', validator: validateUsername }],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment