You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
139 lines
3.1 KiB
139 lines
3.1 KiB
{
|
|
"pages": [{
|
|
"path": "pages/tabBar/HomePage",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
}, {
|
|
"path": "pages/tabBar/Recommend",
|
|
"style": {
|
|
"navigationBarTitleText": "推荐政策"
|
|
}
|
|
}, {
|
|
"path": "pages/tabBar/Enterprise",
|
|
"style": {
|
|
"navigationBarTitleText": "企业服务"
|
|
}
|
|
}, {
|
|
"path": "pages/tabBar/My",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
}, {
|
|
"path": "pages/HomePages/ListDetails",
|
|
"style": {
|
|
"navigationBarTitleText": "发榜详情"
|
|
}
|
|
}, {
|
|
"path": "pages/HomePages/SearchPage",
|
|
"style": {
|
|
"navigationBarTitleText": "搜索"
|
|
}
|
|
}, {
|
|
"path": "pages/Policy/PolicyDetails",
|
|
"style": {
|
|
"navigationBarTitleText": "政策详情"
|
|
}
|
|
}, {
|
|
"path": "pages/Binding/Binding",
|
|
"style": {
|
|
"navigationBarTitleText": "完善企业信息"
|
|
}
|
|
}, {
|
|
"path": "pages/TestScore/TestScore",
|
|
"style": {
|
|
"navigationBarTitleText": "评分"
|
|
}
|
|
}, {
|
|
"path": "pages/RequirementRelease/RequirementRelease",
|
|
"style": {
|
|
"navigationBarTitleText": "需求发布"
|
|
}
|
|
}, {
|
|
"path": "pages/MyPages/CollectionPage",
|
|
"style": {
|
|
"navigationBarTitleText": "我的收藏"
|
|
}
|
|
}, {
|
|
"path": "pages/MyPages/MessagePage",
|
|
"style": {
|
|
"navigationBarTitleText": "系统消息"
|
|
}
|
|
}, {
|
|
"path": "pages/About/About",
|
|
"style": {
|
|
"navigationBarTitleText": "关于"
|
|
}
|
|
}, {
|
|
"path": "pages/Edit/Edit",
|
|
"style": {
|
|
"navigationBarTitleText": "企业基本信息"
|
|
}
|
|
}, {
|
|
"path": "pages/MessagePage/MessagePage",
|
|
"style": {
|
|
"navigationBarTitleText": "消息详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/HomePages/peixun",
|
|
"style": {
|
|
"navigationBarTitleText": "双创活动"
|
|
}
|
|
}
|
|
,{
|
|
"path" : "pages/RequirementRelease/upload",
|
|
"style": {
|
|
"navigationBarTitleText": "上传文件"
|
|
}
|
|
}
|
|
,{
|
|
"path" : "pages/DownFile/DownFile",
|
|
"style" : {
|
|
"navigationBarTitleText": "下载文件"
|
|
}
|
|
}
|
|
,{
|
|
"path" : "pages/outH5/outH5",
|
|
"style" : {
|
|
"navigationBarTitleText": "中小企业智慧服务云平台"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "智慧服务平台",
|
|
"navigationBarBackgroundColor": "#e54d42",
|
|
"backgroundColor": "#e54d42"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#e54d42",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#F8F8F8",
|
|
"list": [{
|
|
"pagePath": "pages/tabBar/HomePage",
|
|
"text": "首页",
|
|
"iconPath": "static/shouye.png",
|
|
"selectedIconPath": "static/shouye-copy.png"
|
|
}, {
|
|
"pagePath": "pages/tabBar/Recommend",
|
|
"text": "推荐政策",
|
|
"iconPath": "static/bookmark-3-line.png",
|
|
"selectedIconPath": "static/bookmark-3-line-copy.png"
|
|
}, {
|
|
"pagePath": "pages/tabBar/Enterprise",
|
|
"text": "企业服务",
|
|
"iconPath": "static/icon_danwei.png",
|
|
"selectedIconPath": "static/icon_danwei-copy.png"
|
|
}, {
|
|
"pagePath": "pages/tabBar/My",
|
|
"text": "我的",
|
|
"iconPath": "static/wode.png",
|
|
"selectedIconPath": "static/wode-copy.png"
|
|
}]
|
|
}
|
|
}
|
|
|