优化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

@@ -23,7 +23,7 @@ export default {
props: {
title: {
type: String,
required: true
required: false
},
breadcrumb: {
type: Array,