1 Star 1 Fork 0

haw/hawcms-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.28 KB
一键复制 编辑 原始数据 按行查看 历史
cqpsjsl 提交于 2022-11-12 19:49 . commit
{
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
"^haw-(.*)": "@/uni_modules/haw-player/components/haw-$1/haw-$1.nvue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "首页"
// "navigationStyle" : "custom"
}
},
{
"path" : "pages/filter/filter",
"style" :
{
"navigationBarTitleText": "分类",
"enablePullDownRefresh": true
}
},
{
"path": "pages/user/login",
"style" :
{
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/reg",
"style" :
{
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/user",
"style" :
{
"navigationBarTitleText": "用户中心",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/components/vDetail/vDetail",
"style" :
{
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/components/search",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/components/vDetail/mediaSourceTab",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/components/vDetail/guessLike",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#666666",
"selectedColor": "#5677FC",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "static/images/tarBar/tab-home.png",
"selectedIconPath": "static/images/tarBar/tab-home-current.png"
},
{
"pagePath": "pages/filter/filter",
"text": "分类",
"iconPath": "static/images/tarBar/tab-cate.png",
"selectedIconPath": "static/images/tarBar/tab-cate-current.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "static/images/tarBar/tab-my.png",
"selectedIconPath": "static/images/tarBar/tab-my-current.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hawcms/hawcms-app.git
git@gitee.com:hawcms/hawcms-app.git
hawcms
hawcms-app
hawcms-app
master

搜索帮助