139 lines
2.9 KiB
JSON
139 lines
2.9 KiB
JSON
{
|
||
"pages": [
|
||
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "首页"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/phone-register/phone-register",
|
||
"style": {
|
||
"navigationBarTitleText": "手机注册",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/email-register/email-register",
|
||
"style": {
|
||
"navigationBarTitleText": "邮箱注册",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/forgot-password/forgot-password",
|
||
"style": {
|
||
"navigationBarTitleText": "忘记密码",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/news-list/news-list",
|
||
"style": {
|
||
"navigationBarTitleText": "消息"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/contacts/contacts",
|
||
"style": {
|
||
"navigationBarTitleText": "通讯录"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/discover/discover",
|
||
"style": {
|
||
"navigationBarTitleText": "发现"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my-index/my-index",
|
||
"style": {
|
||
"navigationBarTitleText": "我的",
|
||
"backgroundColor": "#f7f7f7"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mall/list",
|
||
"style": {
|
||
"navigationBarTitleText": "商城"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mall/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "商品详情",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mall/confirm-order",
|
||
"style": {
|
||
"navigationBarTitleText": "确认订单"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/address/index",
|
||
"style": {
|
||
"navigationBarTitleText": "地址列表"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/address/add",
|
||
"style": {
|
||
"navigationBarTitleText": "添加地址"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/address/edit",
|
||
"style": {
|
||
"navigationBarTitleText": "修改地址"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {},
|
||
"tabBar": {
|
||
"color": "#333333",
|
||
"selectedColor": "#00D993",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#ffffff",
|
||
"list": [
|
||
{
|
||
"pagePath": "pages/news-list/news-list",
|
||
"iconPath": "static/images/tabBar/news.png",
|
||
"selectedIconPath": "static/images/tabBar/newsHL.png",
|
||
"text": "消息"
|
||
},
|
||
{
|
||
"pagePath": "pages/contacts/contacts",
|
||
"iconPath": "static/images/tabBar/contacts.png",
|
||
"selectedIconPath": "static/images/tabBar/contactsHL.png",
|
||
"text": "通讯录"
|
||
},
|
||
{
|
||
"pagePath": "pages/discover/discover",
|
||
"iconPath": "static/images/tabBar/discover.png",
|
||
"selectedIconPath": "static/images/tabBar/discoverHL.png",
|
||
"text": "发现"
|
||
},
|
||
{
|
||
"pagePath": "pages/my-index/my-index",
|
||
"iconPath": "static/images/tabBar/my.png",
|
||
"selectedIconPath": "static/images/tabBar/myHL.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
}
|
||
} |