1 Star 0 Fork 1

liu993083028/doctor_app

forked from Simple/doctor_app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
dujiao 提交于 2019-08-02 13:40 . 接口前的文件
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor":"#ffffff"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "西北医药网医生端",
"usingComponents" : {
"home-page" : "/wxcomponents/home-page/index",
"video-page" : "/wxcomponents/video-page/index",
"my-page" : "/wxcomponents/my-page/index"
}
}
},
{
"path": "pages/staty/staty",
"style": {
"navigationBarTitleText": "入住申请"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "西北医药网医生端"
}
},
{
"path": "pages/video/video",
"style": {
"navigationBarTitleText": "西北医药网医生端"
}
},
{
"path": "pages/editor/editor",
"style": {
"navigationBarTitleText": "西北医药网医生端"
}
},
{
"path": "pages/adddrug/adddrug",
"style": {
"navigationBarTitleText": "西北医药网医生端"
}
},
{
"path": "pages/selfbuilt/selfbuilt",
"style": {
"navigationBarTitleText": "西北医药网医生端"
}
},
{
"path":"pages/prescription/prescription"
},
{
"path":"pages/symptoms/symptoms"
},{
"path": "pages/prescribing/prescribing",
"style": {
"navigationBarTitleText": "线上开方"
}
},{
"path":"pages/guidelines/guidelines",
"style":{
"navigationBarTitleText":"西北医药网医生端"
}
},{
"path":"pages/changepassword/changepassword",
"style":{
"navigationBarTitleText":"西北医药网医生端"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "西北医药网医生端",
"navigationBarBackgroundColor": "#108ec9",
"backgroundColor": "#fff"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu993083028/doctor_app.git
git@gitee.com:liu993083028/doctor_app.git
liu993083028
doctor_app
doctor_app
master

搜索帮助