main
26947 2024-06-08 19:18:39 +08:00
parent 50dce48035
commit a283c978bf
2 changed files with 3 additions and 16 deletions

View File

@ -53,26 +53,14 @@
}, },
{ {
"path": "pages/Friend/violationreporting", "path": "pages/Friend/violationreporting",
"path": "pages/signln/harvestaddress",
"style": { "style": {
"navigationBarTitleText": "违规举报", "navigationBarTitleText": "违规举报",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path": "pages/signln/harvestaddress",
"style": {
"navigationBarTitleText": "地址",
"navigationStyle": "custom"
}
},
{
"path": "pages/post/postInfo/postInfo",
"style": {
"navigationBarTitleText": "话题详情"
}
},
{ {
"path": "pages/post/postPublish/postPublish", "path": "pages/post/postPublish/postPublish",
"style": { "style": {
@ -342,4 +330,3 @@
} }
} }
}

View File

@ -311,7 +311,7 @@ import PostView from "@/pages/common/postview/index.vue";
function GotoUNISignid(){ function GotoUNISignid(){
proxy.$tab.navigateTo("./signln/signid"); proxy.$tab.navigateTo("/pages/signln/signid");
} }
</script> </script>