1 Star 0 Fork 11

xiaohaipk/软盒APP前端-基于uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 7.70 KB
一键复制 编辑 原始数据 按行查看 历史
全能小太阳 提交于 2023-07-01 16:01 . 新版发布
{
"pages": [
{
"path": "pages/ruanher/ruanherindex",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/ruanher/ruanher",
"style": {
"navigationBarTitleText": "分类",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},{
"path": "pages/ruanher/ruanherlist",
"style": {
"navigationBarTitleText": "软件列表",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},{
"path": "pages/commen/taglist",
"style": {
"navigationBarTitleText": "标签列表",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},{
"path": "pages/commen/comment",
"style": {
"navigationBarTitleText": "发表评论",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},{
"path": "pages/commen/tagapplist",
"style": {
"navigationBarTitleText": "标签软件列表",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},{
"path": "pages/commen/search",
"style": {
"navigationBarTitleText": "搜索软件",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},{
"path": "pages/commen/hotnewlist",
"style": {
"navigationBarTitleText": "热门/最新软件列表",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},{
"path": "pages/ruanher/ruanherview",
"style": {
"navigationBarTitleText": "软件详情",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/shop/shop",
"style": {
"navigationBarTitleText": "在线商城",
"app-plus": {
"titleNView": {
"splitLine": {
"color": "#e3e3e3"
}
}
},
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff"
}
}, {
"path": "pages/my/shoplist",
"style": {
"navigationBarTitleText": "订单列表",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"app-plus": {
"titleNView": {
"splitLine": {
"color": "#e3e3e3"
}
}
}
}
}, {
"path": "pages/my/card",
"style": {
"navigationBarTitleText": "卡密兑换",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"app-plus": {
"titleNView": {
"splitLine": {
"color": "#e3e3e3"
}
}
}
}
}, {
"path": "pages/my/edit",
"style": {
"navigationBarTitleText": "编辑资料",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"app-plus": {
"titleNView": {
"splitLine": {
"color": "#e3e3e3"
}
}
}
}
}, {
"path": "pages/account/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/account/register",
"style": {
"navigationBarTitleText": "注册",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/account/forget",
"style": {
"navigationBarTitleText": "忘记密码",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/my/invite",
"style": {
"navigationBarTitleText": "邀请码",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/commen/invrank",
"style": {
"navigationBarTitleText": "邀请排行榜",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/account/changeword",
"style": {
"navigationBarTitleText": "修改密码",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"app-plus": {
"titleNView": {
"splitLine": {
"color": "#e3e3e3"
}
}
}
}
}, {
"path": "pages/commen/webview",
"style": {
"navigationBarTitleText": "webview",
"navigationStyle": "default",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/commen/update", //第2步新建的app-uodate.vue文件
"style": {
"navigationBarTitleText": "APP更新",
"navigationStyle": "custom",
"app-plus": {
"background": "transparent",
"webviewBGTransparent": true, //webview的背景是否透明//配合background属性防止跳转闪白
"popGesture": "none" //禁止侧滑关闭(ios)
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uView",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#2469f6",
"iconWidth": "25px",
"borderStyle": "#f0f0f0",
"spacing": "3px",
"height": "55px",
"fontSize": "10px",
"list": [{
"pagePath": "pages/ruanher/ruanherindex",
"iconPath": "static/tabbar/index.png",
"selectedIconPath": "static/tabbar/index_c.png",
"text": "首页"
},{
"pagePath": "pages/ruanher/ruanher",
"iconPath": "static/tabbar/sort.png",
"selectedIconPath": "static/tabbar/sort_c.png",
"text": "软件"
}, {
"pagePath": "pages/my/my",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my_c.png",
"text": "我的"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/xiaohaipk/ruanher-app.git
git@gitee.com:xiaohaipk/ruanher-app.git
xiaohaipk
ruanher-app
软盒APP前端-基于uniapp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385