manifest.json 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934
  1. {
  2. "@platforms" : [ "android", "iPhone", "iPad" ],
  3. "id" : "H5287C086", /*应用的标识,创建应用时自动生成,勿手动修改*/
  4. "name" : "智慧农业物联网", /*应用名称,程序桌面图标名称*/
  5. "version" : {
  6. "name" : "2.5.0", /*应用版本名称*/
  7. "code" : "83"
  8. },
  9. "description" : "", /*应用描述信息*/
  10. "icons" : {
  11. "72" : "icon.png"
  12. },
  13. "launch_path" : "index.html", /*应用的入口页面,默认为根目录下的index.html;支持网络地址,必须以http://或https://开头*/
  14. "developer" : {
  15. "name" : "", /*开发者名称*/
  16. "email" : "", /*开发者邮箱地址*/
  17. "url" : ""
  18. },
  19. "permissions" : {
  20. "Cache" : {
  21. "description" : "管理应用缓存"
  22. },
  23. "Uploader" : {
  24. "description" : "文件上传,管理文件上传任务"
  25. },
  26. "Console" : {
  27. "description" : "跟踪调试输出日志"
  28. },
  29. "Contacts" : {
  30. "description" : "访问系统联系人信息"
  31. },
  32. "Events" : {
  33. "description" : "应用扩展事件"
  34. },
  35. "Maps" : {
  36. "description" : "管理地图插件"
  37. }
  38. },
  39. "plus" : {
  40. "splashscreen" : {
  41. "autoclose" : true, /*是否自动关闭程序启动界面,true表示应用加载应用入口页面后自动关闭;false则需调plus.navigator.closeSplashscreen()关闭*/
  42. "waiting" : true,
  43. "delay" : "0"
  44. },
  45. "runmode" : "liberate", /*应用的首次启动运行模式,可取liberate或normal,liberate模式在第一次启动时将解压应用资源(Android平台File API才可正常访问_www目录)*/
  46. "signature" : "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw==", /*可选,保留给应用签名,暂不使用*/
  47. "distribute" : {
  48. "plugins" : {
  49. "maps" : {
  50. "baidu" : {
  51. "appkey_ios" : "",
  52. "appkey_android" : "La58N63t7hPhafQ7Eror2kon",
  53. "appkey" : "",
  54. "description" : ""
  55. }
  56. },
  57. "ad" : {}
  58. },
  59. "apple" : {
  60. "appid" : "", /*iOS应用标识,苹果开发网站申请的appid,如io.dcloud.HelloH5*/
  61. "mobileprovision" : "", /*iOS应用打包配置文件*/
  62. "password" : "", /*iOS应用打包个人证书导入密码*/
  63. "p12" : "", /*iOS应用打包个人证书,打包配置文件关联的个人证书*/
  64. "devices" : "universal", /*iOS应用支持的设备类型,可取值iphone/ipad/universal*/
  65. "frameworks" : []
  66. },
  67. "google" : {
  68. "packagename" : "", /*Android应用包名,如io.dcloud.HelloH5*/
  69. "keystore" : "", /*Android应用打包使用的密钥库文件*/
  70. "password" : "", /*Android应用打包使用密钥库中证书的密码*/
  71. "aliasname" : "", /*Android应用打包使用密钥库中证书的别名*/
  72. "permissions" : [
  73. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  74. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  75. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  76. "<uses-permission android:name=\"com.android.launcher.permission.INSTALL_SHORTCUT\"/>",
  77. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  78. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  79. "<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
  80. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  81. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  82. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  83. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  84. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  85. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  86. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  87. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  88. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  89. "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
  90. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  91. "<uses-feature android:name=\"android.hardware.camera\"/>",
  92. "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>",
  93. "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
  94. "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
  95. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  96. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
  97. "<uses-permission android:name=\"com.android.launcher.permission.UNINSTALL_SHORTCUT\"/>",
  98. "<uses-permission android:name=\"android.permission.CAMERA\"/>"
  99. ]
  100. },
  101. "orientation" : [ "portrait-primary", "portrait-secondary" ], /*应用支持的方向,portrait-primary:竖屏正方向;portrait-secondary:竖屏反方向;landscape-primary:横屏正方向;landscape-secondary:横屏反方向*/
  102. "icons" : {
  103. "ios" : {
  104. "prerendered" : true, /*应用图标是否已经高亮处理,在iOS6及以下设备上有效*/
  105. /*应用图标,分辨率:512x512,用于自动生成各种尺寸程序图标*/
  106. "iphone" : {
  107. "normal" : "", /*iPhone普通屏幕程序图标,分辨率:57x57*/
  108. "retina" : "", /*iPhone高分屏程序图标,分辨率:114x114*/
  109. /*iPhone iOS7高分屏程序图标,分辨率:120x120*/
  110. "spotlight-normal" : "", /*iPhone Spotlight搜索程序图标,分辨率:29x29*/
  111. "spotlight-retina" : "", /*iPhone高分屏Spotlight搜索程序图标,分辨率:58x58*/
  112. /*iPhone iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*/
  113. "settings-normal" : "", /*iPhone设置页面程序图标,分辨率:29x29*/
  114. "app@2x" : "unpackage/res/icons/120x120.png",
  115. "app@3x" : "unpackage/res/icons/180x180.png",
  116. "settings@3x" : "unpackage/res/icons/87x87.png",
  117. "settings@2x" : "unpackage/res/icons/58x58.png",
  118. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  119. "spotlight@3x" : "unpackage/res/icons/120x120.png",
  120. "notification@3x" : "unpackage/res/icons/60x60.png",
  121. "notification@2x" : "unpackage/res/icons/40x40.png"
  122. },
  123. "ipad" : {
  124. "normal" : "", /*iPad普通屏幕程序图标,分辨率:72x72*/
  125. "retina" : "", /*iPad高分屏程序图标,分辨率:144x144*/
  126. /*iPad iOS7程序图标,分辨率:76x76*//*iPad iOS7高分屏程序图标,分辨率:152x152*/
  127. "spotlight-normal" : "", /*iPad Spotlight搜索程序图标,分辨率:50x50*/
  128. "spotlight-retina" : "", /*iPad高分屏Spotlight搜索程序图标,分辨率:100x100*/
  129. /*iPad iOS7 Spotlight搜索程序图标,分辨率:40x40*//*iPad iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*//*iPad设置页面程序图标,分辨率:29x29*/
  130. "app" : "unpackage/res/icons/76x76.png",
  131. "app@2x" : "unpackage/res/icons/152x152.png",
  132. "settings" : "unpackage/res/icons/29x29.png",
  133. "proapp@2x" : "unpackage/res/icons/167x167.png",
  134. "spotlight" : "unpackage/res/icons/40x40.png",
  135. "settings@2x" : "unpackage/res/icons/58x58.png",
  136. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  137. "notification" : "unpackage/res/icons/20x20.png",
  138. "notification@2x" : "unpackage/res/icons/40x40.png"
  139. },
  140. "appstore" : "unpackage/res/icons/1024x1024.png"
  141. },
  142. "android" : {
  143. "mdpi" : "unpackage/res/icons/48x48.png", /*普通屏程序图标,分辨率:48x48*/
  144. "ldpi" : "unpackage/res/icons/48x48.png", /*大屏程序图标,分辨率:48x48*/
  145. "hdpi" : "unpackage/res/icons/72x72.png", /*高分屏程序图标,分辨率:72x72*/
  146. "xhdpi" : "unpackage/res/icons/96x96.png", /*720P高分屏程序图标,分辨率:96x96*/
  147. "xxhdpi" : "unpackage/res/icons/144x144.png",
  148. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  149. }
  150. },
  151. "splashscreen" : {
  152. "ios" : {
  153. "iphone" : {
  154. "default" : ""
  155. },
  156. "ipad" : {
  157. /*iPad竖屏启动图片,分辨率:768x1004*/
  158. "portrait-retina" : "", /*iPad高分屏竖屏图片,分辨率:1536x2008*/
  159. /*iPad横屏启动图片,分辨率:1024x748*/
  160. "landscape-retina" : "", /*iPad高分屏横屏启动图片,分辨率:2048x1496*/
  161. /*iPad iOS7竖屏启动图片,分辨率:768x1024*/
  162. "portrait-retina7" : "", /*iPad iOS7高分屏竖屏图片,分辨率:1536x2048*/
  163. "landscape7" : "", /*iPad iOS7横屏启动图片,分辨率:1024x768*/
  164. "landscape-retina7" : ""
  165. }
  166. },
  167. "android" : {
  168. "mdpi" : "", /*普通屏启动图片,分辨率:240x282*/
  169. "ldpi" : "", /*大屏启动图片,分辨率:320x442*/
  170. "hdpi" : "images/11.png", /*高分屏启动图片,分辨率:480x762*/
  171. "xhdpi" : "images/2.png", /*720P高分屏启动图片,分辨率:720x1242*/
  172. "xxhdpi" : "images/3.png"
  173. }
  174. }
  175. }
  176. },
  177. "dependencies" : {
  178. "pages": {
  179. "index.html": {
  180. "resources": [],
  181. "refer": [
  182. "main.html",
  183. "login.html",
  184. "home/login.html",
  185. "home/guide.html",
  186. "home/logon.html"
  187. ],
  188. "priority": 0
  189. },
  190. "login.html": {
  191. "resources": [
  192. "css/reset.css"
  193. ],
  194. "refer": [
  195. "setting.html",
  196. "main.html"
  197. ],
  198. "priority": 0
  199. },
  200. "pages/set.html": {
  201. "resources": [
  202. "pages/list.html"
  203. ],
  204. "refer": [],
  205. "priority": 0
  206. },
  207. "main.html": {
  208. "resources": [
  209. "pages/firstPage.html",
  210. "pages/setting.html",
  211. "pages/scd.html",
  212. "pages/page1.html",
  213. "pages/page4.html",
  214. "pages/homePage.html",
  215. "pages/equip.html"
  216. ],
  217. "refer": [
  218. "pages/test.html",
  219. "pages/set.html",
  220. "pages/map.html",
  221. "pages/list.html",
  222. "pages/equip_scd.html",
  223. "pages/page3.html",
  224. "pages/page5.html"
  225. ],
  226. "priority": 0
  227. },
  228. "pages/equip_scd.html": {
  229. "resources": [
  230. "pages/equip_scd_list.html"
  231. ],
  232. "refer": [
  233. "pages/equip_scd_frame.html"
  234. ],
  235. "priority": 0
  236. },
  237. "pages/equip_scd_list.html": {
  238. "resources": [
  239. "pages/list.html"
  240. ],
  241. "refer": [],
  242. "priority": 0
  243. },
  244. "pages/scd.html": {
  245. "resources": [
  246. "pages/scd_equipManage_frame.html",
  247. "pages/scd_equipManage_list.html"
  248. ],
  249. "refer": [
  250. "pages/list.html"
  251. ],
  252. "priority": 0
  253. },
  254. "pages/scd_equipManage_frame.html": {
  255. "resources": [
  256. "pages/list.html",
  257. "pages/scd_equipManage_list.html"
  258. ],
  259. "refer": [
  260. "pages/map.html"
  261. ],
  262. "priority": 0
  263. },
  264. "pages/scd_equipManage_list.html": {
  265. "resources": [],
  266. "refer": [
  267. "pages/scd_equipManage_detail.html"
  268. ],
  269. "priority": 0
  270. },
  271. "pages/test.html": {
  272. "resources": [],
  273. "refer": [
  274. "pages/equipAllot.html"
  275. ],
  276. "priority": 0
  277. },
  278. "pages/setting.html": {
  279. "resources": [],
  280. "refer": [
  281. "guide.html",
  282. "pages/feedback.html"
  283. ],
  284. "priority": 0
  285. },
  286. "pages/page5.html": {
  287. "resources": [
  288. "pages/help_list.html"
  289. ],
  290. "refer": [
  291. "pages/help_present.html",
  292. "pages/feedback.html"
  293. ],
  294. "priority": 0
  295. },
  296. "pages/help_list.html": {
  297. "resources": [],
  298. "refer": [
  299. "pages/help_detail.html"
  300. ],
  301. "priority": 0
  302. },
  303. "pages/homePage.html": {
  304. "resources": [],
  305. "refer": [
  306. "pages/page1.html",
  307. "pages/page4.html",
  308. "pages/useDirection.html",
  309. "pages/feedback.html",
  310. "pages/equip_list_info.html",
  311. "pages/equip_list.html",
  312. "pages/equip_allot_list.html",
  313. "pages/map.html",
  314. "pages/equipList/equip_list.html"
  315. ],
  316. "priority": 0
  317. },
  318. "pages/equip.html": {
  319. "resources": [],
  320. "refer": [
  321. "pages/equip_allot.html"
  322. ],
  323. "priority": 0
  324. },
  325. "pages/equip_allot.html": {
  326. "resources": [],
  327. "refer": [
  328. "pages/equip_info.html"
  329. ],
  330. "priority": 0
  331. },
  332. "pages/equip_info.html": {
  333. "resources": [],
  334. "refer": [
  335. "pages/equip_allot_item.html"
  336. ],
  337. "priority": 0
  338. },
  339. "pages/equip_list.html": {
  340. "resources": [],
  341. "refer": [
  342. "pages/equip_info.html",
  343. "pages/equip_list_info.html"
  344. ],
  345. "priority": 0
  346. },
  347. "pages/equip_allot_list.html": {
  348. "resources": [],
  349. "refer": [
  350. "pages/equip_info.html",
  351. "pages/equip_allot_info.html"
  352. ],
  353. "priority": 0
  354. },
  355. "pages/equip_allot_info.html": {
  356. "resources": [],
  357. "refer": [
  358. "pages/equip_allot_item.html"
  359. ],
  360. "priority": 0
  361. },
  362. "home/login.html": {
  363. "resources": [],
  364. "refer": [
  365. "home/main.html",
  366. "home/logon.html",
  367. "home/register.html"
  368. ],
  369. "priority": 0
  370. },
  371. "home/main.html": {
  372. "resources": [
  373. "home/homePage.html",
  374. "home/equip.html",
  375. "home/setting.html",
  376. "home/personalinfo.html"
  377. ],
  378. "refer": [
  379. "home/map.html",
  380. "warning/warning.html",
  381. null
  382. ],
  383. "priority": 0
  384. },
  385. "home/homePage.html": {
  386. "resources": [],
  387. "refer": [
  388. "home/map.html",
  389. "equipList/equip_list.html",
  390. "helpcenter/useDirection.html",
  391. "equipAllot/equip_allot_list.html",
  392. "helpcenter/feedback.html",
  393. "systemmanage/systemmanage_user.html",
  394. "systemmanage/systemmanage_log.html",
  395. "simInfo/siminfo.html",
  396. "home/frame.html",
  397. "home/permission.html",
  398. "home/autoDiscern.html"
  399. ],
  400. "priority": 0
  401. },
  402. "equipList/equip_list.html": {
  403. "resources": [],
  404. "refer": [
  405. "equipList/equip_list_info.html",
  406. "index.html"
  407. ],
  408. "priority": 0
  409. },
  410. "home/equip.html": {
  411. "resources": [],
  412. "refer": [
  413. "equipManage/equipManage_scd.html",
  414. "equipManage/equipManage_cbd.html",
  415. "reportManage/reprotManage_scd.html",
  416. "reportManage/reprotManage_cbd.html",
  417. "equipManage/equipManage_qxz.html",
  418. "equipManage/equipManage_jk.html",
  419. "equipManage/equipManage_bzy.html",
  420. "equipManage/equipManage_ybq.html",
  421. "reportManage/reportManage_qxz.html",
  422. "reportManage/reportManage_bzy.html",
  423. "reportManage/reprotManage_xyq.html",
  424. "reportManage/reprotManage_qxz.html",
  425. "equipManage/sex_trap.html",
  426. "reportManage/reprotManage_bzy.html"
  427. ],
  428. "priority": 0
  429. },
  430. "equipManage/equipManage_scd.html": {
  431. "resources": [],
  432. "refer": [
  433. "equipManage/equipManage_scd_detail.html"
  434. ],
  435. "priority": 0
  436. },
  437. "equipManage/equipManage_cbd.html": {
  438. "resources": [],
  439. "refer": [
  440. "equipManage/equipManage_cbd_detail.html",
  441. "equipManage/equipManage_scd_detail.html"
  442. ],
  443. "priority": 0
  444. },
  445. "reportManage/reprotManage_scd.html": {
  446. "resources": [],
  447. "refer": [
  448. "reportManage/reprotManage_scd_detail.html",
  449. "reportManage/reprotManage_cbd_detail.html"
  450. ],
  451. "priority": 0
  452. },
  453. "reportManage/reprotManage_cbd.html": {
  454. "resources": [],
  455. "refer": [
  456. "reportManage/reprotManage_cbd_detail.html",
  457. "reportManage/reprotManage_scd_detail.html"
  458. ],
  459. "priority": 0
  460. },
  461. "reportManage/reprotManage_cbd_detail.html": {
  462. "resources": [],
  463. "refer": [
  464. "reportManage/lookImage.html",
  465. "reportManage/cbd_detail_echart.html",
  466. "reportManage/reprotManage_cbd_list.html",
  467. "reportManage/cbd_detail_list.html",
  468. "reportManage/cbd_pest_data.html"
  469. ],
  470. "priority": 0
  471. },
  472. "equipAllot/equip_allot_list.html": {
  473. "resources": [],
  474. "refer": [
  475. "equipAllot/equip_allot_info.html"
  476. ],
  477. "priority": 0
  478. },
  479. "equipAllot/equip_allot_info.html": {
  480. "resources": [],
  481. "refer": [
  482. "equipAllot/equip_allot_item.html"
  483. ],
  484. "priority": 0
  485. },
  486. "equipManage/equipManage_cbd_detail.html": {
  487. "resources": [],
  488. "refer": [
  489. "equipManage/configuration_cbd.html"
  490. ],
  491. "priority": 0
  492. },
  493. "systemmanage/systemmanage_user.html": {
  494. "resources": [
  495. "systemmanage/systemmanage_user_list.html",
  496. "systemmanage/systemmanage_user_tab.html",
  497. "systemmanage/detail.html",
  498. "systemmanage/ystemmanage_usergroup_list.html",
  499. "systemmanage/systemmanage_usergroup_list.html"
  500. ],
  501. "refer": [
  502. "systemmanage/systemmanage_user_add.html",
  503. "systemmanage/systemmanage_user_nav.html"
  504. ],
  505. "priority": 0
  506. },
  507. "systemmanage/systemmanage_user_tab.html": {
  508. "resources": [
  509. "systemmanage/systemmanage_user_list.html",
  510. "systemmanage/detail.html"
  511. ],
  512. "refer": [],
  513. "priority": 0
  514. },
  515. "systemmanage/systemmanage_user_list.html": {
  516. "resources": [],
  517. "refer": [
  518. "systemmanage/systemmanage_user_datial.html",
  519. "systemmanage/systemmanage_usergroup_detial.html"
  520. ],
  521. "priority": 0
  522. },
  523. "systemmanage/systemmanage_user_datial.html": {
  524. "resources": [],
  525. "refer": [
  526. "systemmanage/systemmanage_user_resetPwd.html",
  527. "systemmanage/systemmanage_user_edit.html"
  528. ],
  529. "priority": 0
  530. },
  531. "systemmanage/systemmanage_user_nav.html": {
  532. "resources": [
  533. "systemmanage/systemmanage_user_list.html"
  534. ],
  535. "refer": [
  536. "systemmanage/systemmanage_user_add.html",
  537. "home/homePage.html",
  538. "systemmanage/systemmanage_usergroup_add.html",
  539. "systemmanage/systemmanage_usergroup_list.html"
  540. ],
  541. "priority": 0
  542. },
  543. "simInfo/siminfo.html": {
  544. "resources": [],
  545. "refer": [
  546. "simInfo/sim_detial.html"
  547. ],
  548. "priority": 0
  549. },
  550. "warning/warning.html": {
  551. "resources": [],
  552. "refer": [
  553. "warning/warningMap.html",
  554. "warning/warningList.html",
  555. "warning/warningScope.html"
  556. ],
  557. "priority": 0
  558. },
  559. "warning/warningList.html": {
  560. "resources": [],
  561. "refer": [
  562. "warning/warningDetial.html"
  563. ],
  564. "priority": 0
  565. },
  566. "warning/warningScope.html": {
  567. "resources": [
  568. "warning/scd.html",
  569. "warning/cbd.html"
  570. ],
  571. "refer": [],
  572. "priority": 0
  573. },
  574. "reportManage/reprotManage_scd_detail.html": {
  575. "resources": [],
  576. "refer": [
  577. "reportManage/echarts-scd.html",
  578. "reportManage/echartList.html",
  579. "reportManage/scd_detail_echart.html",
  580. "reportManage/scd_detail_list.html"
  581. ],
  582. "priority": 0
  583. },
  584. "reportManage/echarts-scd.html": {
  585. "resources": [],
  586. "refer": [
  587. "reportManage/echartList.html"
  588. ],
  589. "priority": 0
  590. },
  591. "reportManage/echartList.html": {
  592. "resources": [],
  593. "refer": [
  594. "reportManage/detial-scd.html"
  595. ],
  596. "priority": 0
  597. },
  598. "systemmanage/systemmanage_usergroup_list.html": {
  599. "resources": [],
  600. "refer": [
  601. "systemmanage/systemmanage_usergroup_detial.html",
  602. "systemmanage/systemmanage_user_datial.html"
  603. ],
  604. "priority": 0
  605. },
  606. "reportManage/scd_detail_list.html": {
  607. "resources": [],
  608. "refer": [
  609. "reportManage/scd_detail_list_detail.html"
  610. ],
  611. "priority": 0
  612. },
  613. "systemmanage/systemmanage_usergroup_detial.html": {
  614. "resources": [],
  615. "refer": [
  616. "systemmanage/customHome.html",
  617. "systemmanage/systemmanage_usergroup_edit.html"
  618. ],
  619. "priority": 0
  620. },
  621. "home/setting.html": {
  622. "resources": [],
  623. "refer": [
  624. "personalinfo/personalinfo.html",
  625. "personalinfo/setting.html",
  626. "helpcenter/feedback.html",
  627. "personalinfo/feedback.html",
  628. "personalinfo/about.html"
  629. ],
  630. "priority": 0
  631. },
  632. "home/guide.html": {
  633. "resources": [],
  634. "refer": [
  635. "home/login.html"
  636. ],
  637. "priority": 0
  638. },
  639. "reportManage/lookImage.html": {
  640. "resources": [],
  641. "refer": [
  642. "reportManage/wormCategory.html",
  643. "reportManage/wormDescribe.html",
  644. "reportManage/lookWormDetial.html",
  645. "reportManage/cbd_image_discern_resule.html"
  646. ],
  647. "priority": 0
  648. },
  649. "reportManage/wormDescribe.html": {
  650. "resources": [],
  651. "refer": [
  652. "reportManage/addwormCategory.html"
  653. ],
  654. "priority": 0
  655. },
  656. "helpcenter/feedback.html": {
  657. "resources": [],
  658. "refer": [
  659. "helpcenter/feedback.html"
  660. ],
  661. "priority": 0
  662. },
  663. "reportManage/cbd_detail_list.html": {
  664. "resources": [],
  665. "refer": [
  666. "reportManage/scd_detail_list_detail.html",
  667. "reportManage/cbd_detail_list_detail.html"
  668. ],
  669. "priority": 0
  670. },
  671. "personalinfo/setting.html": {
  672. "resources": [],
  673. "refer": [
  674. "home/login.html"
  675. ],
  676. "priority": 0
  677. },
  678. "home/personalinfo.html": {
  679. "resources": [],
  680. "refer": [
  681. "personalinfo/setting.html",
  682. "personalinfo/personalinfo.html",
  683. "personalinfo/about.html",
  684. "personalinfo/feedback.html",
  685. "personalinfo/userinfo.html",
  686. "personalinfo/refresh.html"
  687. ],
  688. "priority": 0
  689. },
  690. "home/map.html": {
  691. "resources": [],
  692. "refer": [
  693. "home/homePage.html"
  694. ],
  695. "priority": 0
  696. },
  697. "home/permission.html": {
  698. "resources": [],
  699. "refer": [
  700. "equipAllot/equip_allot_list.html",
  701. "systemmanage/systemmanage_user.html"
  702. ],
  703. "priority": 0
  704. },
  705. "home/autoDiscern.html": {
  706. "resources": [],
  707. "refer": [
  708. "home/autoDiscernResult.html"
  709. ],
  710. "priority": 0
  711. },
  712. "equipManage/equipManage_qxz.html": {
  713. "resources": [],
  714. "refer": [
  715. "equipManage/equipManage_scd_detail.html",
  716. "equipManage/equipManage_qxz_detail.html"
  717. ],
  718. "priority": 0
  719. },
  720. "equipManage/equipManage_jk.html": {
  721. "resources": [],
  722. "refer": [
  723. "equipManage/equipManage_qxz_detail.html",
  724. "equipManage/equipManage_jk_detail.html"
  725. ],
  726. "priority": 0
  727. },
  728. "equipManage/equipManage_jk_detail.html": {
  729. "resources": [
  730. "js/base.js"
  731. ],
  732. "refer": [
  733. "equipManage/lookImage_jk.html"
  734. ],
  735. "priority": 0
  736. },
  737. "equipManage/equipManage_qxz_detail.html": {
  738. "resources": [],
  739. "refer": [
  740. "equipManage/equipManage_qxz_data24.html",
  741. "equipManage/equipManage_qxz_setTiming.html",
  742. "equipManage/equipManage_qxz_setAstrict.html",
  743. "equipManage/equipManage_qxz_manualCtrl.html"
  744. ],
  745. "priority": 0
  746. },
  747. "equipManage/equipManage_bzy.html": {
  748. "resources": [],
  749. "refer": [
  750. "equipManage/equipManage_scd_detail.html",
  751. "equipManage/equipManage_bzy_detail.html"
  752. ],
  753. "priority": 0
  754. },
  755. "equipManage/equipManage_bzy_detail.html": {
  756. "resources": [],
  757. "refer": [
  758. "equipManage/configuration_bzy.html"
  759. ],
  760. "priority": 0
  761. },
  762. "equipManage/equipManage_ybq.html": {
  763. "resources": [],
  764. "refer": [
  765. "equipManage/equipManage_scd_detail.html"
  766. ],
  767. "priority": 0
  768. },
  769. "reportManage/reportManage_qxz.html": {
  770. "resources": [],
  771. "refer": [
  772. "reportManage/reprotManage_scd_detail.html",
  773. "reportManage/reprotManage_qxz_detail.html"
  774. ],
  775. "priority": 0
  776. },
  777. "reportManage/reprotManage_qxz_detail.html": {
  778. "resources": [],
  779. "refer": [
  780. "reportManage/qxz_detail_list.html"
  781. ],
  782. "priority": 0
  783. },
  784. "reportManage/qxz_detail_list.html": {
  785. "resources": [],
  786. "refer": [
  787. "reportManage/cbd_detail_list_detail.html",
  788. "reportManage/qxz_detail_list_detail.html"
  789. ],
  790. "priority": 0
  791. },
  792. "reportManage/reportManage_bzy.html": {
  793. "resources": [],
  794. "refer": [
  795. "reportManage/reprotManage_cbd_detail.html",
  796. "reportManage/reprotManage_bzy_detail.html"
  797. ],
  798. "priority": 0
  799. },
  800. "reportManage/reprotManage_bzy_detail.html": {
  801. "resources": [],
  802. "refer": [
  803. "reportManage/lookImage.html",
  804. "reportManage/bzy_detail_echart.html",
  805. "reportManage/bzy_lookImage.html",
  806. "reportManage/bzy_detail_list.html"
  807. ],
  808. "priority": 0
  809. },
  810. "reportManage/bzy_detail_list.html": {
  811. "resources": [],
  812. "refer": [
  813. "reportManage/cbd_detail_list_detail.html",
  814. "reportManage/bzy_detail_list_detail.html"
  815. ],
  816. "priority": 0
  817. },
  818. "reportManage/bzy_lookImage.html": {
  819. "resources": [],
  820. "refer": [
  821. "reportManage/lookWormDetial.html",
  822. "reportManage/bzy_image_detail.html"
  823. ],
  824. "priority": 0
  825. },
  826. "personalinfo/refresh.html": {
  827. "resources": [],
  828. "refer": [
  829. "personalinfo/appUpdateList.html"
  830. ],
  831. "priority": 0
  832. },
  833. "reportManage/reprotManage_xyq.html": {
  834. "resources": [],
  835. "refer": [
  836. "reportManage/reprotManage_xyq_detail.html"
  837. ],
  838. "priority": 0
  839. },
  840. "reportManage/reprotManage_xyq_detail.html": {
  841. "resources": [],
  842. "refer": [
  843. "reportManage/reprotManage_xyq_recordlist.html",
  844. "reportManage/reprotManage_xyq_imglist.html"
  845. ],
  846. "priority": 0
  847. },
  848. "reportManage/reprotManage_qxz.html": {
  849. "resources": [],
  850. "refer": [
  851. "reportManage/reprotManage_qxz_detail.html"
  852. ],
  853. "priority": 0
  854. },
  855. "equipList/equip_list_info.html": {
  856. "resources": [],
  857. "refer": [
  858. "equipList/equip_list_map.html"
  859. ],
  860. "priority": 0
  861. },
  862. "equipManage/sex_trap.html": {
  863. "resources": [],
  864. "refer": [
  865. "equipManage/sex_trap_detail2.html",
  866. "equipManage/sex_trap_detail1.html"
  867. ],
  868. "priority": 0
  869. },
  870. "equipManage/sex_trap_detail2.html": {
  871. "resources": [],
  872. "refer": [
  873. "equipManage/sex_trap_photo2.html",
  874. "equipManage/sex_trap_detail2_config.html",
  875. "equipManage/sex_trap_detail_echart.html",
  876. "equipManage/sex_trap_detail_list.html"
  877. ],
  878. "priority": 0
  879. },
  880. "equipManage/sex_trap_detail_list.html": {
  881. "resources": [],
  882. "refer": [
  883. "equipManage/sex_trap_detail_list_detail.html",
  884. "equipManage/sex_trap_detail_list_detail1.html",
  885. "equipManage/sex_trap_detail_list_detail2.html"
  886. ],
  887. "priority": 0
  888. },
  889. "equipManage/sex_trap_detail1.html": {
  890. "resources": [],
  891. "refer": [
  892. "equipManage/sex_trap_detail1_config.html",
  893. "equipManage/sex_trap_detail_list.html"
  894. ],
  895. "priority": 0
  896. },
  897. "reportManage/reprotManage_bzy.html": {
  898. "resources": [],
  899. "refer": [
  900. "reportManage/reprotManage_bzy_detail.html"
  901. ],
  902. "priority": 0
  903. }
  904. },
  905. "idle": {
  906. "resources": [
  907. "image/yuantiao.jpg",
  908. "image/shuijiao.jpg",
  909. "image/muwu.jpg",
  910. "image/logo.png",
  911. "fonts/mui.ttf",
  912. "image/logo1.png",
  913. "image/echarts2.png",
  914. "css/mui.css",
  915. "image/1.png",
  916. "image/locationIcon.png",
  917. "image/loginBj.jpg",
  918. "js/mui.min.js",
  919. "css/mui.min.css",
  920. "image/cbd.jpg",
  921. "js/mui.js",
  922. "image/echarts1.png"
  923. ]
  924. }
  925. },
  926. "screenOrientation" : [ "portrait-primary", "portrait-secondary" ]
  927. }