1 Star 0 Fork 1

WDJ / uniapp test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
魏戴军 提交于 2022-08-12 17:43 . uniapp 商城
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/home/home",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/home/linkhome",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/user",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/car/car",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}
}
1
https://gitee.com/weidaijun/uniapp-test.git
git@gitee.com:weidaijun/uniapp-test.git
weidaijun
uniapp-test
uniapp test
master

搜索帮助