From 0aa51096a33abd9bfbbba825001b6f834b3fec54 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 2 Sep 2022 14:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E5=BE=AE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extra/AppWxcpAppSet/AppWxcpAppSet.vue | 20 ------------------- 1 file changed, 20 deletions(-) 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: {