2 Star 8 Fork 0

Dq/Landscape-APP-public

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.66 KB
一键复制 编辑 原始数据 按行查看 历史
Dq 提交于 2023-02-07 20:36 . 景冉APP
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#ffdd28",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/recommend",
"style": {
"navigationBarTitleText": "精品推荐",
"navigationBarBackgroundColor": "#ffdd28"
}
},
{
"path": "pages/index/my",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/tips",
"style": {
"navigationBarTitleText": "旅游攻略"
}
},
{
"path": "pages/index/scenery",
"style": {
"navigationBarTitleText": "景区概况",
"navigationBarBackgroundColor": "#ffdd28"
}
},
{
"path": "pages/index/food",
"style": {
"navigationBarTitleText": "美食介绍",
"navigationBarBackgroundColor": "#ffdd28"
}
},
{
"path": "pages/index/stay",
"style": {
"navigationBarTitleText": "酒店民宿"
}
},
{
"path": "pages/index/forum",
"style": {
"navigationBarTitleText": "论坛空间"
}
},
{
"path" : "pages/index/stayDetail",
"style" :
{
"navigationBarTitleText": "酒店详情"
}
},
{
"path" : "pages/index/fixpass",
"style" :
{
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/index/publish",
"style": {
"navigationBarTitleText": "发布"
}
},
{
"path": "pages/index/contact",
"style": {
"navigationBarTitleText": "联系我们"
}
},
{
"path": "pages/index/about",
"style": {
"navigationBarTitleText": "关于"
}
},
{
"path": "pages/index/sceneryDetail",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/index/tipsDetail",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/index/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/index/collect",
"style": {
"navigationBarTitleText": "收藏"
}
},
{
"path": "pages/index/delicious_food",
"style": {
"navigationBarTitleText": "美食详情"
}
},
{
"path" : "pages/index/fruitDtail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#f7d528",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tabar/index.png",
"selectedIconPath": "static/tabar/index1.png",
"text": "首页"
},
{
"pagePath": "pages/index/recommend",
"iconPath": "static/tabar/menu.png",
"selectedIconPath": "static/tabar/menu1.png",
"text": "精品推荐"
},
{
"pagePath": "pages/index/my",
"iconPath": "static/tabar/my.png",
"selectedIconPath": "static/tabar/my1.png",
"text": "个人中心"
}
]
},
"globalStyle": {
"enablePullDownRefresh": false,
"backgroundTextStyle": "dark",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F8F8F8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Dq333/jingran-app-development.git
[email protected]:Dq333/jingran-app-development.git
Dq333
jingran-app-development
Landscape-APP-public
master

搜索帮助