代码拉取完成,页面将自动刷新
{
// 调试页面索引
"condition": {
//当前激活的模式(list 的索引项)
"current": 0,
"list": [{
"name": "首页",
"path": "pages/tab/index/index"
},{
"name": "个人中心",
"path": "pages/tab/my/my"
}]
},
// 主页配置
"pages": [{
// 首页
"path": "pages/tab/index/index",
"style": {}
},{
// 个人中心
"path": "pages/tab/my/my",
"style": {}
}],
// 分包配置
"subPackages": [
{
// 登录分包 intake
"root": "sub_intake",
"name": "intake",
"pages": [{
// 登录
"path": "pages/login/login",
"style": {}
},{
//注册
"path": "pages/register/register",
"style": {}
},{
//忘记密码
"path": "pages/forget/forget",
"style": {}
}]
},
{
// 我的分包 my
"root": "sub_my",
"name": "my",
"pages": [{
// 修改信息
"path": "pages/changeInfo/changeInfo",
"style": {}
},{
// 修改密码
"path": "pages/changePassword/changePassword",
"style": {}
},{
// 设置
"path": "pages/setting/setting",
"style": {}
}]
}
],
// 分包预加载配置
"preloadRule": {
// 进入首页,预加载
"pages/tab/index/index": {
"network": "all",
"packages": ["my"]
},
// 进入我的后,预加载我的
"pages/tab/my/my": {
"network": "all",
"packages": ["my"]
}
},
"tabBar": {
"list": [{
"pagePath": "pages/tab/index/index",
"iconPath": "/static/tabBar/home.png",
"selectedIconPath": "/static/tabBar/home_blue.png",
"text": "首页"
},
{
"pagePath": "pages/tab/my/my",
"iconPath": "/static/tabBar/user.png",
"selectedIconPath": "/static/tabBar/user_blue.png",
"text": "我的"
}
],
"color": "#999999",
"selectedColor": "#593A25",
"borderStyle": "white",
"backgroundColor": "#fff"
},
//窗口全局样式
"globalStyle": {
// #ifdef MP-360
"mp-360": {
// 去掉uni-app header,使用360小程序header
"navigationStyle": "custom"
},
// #endif
// #ifndef MP-TOUTIAO || MP-360
"navigationStyle": "custom",
"transparentTitle": "always",
"navigationBarTextStyle": "white",
// #endif
"navigationBarTitleText": "移动开发框架",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#EFEFF4"
// 自动:auto / 竖屏:portrait / 横屏:landscape
// "pageOrientation": "landscape"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。