You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.1 KiB
83 lines
2.1 KiB
{ |
|
"$schema": "https://dldir1.qq.com/WechatWebDev/editor-extension/wx-json/app.schema.json", |
|
"pages": ["pages/start/index", "pages/home/index", "pages/cases/index", "pages/my/index", "pages/chatRoomList/index"], |
|
"subPackages": [ |
|
{ |
|
"root": "echart", |
|
"pages": [] |
|
}, |
|
{ |
|
"root": "module1", |
|
"pages": [ |
|
"pages/login/index", |
|
"pages/loginProtool/index", |
|
"pages/invite/index", |
|
"pages/setInfo/index", |
|
"pages/setInfoDoctor/index", |
|
"pages/setInfoResult/index", |
|
"pages/sHostipal/index", |
|
"pages/cHostipal/index", |
|
"pages/cHostipalResult/index", |
|
"pages/auditDoctorList/index", |
|
"pages/auditDoctorDetail/index", |
|
"pages/setDoctor/index", |
|
"pages/userInfo/index", |
|
"pages/changePhone/index", |
|
"pages/doctorRankList/index", |
|
"pages/org3/index", |
|
"pages/org4/index", |
|
"pages/entryCases/index", |
|
"pages/setCaseDoctor/index", |
|
"pages/entryCasesResult/index", |
|
"pages/casesDetail/index", |
|
"pages/casesFeedback/index", |
|
"pages/chatRoom/index", |
|
"pages/chatRoomInfo/index", |
|
"pages/setChatDoctor/index" |
|
] |
|
} |
|
], |
|
"preloadRule": {}, |
|
"window": { |
|
"backgroundTextStyle": "light", |
|
"navigationBarBackgroundColor": "#fff", |
|
"navigationBarTitleText": "Weixin", |
|
"navigationBarTextStyle": "black", |
|
"navigationStyle": "custom" |
|
}, |
|
"tabBar": { |
|
"custom": true, |
|
"list": [ |
|
{ |
|
"pagePath": "pages/home/index", |
|
"text": "首页" |
|
}, |
|
{ |
|
"pagePath": "pages/cases/index", |
|
"text": "病历" |
|
}, |
|
{ |
|
"pagePath": "pages/chatRoomList/index", |
|
"text": "学习窗" |
|
}, |
|
{ |
|
"pagePath": "pages/my/index", |
|
"text": "我的" |
|
} |
|
] |
|
}, |
|
"resolveAlias": { |
|
"@/*": "/*" |
|
}, |
|
"rendererOptions": { |
|
"skyline": { |
|
"defaultDisplayBlock": true, |
|
"disableABTest": true, |
|
"sdkVersionBegin": "3.0.0", |
|
"sdkVersionEnd": "15.255.255" |
|
} |
|
}, |
|
"componentFramework": "glass-easel", |
|
"sitemapLocation": "sitemap.json", |
|
"lazyCodeLoading": "requiredComponents" |
|
}
|
|
|