加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
⺗涛 提交于 2021-04-27 01:04 . 新增通用配置
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uView-index"
}
},
{
"path": "pages/center/index",
"style": {
"navigationBarTitleText": "uView-center"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView-Base",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#909399",
"selectedColor": "#303133",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/index.png",
"selectedIconPath": "static/tabbar/center-selected.png",
"text": "首页"
}, {
"pagePath": "pages/center/index",
"iconPath": "static/tabbar/center.png",
"selectedIconPath": "static/tabbar/center-selected.png",
"text": "我"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化