4 Star 93 Fork 27

zmnteam / 口腔医院预约平台小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 3.41 KB
一键复制 编辑 原始数据 按行查看 历史
P_Peaceful 提交于 2022-03-12 09:25 . update pages.json
{
"easycom" : {
"custom" : {
// easycom主键自动引入, 参考:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom
"^u-(.*)" : "@/uview-ui/components/u-$1/u-$1.vue",
"^m-(.*)" : "@/components/m-$1/m-$1.vue",
"wInput" : "@/components/login/watch-input.vue"
}
},
"pages" : [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/login/login"
},
{
"path" : "pages/order/order",
"style" : {
"enablePullDownRefresh" : false
}
}
,{
"path" : "pages/physician/physician",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/detail/detail",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/mine/mine",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/appointment/appointment",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/index/index",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/authorize/authorize",
"style" :
{
"enablePullDownRefresh": false
}
}
],
"globalStyle" : {
"navigationBarTitleText" : "祖码农口腔医院",
"navigationBarBackgroundColor" : "#001f3f",
"navigationStyle": "custom",
"backgroundColor": "#f3f3f3"
},
"tabBar" : {
// 采用自定义tabbar,uni-app提供路由
"selectedColor" : "#303133",
"backgroundColor" : "#f3f3f3",
"borderStyle" : "black",
"list" : [
{
"pagePath" : "pages/index/index"
},
{
"pagePath" : "pages/physician/physician"
},
{
"pagePath" : "pages/appointment/appointment"
},
{
"pagePath" : "pages/mine/mine"
}
]
},
"condition" : { //模式配置,仅开发期间生效
"current": 1, //当前激活的模式(list 的索引项)
"list": [
{
"name": "development", //模式名称
"path": "pages/index/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
},
{
"name": "test", //模式名称
"path": "pages/login/login", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
微信
1
https://gitee.com/zmnteam/wx_dental_hospital.git
git@gitee.com:zmnteam/wx_dental_hospital.git
zmnteam
wx_dental_hospital
口腔医院预约平台小程序
master

搜索帮助