forked from mfay/IOReportMgt
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.
43 lines
1.4 KiB
43 lines
1.4 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/report/list/myReport",
|
|
"pages/report/detail/reportDetail",
|
|
"pages/logs/logs",
|
|
"pages/report/enter/enterReport",
|
|
"pages/report/out/outerReport",
|
|
"pages/audit/list/auditList",
|
|
"pages/audit/detail/index",
|
|
"pages/verfy/index",
|
|
"pages/user/info"
|
|
],
|
|
"darkmode": false,
|
|
"themeLocation": "theme.json",
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "出入校报备助手",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"style": "v2",
|
|
"useExtendedLib": {
|
|
"kbone": true,
|
|
"weui": true
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"usingComponents": {
|
|
"yform": "components/yform/yform",
|
|
"yinput": "components/yinput/yinput",
|
|
"yselect": "components/yselect/yselect",
|
|
"ytimePicker": "components/ypicker/timePicker/timePicker",
|
|
"ysinglePicker": "components/ypicker/singlePicker/singlePicker",
|
|
"ybutton": "components/ybutton/ybutton",
|
|
"sysFilterBar":"components/sysFilterBar/sysFilterBar",
|
|
"navigationBar": "components/navigationBar/navigationBar",
|
|
"sysCard": "./components/sysCard/sysCard",
|
|
"sysInput": "components/sysInput/sysInput",
|
|
"sysTextarea": "components/sysTextarea/sysTextarea",
|
|
"ydatePicker":"components/ypicker/datePicker/datePicker"
|
|
}
|
|
} |