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,