8 Star 1 Fork 0

ChenJ9/Applet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.59 KB
一键复制 编辑 原始数据 按行查看 历史
H 提交于 2022-06-10 14:58 . topyan样式
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/GuidePage/GuidePage",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/GuidePage2/GuidePage2",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/Login/LoginPage/LoginPage",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"navigationStyle": "custom"
}
},
{
"path": "pages/script/script",
"style": {
"navigationBarTitleText": "本店副本",
"enablePullDownRefresh": false
}
},
{
"path": "pages/GroupBureau/GroupBureau",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "组局拼车"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/GroupBureau/details/details",
"style": {
"navigationBarTitleText": "组局详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#0D131F",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/position/position",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/script/scriptDetails/scriptDetails",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#0D131F",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/mine/MyGroup/MyGroup",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/Collection/Collection",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/Played/Played",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/PersonalData/PersonalData",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
// "navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#0d141f",
// "backgroundColor": "#F8F8F8",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#8470C3",
"borderStyle": "black",
"backgroundColor": "#0D141F",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/home.png",
"selectedIconPath": "static/images/hed.png",
"text": "首页"
}, {
"pagePath": "pages/script/script",
"iconPath": "static/images/boook.png",
"selectedIconPath": "static/images/bed.png",
"text": "剧本"
},
{
"pagePath": "pages/GroupBureau/GroupBureau",
"iconPath": "static/images/newcar.png",
"selectedIconPath": "static/images/caed.png",
"text": "组局"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/images/mine.png",
"selectedIconPath": "static/images/med.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "获取你当前位置信息用于小程序位置接口的效果展示"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenj9/applet.git
[email protected]:chenj9/applet.git
chenj9
applet
Applet
master

搜索帮助