intelligentGroup/pages.json

178 lines
3.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "沪抖团线上展厅"
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}, {
"path": "pages/phoneList/phoneList",
"style": {
"navigationBarTitleText": "企业名录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/phoneList/detail",
"style": {
"navigationBarTitleText": "企业名录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/fengCai",
"style": {
"navigationBarTitleText": "达人风采",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/searchList",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "pageTwo",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}, {
"path": "login/add",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}, {
"path": "login/editPassword",
"style": {
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
}, {
"path": "index/detail",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
}, {
"path": "product/detail",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
}, {
"path": "product/list",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "news/list",
"style": {
"navigationBarTitleText": "资讯列表",
"enablePullDownRefresh": false
}
}, {
"path": "news/detail",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false,
// "navigationStyle": "custom",
"app-plus": {
"titleNView": {
"titleText": "返回首页"
}
}
}
}, {
"path": "me/company",
"style": {
"navigationBarTitleText": "企业简介",
"enablePullDownRefresh": false
}
}, {
"path": "me/user",
"style": {
"navigationBarTitleText": "个人简介",
"enablePullDownRefresh": false
}
}, {
"path": "me/needs",
"style": {
"navigationBarTitleText": "我的需求",
"enablePullDownRefresh": false
}
}, {
"path": "me/addNeeds",
"style": {
"navigationBarTitleText": "商品添加",
"enablePullDownRefresh": false
}
},
{
"path": "me/addVip",
"style": {
"navigationBarTitleText": "加入我们",
"enablePullDownRefresh": false
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#3f378d",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#333",
"custom": true,
"selectedColor": "#345A9B",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/home3.png",
"selectedIconPath": "static/home1.png",
"text": "首页"
},
{
"pagePath": "pages/phoneList/phoneList",
"iconPath": "static/e.png",
"selectedIconPath": "static/e.png",
"text": "企业名录"
},
{
"pagePath": "pages/me/me",
"iconPath": "static/me.png",
"selectedIconPath": "static/me01.png",
"text": "我的"
}
]
},
"uniIdRouter": {}
}