13 Star 122 Fork 54

⺗涛 / uniapp-uView-Base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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/index-selected.png",
"text": "首页"
}, {
"pagePath": "pages/center/index",
"iconPath": "static/tabbar/center.png",
"selectedIconPath": "static/tabbar/center-selected.png",
"text": "我"
}]
}
}
1
https://gitee.com/my_hujinchen/uniapp-u-view-base.git
git@gitee.com:my_hujinchen/uniapp-u-view-base.git
my_hujinchen
uniapp-u-view-base
uniapp-uView-Base
master

搜索帮助