代码拉取完成,页面将自动刷新
同步操作将从 zmnteam/口腔医院预约平台小程序 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"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函数里面得到
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。