加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.37 KB
一键复制 编辑 原始数据 按行查看 历史
{
"easycom": {
"^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/home/home",
"style" :
{
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/mine/mine",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/company/company",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/msg/msg",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/job-detail/job-detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/mine/info-edit",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#f8f8f8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#d8d8d8",
"selectedColor": "#f15500",
"backgroundColor": "#fff",
"list": [
{
"text": "首页",
"pagePath": "pages/home/home",
"iconPath": "static/img/home_icon.png",
"selectedIconPath": "static/img/home_icon_act.png"
},
{
"text": "企业",
"pagePath": "pages/company/company",
"iconPath": "static/img/company_icon.png",
"selectedIconPath": "static/img/company_icon_act.png"
},
{
"text": "消息",
"pagePath": "pages/msg/msg",
"iconPath": "static/img/msg_icon.png",
"selectedIconPath": "static/img/msg_icon_act.png"
},
{
"text": "我的",
"pagePath": "pages/mine/mine",
"iconPath": "static/img/min_icon.png",
"selectedIconPath": "static/img/mine_icon_act.png"
}
]
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化