2 Star 25 Fork 18

编程民工/ uniapp移动端开发框架Vue3.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
{
// 调试页面索引
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yunhaotian/uniapp_mobileFrame_Vue3.git
git@gitee.com:yunhaotian/uniapp_mobileFrame_Vue3.git
yunhaotian
uniapp_mobileFrame_Vue3
uniapp移动端开发框架Vue3.0
master

搜索帮助