代码拉取完成,页面将自动刷新
{
"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": {}
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。