demingshangjia/pages.json

354 lines
7.2 KiB
JSON
Raw Permalink Normal View History

2020-06-11 09:16:12 +08:00
{
2020-06-11 17:54:15 +08:00
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
2020-07-29 20:35:33 +08:00
"pages": [{
2020-07-16 11:20:59 +08:00
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
2020-11-25 16:25:32 +08:00
{
"path": "pages/login/agreements",
"style": {
2020-12-01 17:55:49 +08:00
"navigationBarTitleText": "用户协议",
2020-11-25 16:25:32 +08:00
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
2020-12-01 17:55:49 +08:00
},
{
"path": "pages/login/privacy_policy",
"style": {
"navigationBarTitleText": "隐私政策",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
2020-11-25 16:25:32 +08:00
},
2020-06-15 09:02:17 +08:00
{
"path": "pages/release/tosign",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"backgroundColor": "#f00",
"animationType": "slide-in-bottom"
}
}
},
2020-07-16 14:23:12 +08:00
{
"path": "pages/messages/messagesList",
"style": {
"navigationBarTitleText": "消息",
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
2020-07-16 14:23:12 +08:00
"backgroundColor": "#FFFFFF",
2020-07-29 20:35:33 +08:00
"titleColor": "#333333"
2020-07-16 14:23:12 +08:00
}
}
}
},
2020-08-07 14:44:11 +08:00
{
"path": "pages/messages/privateChat",
"style": {
"navigationBarTitleText": "uni-app",
"app-plus": {
"titleNView": true
}
}
},
2020-06-11 09:16:12 +08:00
{
"path": "pages/index/index",
"style": {
2020-11-30 14:43:34 +08:00
"navigationBarTitleText": "德铭阳光商家",
2020-06-11 17:54:15 +08:00
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
2020-06-11 17:54:15 +08:00
"backgroundColor": "#FFFFFF",
2020-07-29 20:35:33 +08:00
"titleColor": "#333333"
2020-06-11 17:54:15 +08:00
}
}
}
},
{
"path": "pages/index/details",
"style": {
"navigationBarTitleText": "订单详情",
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
"titleColor": "#333333"
2020-06-11 17:54:15 +08:00
}
}
2020-06-11 09:16:12 +08:00
}
2020-08-07 14:44:11 +08:00
},
{
"path": "pages/index/otherdetails",
"style": {
"navigationBarTitleText": "试穿订单详情",
"app-plus": {
"titleNView": {
"titleColor": "#333333"
}
}
}
2020-06-12 17:42:23 +08:00
},
{
"path": "pages/release/video",
"style": {
"navigationBarTitleText": "发布视频",
"app-plus": {
"titleSize": "36px",
"titleColor": "#333333",
"titleNView": {
"backgroundColor": "#FFFFFF"
}
}
}
},
{
"path": "pages/release/index",
"style": {
"navigationBarTitleText": "发布图文",
"app-plus": {
"titleSize": "36px",
"titleColor": "#333333",
"titleNView": {
"backgroundColor": "#FFFFFF"
}
}
}
2020-07-29 20:35:33 +08:00
2020-06-12 17:42:23 +08:00
},
2020-07-29 20:35:33 +08:00
2020-06-12 15:08:37 +08:00
{
"path": "pages/user/index",
2020-07-29 20:35:33 +08:00
2020-06-12 15:08:37 +08:00
"style": {
"navigationBarTitleText": "个人中心",
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
},
{
"path": "pages/user/myinfo",
"style": {
"navigationBarTitleText": "达人中心",
"app-plus": {
"titleNView": {
2020-06-12 15:08:37 +08:00
"backgroundColor": "#FFFFFF",
2020-07-29 20:35:33 +08:00
"titleColor": "#333333"
2020-06-12 15:08:37 +08:00
}
}
}
},
2020-07-16 08:53:47 +08:00
{
"path": "pages/release/tosign",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"backgroundColor": "#FFFFFF",
"animationType": "slide-in-bottom"
}
}
},
2020-06-12 15:08:37 +08:00
{
"path": "pages/user/info",
"style": {
"navigationBarTitleText": "个人资料",
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
2020-06-12 15:08:37 +08:00
"backgroundColor": "#FFFFFF",
2020-07-29 20:35:33 +08:00
"titleColor": "#333333",
"buttons": [ //原生标题栏按钮配置,
{
2020-08-07 14:44:11 +08:00
"text": "保存",
2020-07-29 20:35:33 +08:00
"fontSize":"14px"
}
]
2020-06-12 15:08:37 +08:00
}
}
}
2020-06-12 18:05:39 +08:00
},
{
"path": "pages/user/updatePassword",
"style": {
"navigationBarTitleText": "修改密码",
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
2020-06-12 18:05:39 +08:00
"backgroundColor": "#FFFFFF",
2020-07-29 20:35:33 +08:00
"titleColor": "#333333"
2020-06-12 18:05:39 +08:00
}
}
}
},
{
"path": "pages/user/fans",
"style": {
"navigationBarTitleText": "我的粉丝",
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
2020-06-12 18:05:39 +08:00
"backgroundColor": "#FFFFFF",
2020-07-29 20:35:33 +08:00
"titleColor": "#333333"
2020-06-12 18:05:39 +08:00
}
}
}
},
2020-06-13 17:36:24 +08:00
{
"path": "pages/user/content",
"style": {
"navigationBarTitleText": "内容管理",
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
2020-06-13 17:36:24 +08:00
"backgroundColor": "#FFFFFF",
2020-07-29 20:35:33 +08:00
"titleColor": "#333333"
2020-06-13 17:36:24 +08:00
}
}
}
},
{
"path": "pages/user/contentDetails",
"style": {
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
2020-06-13 17:36:24 +08:00
"backgroundColor": "#FFFFFF",
2020-07-29 20:35:33 +08:00
"titleColor": "#333333"
2020-06-13 17:36:24 +08:00
}
}
}
},
2020-06-12 18:05:39 +08:00
{
"path": "pages/user/complaint",
"style": {
"navigationBarTitleText": "骑手投诉",
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
2020-06-12 18:05:39 +08:00
"backgroundColor": "#FFFFFF",
2020-07-29 20:35:33 +08:00
"titleColor": "#333333"
2020-06-12 18:05:39 +08:00
}
}
}
2020-06-13 17:36:24 +08:00
},
2020-11-25 16:25:32 +08:00
{
"path": "pages/user/feedback",
"style": {
"navigationBarTitleText": "用户反馈",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
},
2020-06-13 17:36:24 +08:00
{
"path": "pages/user/complaintDetails",
"style": {
"navigationBarTitleText": "骑手投诉详情",
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
2020-06-13 17:36:24 +08:00
"backgroundColor": "#FFFFFF",
2020-07-29 20:35:33 +08:00
"titleColor": "#333333"
2020-06-13 17:36:24 +08:00
}
}
}
2020-07-21 08:57:48 +08:00
},
{
"path": "pages/release/selectshop",
"style": {
"navigationBarTitleText": "选择商品",
"app-plus": {
2020-07-29 20:35:33 +08:00
"titleNView": {
2020-07-21 08:57:48 +08:00
"backgroundColor": "#2D2D2D",
2020-07-29 20:35:33 +08:00
"titleColor": "#FFFFFF"
2020-07-21 08:57:48 +08:00
}
}
}
2020-07-24 08:57:03 +08:00
},
{
"path": "pages/release/zhibo",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
2020-08-27 16:02:27 +08:00
},
{
"path": "pages/messages/list",
"style": {
"navigationBarTitleText": "活动列表",
"app-plus": {
2020-08-28 14:51:35 +08:00
}
}
},
{
"path": "pages/messages/info",
"style": {
"navigationBarTitleText": "活动详情",
"app-plus": {
2020-08-27 16:02:27 +08:00
}
}
2020-06-12 15:08:37 +08:00
}
2020-09-02 14:05:08 +08:00
,{
"path" : "pages/index/mention",
"style" : {
"navigationBarTitleText": "上传凭证"
}
}
],
2020-06-11 09:16:12 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
2020-07-15 11:34:43 +08:00
},
2020-07-29 20:35:33 +08:00
"tabBar": {
2020-07-15 11:34:43 +08:00
"color": "#7A7E83",
2020-08-06 17:02:11 +08:00
"selectedColor": "#FF780F",
2020-07-29 20:35:33 +08:00
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"iconWidth": "24px",
"spacing": "3px",
"list": [{
"pagePath": "pages/index/index",
2020-08-06 17:02:11 +08:00
"iconPath": "static/image/tabbar/index.png",
"selectedIconPath": "static/image/tabbar/indexselect.png",
2020-07-15 11:34:43 +08:00
"text": "首页",
2020-07-29 20:35:33 +08:00
"selectedColor": "#FBFBFB"
}, {
"pagePath": "pages/messages/messagesList",
2020-08-06 17:02:11 +08:00
"iconPath": "static/image/tabbar/info.png",
"selectedIconPath": "static/image/tabbar/infoselect.png",
2020-07-29 20:35:33 +08:00
"text": "消息",
"selectedColor": "#FBFBFB"
}, {
"pagePath": "pages/user/index",
2020-08-06 17:02:11 +08:00
"iconPath": "static/image/tabbar/mine.png",
"selectedIconPath": "static/image/tabbar/mineselect.png",
2020-07-15 11:34:43 +08:00
"text": "我的",
2020-07-29 20:35:33 +08:00
"selectedColor": "#FBFBFB"
}]
2020-06-11 09:16:12 +08:00
}
2020-08-07 14:44:11 +08:00
}