Commit 174d8121 authored by qinj's avatar qinj

Merge branch 'dev' of http://120.25.63.219:6088/rex/portalhtml into dev

parents 5aca5c40 9e814109
......@@ -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