1 Star 0 Fork 0

web前端的网页设计/uni-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.90 KB
一键复制 编辑 原始数据 按行查看 历史
web前端的网页设计 提交于 2024-03-11 17:53 . 接口对接;
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/ucenter/ucenter",
"style": {
"navigationStyle": "custom"
}
},{
"path": "pages/ucenter/settings/settings",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/ucenter/about/about",
"style": {
"navigationBarTitleText": "关于",
"app-plus": {
"titleNView": {
"buttons": [{
"type": "share"
}]
}
}
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "登录",
"transparentTitle" : "always",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/list/list",
"style" :
{
"navigationBarTitleText" : "列表",
"enablePullDownRefresh" : false
}
},{
"path": "pages/list/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
}, {
"path": "pages/list/detail",
"style": {
"app-plus": {
"titleNView": {
"buttons": [{
"type": "share"
}],
"type": "transparent"
}
},
"h5": {
"titleNView": {
"type": "transparent"
}
},
"navigationBarTitleText": "详情"
}
},
{
"path" : "pages/login/retrieve/retrieve",
"style" :
{
"navigationBarTitleText" : "找回密码",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/login/register/register",
"style" :
{
"navigationBarTitleText" : "注册",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/index/detail",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
}
],
"subPackages": [
{
"root": "pages/ucenter",
"pages": [{
"path": "userInfo/userInfo",
"style": {
"navigationBarTitleText": "个人资料"
}
},
{
"path": "userInfo/bind-mobile/bind-mobile",
"style": {
"navigationBarTitleText": "绑定手机号码"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-active.png",
"text": "台账"
},
{
"pagePath": "pages/list/list",
"iconPath": "static/tabbar/grid.png",
"selectedIconPath": "static/tabbar/grid_active.png",
"text": "ETC"
}, {
"pagePath": "pages/ucenter/ucenter",
"iconPath": "static/tabbar/me.png",
"selectedIconPath": "static/tabbar/me_active.png",
"text": "我的"
}
]
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/web_design_of_web_frontend/uni-starter.git
git@gitee.com:web_design_of_web_frontend/uni-starter.git
web_design_of_web_frontend
uni-starter
uni-starter
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385