代码拉取完成,页面将自动刷新
{
// 下载安装时easycom配置
"easycom": {
"autoscan": true,
"custom": {
"fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue"
}
},
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/push/index",
"style": {
"navigationBarTitleText": "发帖",
"enablePullDownRefresh": false
}
},
{
"path": "pages/IM/index",
"style": {
"navigationBarTitleText": "聊天列表",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root": "subpkg",
"pages": [
{
"path": "login/index",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "selectschool/index",
"style": {
"navigationBarTitleText": "趣享校园圈",
"navigationStyle": "custom"
}
},
{
"path": "startpage/setingschool/index",
"style": {
"navigationBarTitleText": "选择学校",
"enablePullDownRefresh": true
}
},
{
"path": "bbspush/index",
"style": {
"navigationBarTitleText": "帖子发布",
"enablePullDownRefresh": false
}
},
{
"path": "startpage/index",
"style": {
"navigationBarTitleText": "启动页",
"enablePullDownRefresh": false
}
},
{
"path": "bbsdetail/index",
"style": {
"navigationBarTitleText": "趣享校园圈",
"enablePullDownRefresh": false
// 导航栏字体颜色
}
},
{
"path": "blindbox/index",
"style": {
"navigationBarTitleText": "觅爱盲盒",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#0D86CB",
"navigationBarTextStyle": "white"
}
},
{
"path": "blindbox/lookback/index",
"style": {
"navigationBarTitleText": "历史",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#2D2D2D",
"navigationBarTextStyle": "white"
}
},
{
"path": "blindbox/order/index",
"style": {
"navigationBarTitleText": "订单",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#2D2D2D",
"navigationBarTextStyle": "white"
}
},
{
"path": "blindbox/putin/index",
"style": {
"navigationBarTitleText": "投放",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#2D2D2D",
"navigationBarTextStyle": "white"
}
},
{
"path": "welcome/index",
"style": {
"navigationBarTitleText": "趣享校园圈",
"navigationStyle": "custom"
}
},
{
"path": "userinfo/index",
"style": {
"navigationBarTitleText": "趣享校园圈",
"enablePullDownRefresh": false
}
},
{
"path": "collectionlist/index",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": false
}
},
{
"path": "followlist/index",
"style": {
"navigationBarTitleText": "我的关注",
"enablePullDownRefresh": false
}
},
{
"path": "IMinfo/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
}
],
"tabBar": {
"color": "#939393",
"selectedColor": "#0D86CB",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/index-off.jpg",
"selectedIconPath": "static/tabbar/index-on.jpg",
"text": "广场"
},
{
"pagePath": "pages/push/index",
"iconPath": "static/tabbar/push-off.jpg",
"selectedIconPath": "static/tabbar/push-on.jpg",
"text": "发帖"
},
{
"pagePath": "pages/IM/index",
"iconPath": "static/tabbar/im-off.jpg",
"selectedIconPath": "static/tabbar/im-on.jpg",
"text": "消息"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/tabbar/my-off.jpg",
"selectedIconPath": "static/tabbar/my-on.jpg",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"condition": {
//模式配置,仅开发期间生效
"current": 0,
//当前激活的模式(list 的索引项)
"list": [
{
"name": "",
//模式名称
"path": "",
//启动页面,必选
"query": ""
//启动参数,在页面的onLoad函数里面得到
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。