4 Star 0 Fork 1

FFP_MINI/FFP_MINI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.70 KB
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2020-11-25 11:24 . add userimg
{
"easycom": {
// 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
// 下载安装方式
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
// npm安装方式
// "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
}, {
"path": "pages/info/info",
"style": {
"navigationBarTitleText": "获取列表"
}
}, {
"path": "pages/self/self",
"style": {
"navigationBarTitleText": "我的"
}
}
,{
"path" : "pages/userInfo/userInfo",
"style": {
"navigationBarTitleText": "个人信息"
}
}
,{
"path" : "pages/userimg/userimg",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"condition": {
"current": 1,
"list": [{
"name": "index",
"path": "pages/index/index",
"query": "interval=4000&autoplay=false"
},
{
"name": "info",
"path": "pages/info/info"
},
{
"name": "self",
"path": "pages/self/self"
},
{
"name": "login",
"path": "pages/login/login"
}
]
},
"tabBar": {
"color": "#cdcdcd",
"selectedColor": "#515151",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/taber_pictrue/index.png",
"selectedIconPath": "static/taber_pictrue_selected/index-copy.png"
},
{
"pagePath": "pages/info/info",
"text": "火情列表",
"iconPath": "static/taber_pictrue/list.png",
"selectedIconPath": "static/taber_pictrue_selected/list-copy.png"
},
{
"pagePath": "pages/self/self",
"text": "个人中心",
"iconPath": "static/taber_pictrue/center.png",
"selectedIconPath": "static/taber_pictrue_selected/center-copy.png"
}
]
},
"subPackages": {
"root": "",
"pages": [{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/info/info",
"style": {}
},
{
"path": "pages/self/self",
"style": {}
},
{
"path": "pages/login/login",
"style": {}
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ffp_-mini/ffp_-mini.git
git@gitee.com:ffp_-mini/ffp_-mini.git
ffp_-mini
ffp_-mini
FFP_MINI
master

搜索帮助