2 Star 0 Fork 0

gqlive/cps_h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.14 KB
一键复制 编辑 原始数据 按行查看 历史
颜浩 提交于 2025-01-19 17:01 . 京东
{
"pages": [//主包
{
"path":"pages/index",
"style":{
"navigationBarTitleText":"超级福利",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor":"#FFFFFF",
"app-plus": {
"titleNView": false,
"bounce": "vertical"
}
}
},{
"path":"pages/login",
"style":{
"navigationBarTitleText":"手机登录",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor":"#FFFFFF",
"app-plus": {
"titleNView": false,
"bounce": "vertical"
}
}
}
// ,
// {
// "path":"pages/subsidy",
// "style":{
// "navigationBarTitleText":"补贴",
// "enablePullDownRefresh": false,
// "navigationBarBackgroundColor":"#FFFFFF",
// "app-plus": {
// "titleNView": false,
// "bounce": "vertical"
// }
// }
// },
// {
// "path":"pages/my",
// "style":{
// "navigationBarTitleText":"福利",
// "enablePullDownRefresh": false,
// "navigationBarBackgroundColor":"#FFFFFF",
// "app-plus": {
// "titleNView": false,
// "bounce": "vertical"
// }
// }
// }
// tutorial
],
"subPackages":[//分包
{//1分包
"root":"grouping1",
"pages":[
{
"path":"pages/invite",
"style":
{
"navigationBarTitleText": "模板一",
"enablePullDownRefresh": false
}
}
]
},
{//2分包
"root":"grouping2",
"pages":[
{
"path":"pages/search",
"style":
{
"navigationBarTitleText": "模板二",
"enablePullDownRefresh": false
}
}
]
},
{//3分包
"root":"grouping3",
"pages":[
{
"path":"pages/qianwan",
"style":
{
"navigationBarTitleText": "模板三",
"enablePullDownRefresh": false
}
}
]
}
],
"globalStyle": {
"backgroundColorTop":"#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "超级福利",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F7F7F7",
"pageOrientation": "portrait",
"app-plus": {
"pullToRefresh": {
"style":"circle",
"color":"#ff536f"
}
}
},
"tabBar": {
"color": "#293539",
"selectedColor": "#293539",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/index",
"text": "福利",
"iconPath": "static/img/tbar/home.png",
"selectedIconPath": "static/img/tbar/home-active.png"
},
{
"pagePath": "pages/subsidy",
"text": "补贴",
"iconPath": "static/img/tbar/sub.png",
"selectedIconPath": "static/img/tbar/sub-active.png"
},
{
"pagePath": "pages/my",
"text": "我的",
"iconPath": "static/img/tbar/my.png",
"selectedIconPath": "static/img/tbar/my-active.png"
}
]
},
"easycom": {//扫描组件
"autoscan": true,
"custom": {
"tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue",
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
"gq-(.*)": "@/components/gq/gq-$1/gq-$1.vue"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gqlive/cps_h5.git
[email protected]:gqlive/cps_h5.git
gqlive
cps_h5
cps_h5
master

搜索帮助