修改pages json

main
26947 2024-06-08 07:52:49 +08:00
parent bd6469eb28
commit ea7bb59e32
1 changed files with 16 additions and 27 deletions

View File

@ -7,10 +7,9 @@
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue" "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
} }
}, },
<<<<<<< HEAD
"pages": [{
"path": "pages/Friend/violationreporting",
=======
"pages": [ "pages": [
{ {
"path": "pages/index", "path": "pages/index",
@ -20,6 +19,9 @@
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
} }
}, },
{
"path": "pages/Friend/violationreporting"
},
{ {
"path" : "pages/post/postInfo/postInfo", "path" : "pages/post/postInfo/postInfo",
"style" : "style" :
@ -36,7 +38,7 @@
}, },
{ {
"path": "pages/signln/harvestaddress", "path": "pages/signln/harvestaddress",
>>>>>>> fc6726a74b5811cc7e918233ea3a847aadb88d7d
"style": { "style": {
"navigationBarTitleText": "违规举报", "navigationBarTitleText": "违规举报",
"navigationStyle": "custom" "navigationStyle": "custom"
@ -64,13 +66,13 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ // {
"path": "pages/signln/harvestaddress", // "path": "pages/signln/harvestaddress",
"style": { // "style": {
"navigationBarTitleText": "收货地址", // "navigationBarTitleText": "收货地址",
"navigationStyle": "custom" // "navigationStyle": "custom"
} // }
}, // },
{ {
"path": "pages/signln/successfulexchange", "path": "pages/signln/successfulexchange",
@ -79,21 +81,7 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
<<<<<<< HEAD
"path": "pages/index",
"style": {
"navigationBarTitleText": "若依移动端框架",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
=======
"path": "pages/signln/signid",
"style": {
"navigationBarTitleText": "签到任务",
"navigationStyle": "custom"
>>>>>>> fc6726a74b5811cc7e918233ea3a847aadb88d7d
}
},
{ {
"path": "pages/signln/signiddetails", "path": "pages/signln/signiddetails",
"style": { "style": {
@ -317,4 +305,5 @@
"navigationBarTitleText": "RuoYi", "navigationBarTitleText": "RuoYi",
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF"
} }
} }