diff --git a/packages/extra/AppWxcpAppSet/AppWxcpAppSet.vue b/packages/extra/AppWxcpAppSet/AppWxcpAppSet.vue index 5d1db795..1c703f7d 100644 --- a/packages/extra/AppWxcpAppSet/AppWxcpAppSet.vue +++ b/packages/extra/AppWxcpAppSet/AppWxcpAppSet.vue @@ -121,7 +121,6 @@ export default { {slot: 'option', label: '操作', align: 'center'}, ], miniAppFormRules: { - // showIndex: [{required: true, message: '请输入序号', trigger: 'blur'}], icon: [{required: true, message: '请添加icon图片', trigger: 'blur'}], title: [{required: true, message: '请输入应用名称', trigger: 'blur'}], accessPath: [{ required: true, message: '请输入页面路径', trigger: 'blur' }] @@ -130,25 +129,6 @@ export default { miniAppInfo: {}, isAddMiniApp: false, editMiniIndex: '', - - info: { - title: '', - banner: '', - appList: [ - { - showIndex: '', - icon: '', - title: '', - accessPath: '' - }, - { - showIndex: '', - icon: '', - title: '', - accessPath: '' - } - ] - } } }, computed: {