加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
weichuanyuan 提交于 2021-01-01 23:06 . 增加无数据显示功能
{
"pages": [
"pages/index/index",
"pages/hospital/hospital",
"pages/dept/dept",
"pages/doctor/doctor",
"pages/line/line",
"pages/doctorDetail/doctorDetail",
"pages/deptDetail/deptDetail",
"pages/appiointChoose/deptAndDoctorChoose",
"pages/appiointChoose/dateAndDoctorChoose",
"pages/appiointChoose/timeAndCardChoose",
"pages/clinicQuery/clinicQuery",
"pages/clinicQuery/clinicQueryDetail",
"pages/clinicQuery/examineQueryDetail",
"pages/register/registerAndAppiointHistory",
"pages/register/registerHistoryDetail",
"pages/user/createCard",
"pages/user/cardManagement",
"pages/charge/chargeQuery",
"pages/charge/prescriptionQuery",
"pages/user/barcode",
"pages/charge/prescriptionDetailQuery",
"pages/user/bindCard"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ColorUI",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom",
"nodata": "/component/nodata/nodata",
"chooseCard": "/component/card/chooseCard",
"currentPatient": "/component/card/currentPatient",
"requestAuthorize": "/component/auth/requestAuthorize"
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化