From fceff7432464cffcf4784639128412b0dc14a78a Mon Sep 17 00:00:00 2001 From: duanliangtao <48194157+duanliangtao@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:00:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E7=9B=B8=E5=AF=B9?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=87=BA=E7=8E=B0=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E7=9F=A5=E9=81=93=E4=B8=BA=E4=BD=95=E4=B9=8B=E5=89=8D?= =?UTF-8?q?=E4=B8=8D=E6=8A=A5=E9=94=99=EF=BC=8C=E7=8E=B0=E5=9C=A8=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=87=BA=E7=8E=B0=E7=BB=84=E4=BB=B6=E7=9A=84=E7=9B=B8?= =?UTF-8?q?=E5=AF=B9=E8=B7=AF=E5=BE=84=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpages/businessRecord/businessRecord.json | 2 +- subpages/morenews/pages/morenews/morenews.json | 6 +++--- subpages/nohouse/pages/nohouse/nohouse.json | 6 +++--- .../pages/residentCategory/residentCategory.json | 4 ++-- .../pages/resnoinformation/resnoinformation.json | 6 +++--- subpages/statistics/pages/crowdPortrait/crowdPortrait.json | 2 +- subpages/statistics/pages/problem/problem.json | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/subpages/businessRecord/businessRecord.json b/subpages/businessRecord/businessRecord.json index 3651ece..1aa37e6 100644 --- a/subpages/businessRecord/businessRecord.json +++ b/subpages/businessRecord/businessRecord.json @@ -1,6 +1,6 @@ { "component": true, "usingComponents": { - "no-data": "../../../components/noData/nodata" + "no-data": "../../components/noData/nodata" } } \ No newline at end of file diff --git a/subpages/morenews/pages/morenews/morenews.json b/subpages/morenews/pages/morenews/morenews.json index df0b266..9050d7c 100644 --- a/subpages/morenews/pages/morenews/morenews.json +++ b/subpages/morenews/pages/morenews/morenews.json @@ -1,8 +1,8 @@ { "usingComponents": { - "load-more": "../../components/loadMore/loadMore", - "no-data": "../../components/noData/nodata", - "custom-tab-bar":"../../components/custom-tab-bar" + "load-more": "../../../../components/loadMore/loadMore", + "no-data": "../../../../components/noData/nodata", + "custom-tab-bar":"../../../../components/custom-tab-bar/index" }, "navigationBarTitleText": "消息", "enablePullDownRefresh": true, diff --git a/subpages/nohouse/pages/nohouse/nohouse.json b/subpages/nohouse/pages/nohouse/nohouse.json index 66a02ad..df6c172 100644 --- a/subpages/nohouse/pages/nohouse/nohouse.json +++ b/subpages/nohouse/pages/nohouse/nohouse.json @@ -1,8 +1,8 @@ { "usingComponents": { - "custom-tab-bar":"../../components/custom-tab-bar", - "load-more": "../../components/loadMore/loadMore", - "no-data": "../../components/noData/nodata", + "custom-tab-bar":"../../../../components/custom-tab-bar/index", + "load-more": "../../../../components/loadMore/loadMore", + "no-data": "../../../../components/noData/nodata", "van-tab": "@vant/weapp/tab/index", "van-tabs": "@vant/weapp/tabs/index", "van-cascader": "@vant/weapp/cascader/index", diff --git a/subpages/residentCategory/pages/residentCategory/residentCategory.json b/subpages/residentCategory/pages/residentCategory/residentCategory.json index aecc9ef..c485be8 100644 --- a/subpages/residentCategory/pages/residentCategory/residentCategory.json +++ b/subpages/residentCategory/pages/residentCategory/residentCategory.json @@ -1,6 +1,6 @@ { "usingComponents": { - "load-more": "../../components/loadMore/loadMore", - "no-data": "../../components/noData/nodata" + "load-more": "../../../../components/loadMore/loadMore", + "no-data": "../../../../components/noData/nodata" } } \ No newline at end of file diff --git a/subpages/resnoinformation/pages/resnoinformation/resnoinformation.json b/subpages/resnoinformation/pages/resnoinformation/resnoinformation.json index 60bacfb..e83a876 100644 --- a/subpages/resnoinformation/pages/resnoinformation/resnoinformation.json +++ b/subpages/resnoinformation/pages/resnoinformation/resnoinformation.json @@ -1,8 +1,8 @@ { "usingComponents": { - "custom-tab-bar":"../../components/custom-tab-bar", - "load-more": "../../components/loadMore/loadMore", - "no-data": "../../components/noData/nodata", + "custom-tab-bar":"../../../../components/custom-tab-bar/index", + "load-more": "../../../../components/loadMore/loadMore", + "no-data": "../../../../components/noData/nodata", "van-tab": "@vant/weapp/tab/index", "van-tabs": "@vant/weapp/tabs/index", "van-cascader": "@vant/weapp/cascader/index", diff --git a/subpages/statistics/pages/crowdPortrait/crowdPortrait.json b/subpages/statistics/pages/crowdPortrait/crowdPortrait.json index 7994964..921dfa5 100644 --- a/subpages/statistics/pages/crowdPortrait/crowdPortrait.json +++ b/subpages/statistics/pages/crowdPortrait/crowdPortrait.json @@ -2,6 +2,6 @@ "navigationBarTitleText": "画像匹配人员", "navigationStyle": "custom", "usingComponents": { - "Head": "../../../../../components/Head" + "Head": "../../../../components/Head/index" } } \ No newline at end of file diff --git a/subpages/statistics/pages/problem/problem.json b/subpages/statistics/pages/problem/problem.json index 71553af..762528e 100644 --- a/subpages/statistics/pages/problem/problem.json +++ b/subpages/statistics/pages/problem/problem.json @@ -2,6 +2,6 @@ "navigationBarTitleText": "集中突出问题", "navigationStyle": "custom", "usingComponents": { - "Head": "../../../../../components/Head" + "Head": "../../../../components/Head" } } \ No newline at end of file