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