加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
V_zhc 提交于 2024-04-16 10:41 . 4.16作业
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false
}
},
{
"path": "pages/demo/demo",
"style": {
"navigationBarTitleText": "设计案例",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/user",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "我要装修",
"enablePullDownRefresh": false
}
},
{
"path": "pages/money/money",
"style": {
"navigationBarTitleText": "免费报价",
"enablePullDownRefresh": false
}
},
{
"path": "pages/nav/nav",
"style": {
"navigationBarTitleText": "跳转页面",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#91cb9a",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#42b983",
"selectedColor": "#249dde",
"borderStyle": "black",
"backgroundColor": "#ffc0cb",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/首页.png",
"selectedIconPath": "static/首页 (1).png"
},
{
"pagePath": "pages/demo/demo",
"text": "设计案例",
"iconPath": "static/设计.png",
"selectedIconPath": "static/设计 (1).png"
},
{
"pagePath": "pages/money/money",
"text": "免费报价",
"iconPath": "static/报价管理.png",
"selectedIconPath": "static/报价管理 (1).png"
},
{
"pagePath": "pages/user/user",
"text": "我要装修",
"iconPath": "static/_我的.png",
"selectedIconPath": "static/_我的 (1).png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化