7 Star 0 Fork 0

Mingzishishenme/health-qianduan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 12.99 KB
一键复制 编辑 原始数据 按行查看 历史
三石OL 提交于 2021-06-17 15:58 . 0617
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/shopping/shopping",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/market/ordercommit/orderCommit",
"style": {
"navigationBarTitleText": "立即购买"
}
},
{
"path": "pages/market/addGoods/addGoods",
"style": {
"navigationBarTitleText": "添加购物车"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/market/pay/pay",
"style": {
"navigationBarTitleText": "支付界面"
}
},
{
"path": "pages/nopay/nopay",
"style": {
"navigationBarTitleText": "待支付订单"
}
},
{
"path": "pages/noevaluate/noevaluate",
"style": {
"navigationBarTitleText": "待评价"
}
},
{
"path": "pages/delivered/delivered",
"style": {
"navigationBarTitleText": "已送达"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册账号",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/wait/wait",
"style": {
"navigationBarTitleText": "待收货"
}
},
{
"path": "pages/login/dietitianRegister",
"style": {
"navigationBarTitleText": "营养师注册",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/resetpasswd",
"style": {
"navigationBarTitleText": "重置密码",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/user/setting/setting",
"style": {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTitleText": "我的设置",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#f3f3f3"
}
},
{
"path": "pages/exchange/exchange",
"style": {
"navigationBarTitleText": "退换"
}
},
{
"path": "pages/tabBar/user",
"style": {
"enablePullDownRefresh": true,
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#f06c7a",
"backgroundColorTop": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": false, //禁用原生导航栏
"subNVues": [{
"id": "userTitleNvue", // 唯一标识
"path": "pages/tabBar/user/subNvue/userTitleNvue", // 页面路径
"type": "navigationBar"
}]
}
}
},
{
"path": "pages/user/apply/applyDietitian",
"style": {
"navigationBarTitleText": "申请营养师",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/user/update/update",
"style": {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTitleText": "账户安全",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#f3f3f3"
}
},
{
"path": "pages/myorder/myorder",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/froem/edit/edit",
"style": {
"navigationBarTitleText": "添加"
}
},
{
"path": "pages/mycollect/mycollect",
"style": {
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "pages/market/search/search",
"style": {
"navigationBarTitleText": "商品关键字搜索"
}
},
{
"path": "pages/myaddress/myaddress",
"style": {
"navigationBarTitleText": "地址管理"
}
},
{
"path": "pages/addadress/addadress",
"style": {
"navigationBarTitleText": "地址列表"
}
},
{
"path": "pages/putAddress/putAddress",
"style": {
"navigationBarTitleText": "编辑地址"
}
},
{
"path": "pages/tabBar/user",
"style": {
"navigationBarTitleText": "个人主页"
}
},
{
"path": "pages/comment/comment",
"style": {
"navigationBarTitleText": "评论区"
}
},
{
"path": "pages/market/showGoods",
"style": {
"navigationBarTitleText": "商品"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "主页",
"enablePullDownRefresh": false
}
},
{
"path": "pages/market/goodsDetails",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/videoDetails/videoDetails",
"style": {
"navigationBarTitleText": "视频详情"
}
},
{
"path": "pages/user/setting/setting",
"style": {
"navigationBarTitleText": "用户详情"
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
},{
"path": "pages/user/update/update",
"style": {
"navigationBarTitleText": "搜索"
}
}
,{
"path": "pages/user/update/verifyPhone",
"style": {
"navigationBarTitleText": "修改手机"
}
},
{
"path": "pages/market/cart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/myorder/myorder",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "pages/exchange/exchange",
"style": {
"navigationBarTitleText": "退换"
}
},
{
"path": "pages/froem/edit/edit",
"style": {
"navigationBarTitleText": "编辑帖子"
}
},
{
"path": "pages/froem/searchPost/searchPost",
"style": {
"navigationBarTitleText": "搜索帖子"
}
},
{
"path": "pages/froem/comment/comment",
"style": {
"navigationBarTitleText": "帖子评论"
}
},
{
"path": "pages/froem/adopt/adopt",
"style": {
"navigationBarTitleText": "采纳回复"
}
},
{
"path": "pages/videoDetails/videoDetails",
"style": {
"navigationBarTitleText": "视频详情"
}
},
{
"path": "pages/froem/ait/ait",
"style": {
"navigationBarTitleText": "ait营养师"
}
},
{
"path": "pages/froem/deletePost/deletePost",
"style": {
"navigationBarTitleText": "删除帖子"
}
},
{
"path": "pages/noevaluate/noevaluate",
"style": {
"navigationBarTitleText": "待评价"
}
},
{
"path": "pages/wait/wait",
"style": {
"navigationBarTitleText": "待收货"
}
},
{
"path": "pages/user/update/verifyPassword",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/classification/classification",
"style": {
"navigationBarTitleText": "视频分类"
}
},
{
"path": "pages/user/update/updatePassword",
"style": {
"navigationBarTitleText": "修改密码",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/user/update/verifyPhone",
"style": {
"navigationBarTitleText": "验证手机",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/video/video",
"style": {
"navigationBarTitleText": "视频中心",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none" ,//关闭窗口回弹效果
"softinputNavBar":"none"
}
}
},
{
"path": "pages/user/update/verifyIdCard",
"style": {
"navigationBarTitleText": "验证身份",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/user/update/updatePhone",
"style": {
"navigationBarTitleText": "修改手机",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/user/personalInformation/updateBasicInformation",
"style": {
"navigationBarTitleText": "修改信息",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/user/personalInformation/personalInformation",
"style": {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTitleText": "个人信息",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#f3f3f3"
}
},
{
"path": "pages/user/video/video",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的视频",
"navigationBarBackgroundColor": "#f8f8f8",
"backgroundColorTop": "#f3f3f3",
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/user/video/uploadVideo",
"style": {
"navigationBarTitleText": "上传视频",
"navigationBarBackgroundColor":"#f8f8f8",
"backgroundColorTop":"#f3f3f3",
"backgroundColorBottom":"#ffffff"
}
},
{
"path": "pages/user/video/chooseGoods",
"style": {
"navigationBarTitleText": "选择商品",
"navigationBarBackgroundColor": "#f8f8f8",
"backgroundColorTop": "#f3f3f3",
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/user/video/search",
"style": {
"navigationBarTitleText": "搜索商品",
"navigationBarBackgroundColor": "#f8f8f8",
"backgroundColorTop": "#f3f3f3",
"backgroundColorBottom": "#ffffff"
}
}
,{
"path" : "pages/waitForPay/waitForPay",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/froem/index/index",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/froem/postDetails/postDetails",
"style" :
{
"navigationBarTitleText": "帖子列表",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/froem/details/details",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/froem/index/index",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/froem/searchPost/searchPost",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/talbaar/home.png",
"selectedIconPath": "static/talbaar/home-select.png",
"text": "首页"
},
{
"pagePath": "pages/market/showGoods",
"iconPath": "static/talbaar/shop.png",
"selectedIconPath": "static/talbaar/shop-select.png",
"text": "商城"
},
{
"text": "视频",
"pagePath": "pages/video/video",
"iconPath": "static/talbaar/video.png",
"selectedIconPath": "static/talbaar/video-select.png"
},
{
"text": "论坛",
"pagePath": "pages/froem/index/index",
"iconPath": "static/talbaar/luntan.png",
"selectedIconPath": "static/talbaar/luntan-select.png"
},
{
"text": "我的",
"pagePath": "pages/tabBar/user",
"iconPath": "static/talbaar/my.png",
"selectedIconPath": "static/talbaar/my-select.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/whyxiang/health-qianduan.git
git@gitee.com:whyxiang/health-qianduan.git
whyxiang
health-qianduan
health-qianduan
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385