2 Star 20 Fork 14

青海小怪兽广告有限公司 / 菜谱App

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
DanceLynx 提交于 2020-11-24 13:20 . 收货地址添加、修改、删除
{
"easycom": {
// 下载安装方式
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^sdc-(.*)": "@/components/sdc-$1/sdc-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/index/index",
"style" : {}
}
,{
"path" : "pages/menu/detail",
"style" : {}
}
,{
"path" : "pages/menu/index",
"style" : {
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/product/index",
"style" : {}
}
,{
"path" : "pages/product/detail",
"style" : {}
},
{
"path" : "pages/user/index",
"style" : {}
}
,{
"path" : "pages/user/login",
"style" : {}
}
,{
"path" : "pages/user/register",
"style" : {}
}
,{
"path" : "pages/user/setting",
"style" : {}
}
,{
"path" : "pages/user/address-list",
"style" : {}
}
,{
"path" : "pages/user/address-edit",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#ffc659",
"backgroundColor": "#F6F6F6",
"navigationStyle":"custom"
},
"tabBar": {
"list":[
{"pagePath":"pages/index/index"},
{"pagePath":"pages/user/index"},
{"pagePath":"pages/product/index"}
]
}
}
JavaScript
1
https://gitee.com/it-lynx/menu-app.git
git@gitee.com:it-lynx/menu-app.git
it-lynx
menu-app
菜谱App
dev

搜索帮助