1 Star 0 Fork 0

hashMi/audition-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.43 KB
一键复制 编辑 原始数据 按行查看 历史
hashMi 提交于 2024-01-10 11:27 +08:00 . 完成扫描普通二维码跳转
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/user/user",
"style": {
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "subPages/agreement",
"pages": [{
"path": "user"
},
{
"path": "register"
},
{
"path": "privacy"
}
]
},{
"root":"subPages/have-sound",
"pages":[{
"path": "have-sound",
"style": {
"navigationBarTitleText": "有声力量"
}
},{
"path": "weixin-article",
"style": {
"navigationBarTitleText": "有声力量"
}
},{
"path": "detail",
"style": {
"navigationBarTitleText": "有声力量详情"
}
},{
"path": "sound-detail",
"style": {
"navigationBarTitleText": "有声力量详情"
}
},{
"path": "show",
"style": {
"navigationBarTitleText": "有声力量详情"
}
}]
},
{
"root":"subPages/chinese-studies",
"pages":[{
"path": "chinese-studies",
"style": {
"navigationBarTitleText": "国学"
},
"meta": {
"verifyLogin": true
}
},{
"path": "detail",
"style": {
"navigationBarTitleText": "视频"
}
}]
}, {
"root": "subPages/user",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "账号登录"
}
},
{
"path": "login/phone-login",
"style": {
"navigationBarTitleText": "手机登录"
}
},
{
"path": "settings/settings",
"style": {
"navigationBarTitleText": "设置"
},
"meta": {
"verifyLogin": true
}
}
]
}],
"tabBar": {
"color": "#616A75",
"selectedColor": "#537EEF",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/image/tabbar/home.png",
"selectedIconPath": "static/image/tabbar/home-active.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "static/image/tabbar/my.png",
"selectedIconPath": "static/image/tabbar/my-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "基板",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hashMi/audition-app.git
git@gitee.com:hashMi/audition-app.git
hashMi
audition-app
audition-app
master

搜索帮助