From b206ca5918209e7192d53ca6097c83af18474d4f Mon Sep 17 00:00:00 2001 From: his-uncles-father <59643002+his-uncles-father@users.noreply.github.com> Date: Fri, 17 Jan 2020 23:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 1 - project.config.json | 16 ++++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/app.json b/app.json index 890c67c..8886fec 100644 --- a/app.json +++ b/app.json @@ -29,7 +29,6 @@ "pages/viewComplaint/viewComplaint", "pages/payParkingFeeList/payParkingFeeList", "pages/payParkingFee/payParkingFee", - "pages/my/myHouseDetail" "pages/my/myHouseDetail", "pages/repair/repair2" ], diff --git a/project.config.json b/project.config.json index 0c1e2a6..376bbf5 100644 --- a/project.config.json +++ b/project.config.json @@ -1,13 +1,13 @@ { "description": "项目配置文件。", - "packOptions": { - "ignore": [ - { - "type": "folder", - "value": "readme" - } - ] - }, + "packOptions": { + "ignore": [ + { + "type": "folder", + "value": "readme" + } + ] + }, "setting": { "urlCheck": false, "es6": true,