优化Result组件,完善结果页(error、success)

This commit is contained in:
iczer
2018-07-24 21:38:05 +08:00
parent 1ce46133c5
commit cb96f91b4d
6 changed files with 197 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ export default {
data () {
return {
rootSubmenuKeys: ['/form', '/list', '/detail', '/exception', '/result'],
openKeys: ['/form']
openKeys: []
}
},
methods: {