修改重复的json
parent
50dce48035
commit
de2b2d9162
20
pages.json
20
pages.json
|
@ -53,7 +53,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/Friend/violationreporting",
|
"path": "pages/Friend/violationreporting",
|
||||||
"path": "pages/signln/harvestaddress",
|
|
||||||
|
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "违规举报",
|
"navigationBarTitleText": "违规举报",
|
||||||
|
@ -67,12 +66,6 @@
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path": "pages/post/postInfo/postInfo",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "话题详情"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path": "pages/post/postPublish/postPublish",
|
"path": "pages/post/postPublish/postPublish",
|
||||||
"style": {
|
"style": {
|
||||||
|
@ -87,8 +80,6 @@
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"path": "pages/signln/exdetail",
|
"path": "pages/signln/exdetail",
|
||||||
"style": {
|
"style": {
|
||||||
|
@ -96,15 +87,6 @@
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
"path": "pages/signln/harvestaddress",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "收货地址",
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"path": "pages/signln/successfulexchange",
|
"path": "pages/signln/successfulexchange",
|
||||||
"style": {
|
"style": {
|
||||||
|
@ -340,6 +322,4 @@
|
||||||
"navigationBarTitleText": "RuoYi",
|
"navigationBarTitleText": "RuoYi",
|
||||||
"navigationBarBackgroundColor": "#FFFFFF"
|
"navigationBarBackgroundColor": "#FFFFFF"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -36,7 +36,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* #ifdef H5 */
|
/* #ifdef H5 */
|
||||||
.uninavbars {
|
.uninavbars {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
|
Loading…
Reference in New Issue