From a283c978bf093e3f8a33e6117321c7a839876ff4 Mon Sep 17 00:00:00 2001 From: 26947 <12@1> Date: Sat, 8 Jun 2024 19:18:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 17 ++--------------- pages/index.vue | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) 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"); }