main
parent
50dce48035
commit
a283c978bf
17
pages.json
17
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 @@
|
|||
}
|
||||
|
||||
}
|
||||
}
|
|
@ -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");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue