当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 0

程少梅 / uniMusic
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
程少梅 提交于 2021-03-14 17:55 . 聊天室更新
// 龙玺文 11.23
{
// easycom模仿,作用:自动引入uview-ui组件
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
//pages数组中第一项表示应用启动页
{
"path": "pages/find/find"
},
{
"path": "pages/ranking/ranking"
},
{
"path": "pages/songList/songList"
},
{
"path": "pages/mv/mv"
},
{
"path": "pages/my/my"
},
{
"path": "pages/my/persondata"
},
{
"path": "pages/search/search"
},
{
"path": "pages/find/detail",
"style": {
"navigationBarTitleText": "歌手详情"
}
},
{
"path": "pages/login/login"
},
{
"path": "pages/chat/chatting"
}
],
"globalStyle": {
"app-plus": {
// 关闭顶部导航栏
"titleNView": false
},
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#999",
"fontSize":"12px",
"paddingBottom":"6px",
"selectedColor": "#2c2c2c",
"backgroundColor": "#FFFFFF",
"list": [
{
"iconPath": "./static/icon/tabbar/find.png",
"selectedIconPath": "./static/icon/tabbar/find-show.png",
"text": "首页",
"pagePath": "pages/find/find"
},
// {
// "iconPath": "./static/icon/tabbar/ranking.png",
// "selectedIconPath": "./static/icon/tabbar/ranking-show.png",
// "text": "排行榜",
// "pagePath": "pages/ranking/ranking"
// },
{
"iconPath": "./static/icon/tabbar/songList.png",
"selectedIconPath": "./static/icon/tabbar/songList-show.png",
"text": "我的歌单",
"pagePath": "pages/songList/songList"
},
{
"iconPath": "./static/icon/tabbar/mv.png",
"selectedIconPath": "./static/icon/tabbar/mv-show.png",
"text": "MV",
"pagePath": "pages/mv/mv"
},
{
"iconPath": "./static/icon/tabbar/my.png",
"selectedIconPath": "./static/icon/tabbar/my-show.png",
"text": "我的",
"pagePath": "pages/my/my"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mrbelieve/uniMusic.git
git@gitee.com:mrbelieve/uniMusic.git
mrbelieve
uniMusic
uniMusic
master

搜索帮助