1 Star 0 Fork 26

giteezh / fex-appbox-open

forked from Fexcoin / fex-appbox-open 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 4.52 KB
一键复制 编辑 原始数据 按行查看 历史
liao 提交于 2021-04-09 14:52 . 初始化项目
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages" : [
{
"path" : "pages/views/tabBar/home",
"style" : {
"navigationBarTitleText" : "首页",
"navigationBarBackgroundColor" : "#0081ff",
"navigationBarTextStyle" : "white",
"app-plus" : {
"titleNView" : false,
"bounce":"none"
}
}
},
{
"path" : "pages/login/login",
"style" : {
"navigationStyle" : "custom",
"navigationBarTextStyle" : "white",
"navigationBarTitleText" : "登录",
"app-plus" : {
"titleNView" : false
}
}
},
{
"path" : "pages/views/tools/ip",
"style" : {
"navigationBarTitleText" : "IP地址查询",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/tools/electric",
"style" : {
"navigationBarTitleText" : "电费计算器",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/tools/font",
"style" : {
"navigationBarTitleText" : "简繁转换",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/tools/mobile",
"style" : {
"navigationBarTitleText" : "手机号码查询",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/tools/idcard",
"style" : {
"navigationBarTitleText" : "",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/tools/house",
"style" : {
"navigationBarTitleText" : "房贷计算器",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/tools/bank",
"style" : {
"navigationBarTitleText" : "银行卡查询",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/setting/about",
"style" : {
"navigationBarTitleText" : "关于我们",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/tabBar/user",
"style" : {
"navigationBarTitleText" : "我的",
"onReachBottomDistance" : 50,
"navigationBarBackgroundColor" : "#0081ff",
"navigationBarTextStyle" : "white",
"app-plus" : {
"titleNView" : false,
"bounce":"none"
}
}
},
{
"path" : "pages/views/setting/index",
"style" : {
"navigationBarTitleText" : "设置"
}
},
{
"path" : "pages/views/user/extension",
"style" : {
"navigationBarTitleText" : "推广海报",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/home/search",
"style" : {
"navigationBarTitleText" : "搜索",
"navigationBarBackgroundColor":"#F8F8F8"
}
},
{
"path" : "pages/views/home/h5map",
"style" : {
"navigationBarTitleText" : "选择位置",
"navigationBarBackgroundColor":"#F8F8F8"
}
}
],
"style" : "v2",
"sitemapLocation" : "sitemap.json",
"tabBar" : {
"backgroundColor" : "#ffffff",
"borderStyle" : "white",
"selectedColor" : "#3B7A86",
"color" : "#666666",
"list" : [
{
"pagePath" : "pages/views/tabBar/home",
"iconPath" : "/static/images/tabBar/home.png",
"selectedIconPath" : "/static/images/tabBar/tab-home-blue.png",
"text" : "首页"
},
{
"pagePath" : "pages/views/tabBar/user",
"iconPath" : "/static/images/tabBar/user.png",
"selectedIconPath" : "/static/images/tabBar/tab-user-blue.png",
"text" : "我的"
}
]
},
"permission" : {
"scope.userLocation" : {
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
}
},
"globalStyle" : {
"backgroundTextStyle" : "light",
"navigationBarBackgroundColor" : "#fff",
"navigationBarTitleText" : "Weixin",
"navigationBarTextStyle" : "black"
},
"subPackages" : []
}
JavaScript
1
https://gitee.com/largeinfo/fex-appbox-open.git
git@gitee.com:largeinfo/fex-appbox-open.git
largeinfo
fex-appbox-open
fex-appbox-open
master

搜索帮助