1 Star 21 Fork 20

DengJe/LU-You

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.38 KB
一键复制 编辑 原始数据 按行查看 历史
System Administrator 提交于 2021-09-28 17:54 . 首发
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/explore/explore",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/posts/posts",
"style": {
"navigationBarTitleText": "uni-app"
}}
,{
"path" : "pages/web/web",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/team/team",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/pages/pages",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/notice/notice",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/notice/list",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/pages/about",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/pages/agreement",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#2c2c2c",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/wap-home-o.png",
"selectedIconPath": "static/tabbar/wap-home.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/tabbar/category-o.png",
"selectedIconPath": "static/tabbar/category.png",
"text": "栏目"
},
{
"pagePath": "pages/explore/explore",
"iconPath": "static/tabbar/explore-o.png",
"selectedIconPath": "static/tabbar/explore.png",
"text": "探索"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tabbar/my-o.png",
"selectedIconPath": "static/tabbar/my.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"easycom": {
// 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
// 下载安装方式
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
// npm安装方式
// "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DengJe/lu-you.git
git@gitee.com:DengJe/lu-you.git
DengJe
lu-you
LU-You
master

搜索帮助