加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"entryPagePath": "pages/index/index",
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "呆呆bug",
"enablePullDownRefresh": false,
"disableScroll": true
}
}
, {
"path": "pages/indexApp/xkt/xkt",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
, {
"path": "pages/indexApp/rl/rl",
"style": {
"navigationBarTitleText": "私人小日历",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#E56C95",
"backgroundColorTop": "#E56C95",
"backgroundColorBottom": "#E56C95"
}
}
, {
"path": "pages/indexApp/rl-new/rl-new",
"style": {
"navigationBarTitleText": "私人小日历",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#E56C95",
"backgroundColorTop": "#E56C95",
"backgroundColorBottom": "#E56C95"
}
}
, {
"path": "pages/indexApp/jjr/jjr",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/indexApp/djs/djs",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false ,
"navigationBarBackgroundColor": "#607995",
"backgroundColorTop": "#607995",
"backgroundColorBottom": "#607995",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "#FFFFFF",
"navigationBarTitleText": "呆呆bug",
"navigationBarBackgroundColor": "#2789FF",
"backgroundColorTop": "#2789FF",
"backgroundColorBottom": "#F6F9FA"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "日历", //模式名称
"path": "/pages/indexApp/rl/rl", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化