diff --git a/pages.json b/pages.json index a21c9ab..5e225b7 100644 --- a/pages.json +++ b/pages.json @@ -53,26 +53,14 @@ }, { "path": "pages/Friend/violationreporting", - "path": "pages/signln/harvestaddress", "style": { "navigationBarTitleText": "违规举报", "navigationStyle": "custom" } }, - { - "path": "pages/signln/harvestaddress", - "style": { - "navigationBarTitleText": "地址", - "navigationStyle": "custom" - } - }, - { - "path": "pages/post/postInfo/postInfo", - "style": { - "navigationBarTitleText": "话题详情" - } - }, + + { "path": "pages/post/postPublish/postPublish", "style": { @@ -342,4 +330,3 @@ } } -} \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index f4e29ef..037d728 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -311,7 +311,7 @@ import PostView from "@/pages/common/postview/index.vue"; function GotoUNISignid(){ - proxy.$tab.navigateTo("./signln/signid"); + proxy.$tab.navigateTo("/pages/signln/signid"); }