manifest.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. {
  2. "@platforms" : [ "android", "iPhone", "iPad" ],
  3. "id" : "H5287C086", /*应用的标识,创建应用时自动生成,勿手动修改*/
  4. "name" : "智慧农业物联网", /*应用名称,程序桌面图标名称*/
  5. "version" : {
  6. "name" : "3.0.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" : "La58N63t7hPhafQ7Eror2kon",
  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. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
  101. },
  102. "orientation" : [ "portrait-primary", "portrait-secondary" ], /*应用支持的方向,portrait-primary:竖屏正方向;portrait-secondary:竖屏反方向;landscape-primary:横屏正方向;landscape-secondary:横屏反方向*/
  103. "icons" : {
  104. "ios" : {
  105. "prerendered" : true, /*应用图标是否已经高亮处理,在iOS6及以下设备上有效*/
  106. /*应用图标,分辨率:512x512,用于自动生成各种尺寸程序图标*/
  107. "iphone" : {
  108. "normal" : "", /*iPhone普通屏幕程序图标,分辨率:57x57*/
  109. "retina" : "", /*iPhone高分屏程序图标,分辨率:114x114*/
  110. /*iPhone iOS7高分屏程序图标,分辨率:120x120*/
  111. "spotlight-normal" : "", /*iPhone Spotlight搜索程序图标,分辨率:29x29*/
  112. "spotlight-retina" : "", /*iPhone高分屏Spotlight搜索程序图标,分辨率:58x58*/
  113. /*iPhone iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*/
  114. "settings-normal" : "", /*iPhone设置页面程序图标,分辨率:29x29*/
  115. "app@2x" : "unpackage/res/icons/120x120.png",
  116. "app@3x" : "unpackage/res/icons/180x180.png",
  117. "settings@3x" : "unpackage/res/icons/87x87.png",
  118. "settings@2x" : "unpackage/res/icons/58x58.png",
  119. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  120. "spotlight@3x" : "unpackage/res/icons/120x120.png",
  121. "notification@3x" : "unpackage/res/icons/60x60.png",
  122. "notification@2x" : "unpackage/res/icons/40x40.png"
  123. },
  124. "ipad" : {
  125. "normal" : "", /*iPad普通屏幕程序图标,分辨率:72x72*/
  126. "retina" : "", /*iPad高分屏程序图标,分辨率:144x144*/
  127. /*iPad iOS7程序图标,分辨率:76x76*//*iPad iOS7高分屏程序图标,分辨率:152x152*/
  128. "spotlight-normal" : "", /*iPad Spotlight搜索程序图标,分辨率:50x50*/
  129. "spotlight-retina" : "", /*iPad高分屏Spotlight搜索程序图标,分辨率:100x100*/
  130. /*iPad iOS7 Spotlight搜索程序图标,分辨率:40x40*//*iPad iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*//*iPad设置页面程序图标,分辨率:29x29*/
  131. "app" : "unpackage/res/icons/76x76.png",
  132. "app@2x" : "unpackage/res/icons/152x152.png",
  133. "settings" : "unpackage/res/icons/29x29.png",
  134. "proapp@2x" : "unpackage/res/icons/167x167.png",
  135. "spotlight" : "unpackage/res/icons/40x40.png",
  136. "settings@2x" : "unpackage/res/icons/58x58.png",
  137. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  138. "notification" : "unpackage/res/icons/20x20.png",
  139. "notification@2x" : "unpackage/res/icons/40x40.png"
  140. },
  141. "appstore" : "unpackage/res/icons/1024x1024.png"
  142. },
  143. "android" : {
  144. "mdpi" : "unpackage/res/icons/48x48.png", /*普通屏程序图标,分辨率:48x48*/
  145. "ldpi" : "unpackage/res/icons/48x48.png", /*大屏程序图标,分辨率:48x48*/
  146. "hdpi" : "unpackage/res/icons/72x72.png", /*高分屏程序图标,分辨率:72x72*/
  147. "xhdpi" : "unpackage/res/icons/96x96.png", /*720P高分屏程序图标,分辨率:96x96*/
  148. "xxhdpi" : "unpackage/res/icons/144x144.png",
  149. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  150. }
  151. },
  152. "splashscreen" : {
  153. "ios" : {
  154. "iphone" : {
  155. "default" : ""
  156. },
  157. "ipad" : {
  158. /*iPad竖屏启动图片,分辨率:768x1004*/
  159. "portrait-retina" : "", /*iPad高分屏竖屏图片,分辨率:1536x2008*/
  160. /*iPad横屏启动图片,分辨率:1024x748*/
  161. "landscape-retina" : "", /*iPad高分屏横屏启动图片,分辨率:2048x1496*/
  162. /*iPad iOS7竖屏启动图片,分辨率:768x1024*/
  163. "portrait-retina7" : "", /*iPad iOS7高分屏竖屏图片,分辨率:1536x2048*/
  164. "landscape7" : "", /*iPad iOS7横屏启动图片,分辨率:1024x768*/
  165. "landscape-retina7" : ""
  166. }
  167. },
  168. "android" : {
  169. "mdpi" : "", /*普通屏启动图片,分辨率:240x282*/
  170. "ldpi" : "", /*大屏启动图片,分辨率:320x442*/
  171. "hdpi" : "images/11.png", /*高分屏启动图片,分辨率:480x762*/
  172. "xhdpi" : "images/11.png", /*720P高分屏启动图片,分辨率:720x1242*/
  173. "xxhdpi" : "images/11.png"
  174. }
  175. }
  176. }
  177. },
  178. "dependencies" : {
  179. "pages" : {
  180. "index.html" : {
  181. "resources" : [],
  182. "refer" : [
  183. "main.html",
  184. "login.html",
  185. "home/login.html",
  186. "home/guide.html",
  187. "home/logon.html"
  188. ],
  189. "priority" : 0
  190. },
  191. "login.html" : {
  192. "resources" : [ "css/reset.css" ],
  193. "refer" : [ "setting.html", "main.html" ],
  194. "priority" : 0
  195. },
  196. "pages/set.html" : {
  197. "resources" : [ "pages/list.html" ],
  198. "refer" : [],
  199. "priority" : 0
  200. },
  201. "main.html" : {
  202. "resources" : [
  203. "pages/firstPage.html",
  204. "pages/setting.html",
  205. "pages/scd.html",
  206. "pages/page1.html",
  207. "pages/page4.html",
  208. "pages/homePage.html",
  209. "pages/equip.html"
  210. ],
  211. "refer" : [
  212. "pages/test.html",
  213. "pages/set.html",
  214. "pages/map.html",
  215. "pages/list.html",
  216. "pages/equip_scd.html",
  217. "pages/page3.html",
  218. "pages/page5.html"
  219. ],
  220. "priority" : 0
  221. },
  222. "pages/equip_scd.html" : {
  223. "resources" : [ "pages/equip_scd_list.html" ],
  224. "refer" : [ "pages/equip_scd_frame.html" ],
  225. "priority" : 0
  226. },
  227. "pages/equip_scd_list.html" : {
  228. "resources" : [ "pages/list.html" ],
  229. "refer" : [],
  230. "priority" : 0
  231. },
  232. "pages/scd.html" : {
  233. "resources" : [ "pages/scd_equipManage_frame.html", "pages/scd_equipManage_list.html" ],
  234. "refer" : [ "pages/list.html" ],
  235. "priority" : 0
  236. },
  237. "pages/scd_equipManage_frame.html" : {
  238. "resources" : [ "pages/list.html", "pages/scd_equipManage_list.html" ],
  239. "refer" : [ "pages/map.html" ],
  240. "priority" : 0
  241. },
  242. "pages/scd_equipManage_list.html" : {
  243. "resources" : [],
  244. "refer" : [ "pages/scd_equipManage_detail.html" ],
  245. "priority" : 0
  246. },
  247. "pages/test.html" : {
  248. "resources" : [],
  249. "refer" : [ "pages/equipAllot.html" ],
  250. "priority" : 0
  251. },
  252. "pages/setting.html" : {
  253. "resources" : [],
  254. "refer" : [ "guide.html", "pages/feedback.html" ],
  255. "priority" : 0
  256. },
  257. "pages/page5.html" : {
  258. "resources" : [ "pages/help_list.html" ],
  259. "refer" : [ "pages/help_present.html", "pages/feedback.html" ],
  260. "priority" : 0
  261. },
  262. "pages/help_list.html" : {
  263. "resources" : [],
  264. "refer" : [ "pages/help_detail.html" ],
  265. "priority" : 0
  266. },
  267. "pages/homePage.html" : {
  268. "resources" : [],
  269. "refer" : [
  270. "pages/page1.html",
  271. "pages/page4.html",
  272. "pages/useDirection.html",
  273. "pages/feedback.html",
  274. "pages/equip_list_info.html",
  275. "pages/equip_list.html",
  276. "pages/equip_allot_list.html",
  277. "pages/map.html",
  278. "pages/equipList/equip_list.html"
  279. ],
  280. "priority" : 0
  281. },
  282. "pages/equip.html" : {
  283. "resources" : [],
  284. "refer" : [ "pages/equip_allot.html" ],
  285. "priority" : 0
  286. },
  287. "pages/equip_allot.html" : {
  288. "resources" : [],
  289. "refer" : [ "pages/equip_info.html" ],
  290. "priority" : 0
  291. },
  292. "pages/equip_info.html" : {
  293. "resources" : [],
  294. "refer" : [ "pages/equip_allot_item.html" ],
  295. "priority" : 0
  296. },
  297. "pages/equip_list.html" : {
  298. "resources" : [],
  299. "refer" : [ "pages/equip_info.html", "pages/equip_list_info.html" ],
  300. "priority" : 0
  301. },
  302. "pages/equip_allot_list.html" : {
  303. "resources" : [],
  304. "refer" : [ "pages/equip_info.html", "pages/equip_allot_info.html" ],
  305. "priority" : 0
  306. },
  307. "pages/equip_allot_info.html" : {
  308. "resources" : [],
  309. "refer" : [ "pages/equip_allot_item.html" ],
  310. "priority" : 0
  311. },
  312. "home/login.html" : {
  313. "resources" : [],
  314. "refer" : [ "home/main.html", "home/logon.html", "home/register.html" ],
  315. "priority" : 0
  316. },
  317. "home/main.html" : {
  318. "resources" : [
  319. "home/homePage.html",
  320. "home/equip.html",
  321. "home/setting.html",
  322. "home/personalinfo.html"
  323. ],
  324. "refer" : [ "home/map.html", "warning/warning.html", null ],
  325. "priority" : 0
  326. },
  327. "home/homePage.html" : {
  328. "resources" : [],
  329. "refer" : [
  330. "home/map.html",
  331. "equipList/equip_list.html",
  332. "helpcenter/useDirection.html",
  333. "equipAllot/equip_allot_list.html",
  334. "helpcenter/feedback.html",
  335. "systemmanage/systemmanage_user.html",
  336. "systemmanage/systemmanage_log.html",
  337. "simInfo/siminfo.html",
  338. "home/frame.html",
  339. "home/permission.html",
  340. "home/autoDiscern.html"
  341. ],
  342. "priority" : 0
  343. },
  344. "equipList/equip_list.html" : {
  345. "resources" : [],
  346. "refer" : [ "equipList/equip_list_info.html", "index.html" ],
  347. "priority" : 0
  348. },
  349. "home/equip.html" : {
  350. "resources" : [],
  351. "refer" : [
  352. "equipManage/equipManage_scd.html",
  353. "equipManage/equipManage_cbd.html",
  354. "reportManage/reprotManage_scd.html",
  355. "reportManage/reprotManage_cbd.html",
  356. "equipManage/equipManage_qxz.html",
  357. "equipManage/equipManage_jk.html",
  358. "equipManage/equipManage_bzy.html",
  359. "equipManage/equipManage_ybq.html",
  360. "reportManage/reportManage_qxz.html",
  361. "reportManage/reportManage_bzy.html",
  362. "reportManage/reprotManage_xyq.html",
  363. "reportManage/reprotManage_qxz.html",
  364. "equipManage/sex_trap.html",
  365. "reportManage/reprotManage_bzy.html"
  366. ],
  367. "priority" : 0
  368. },
  369. "equipManage/equipManage_scd.html" : {
  370. "resources" : [],
  371. "refer" : [ "equipManage/equipManage_scd_detail.html" ],
  372. "priority" : 0
  373. },
  374. "equipManage/equipManage_cbd.html" : {
  375. "resources" : [],
  376. "refer" : [
  377. "equipManage/equipManage_cbd_detail.html",
  378. "equipManage/equipManage_scd_detail.html"
  379. ],
  380. "priority" : 0
  381. },
  382. "reportManage/reprotManage_scd.html" : {
  383. "resources" : [],
  384. "refer" : [
  385. "reportManage/reprotManage_scd_detail.html",
  386. "reportManage/reprotManage_cbd_detail.html"
  387. ],
  388. "priority" : 0
  389. },
  390. "reportManage/reprotManage_cbd.html" : {
  391. "resources" : [],
  392. "refer" : [
  393. "reportManage/reprotManage_cbd_detail.html",
  394. "reportManage/reprotManage_scd_detail.html"
  395. ],
  396. "priority" : 0
  397. },
  398. "reportManage/reprotManage_cbd_detail.html" : {
  399. "resources" : [],
  400. "refer" : [
  401. "reportManage/lookImage.html",
  402. "reportManage/cbd_detail_echart.html",
  403. "reportManage/reprotManage_cbd_list.html",
  404. "reportManage/cbd_detail_list.html",
  405. "reportManage/cbd_pest_data.html"
  406. ],
  407. "priority" : 0
  408. },
  409. "equipAllot/equip_allot_list.html" : {
  410. "resources" : [],
  411. "refer" : [ "equipAllot/equip_allot_info.html" ],
  412. "priority" : 0
  413. },
  414. "equipAllot/equip_allot_info.html" : {
  415. "resources" : [],
  416. "refer" : [ "equipAllot/equip_allot_item.html" ],
  417. "priority" : 0
  418. },
  419. "equipManage/equipManage_cbd_detail.html" : {
  420. "resources" : [],
  421. "refer" : [ "equipManage/configuration_cbd.html" ],
  422. "priority" : 0
  423. },
  424. "systemmanage/systemmanage_user.html" : {
  425. "resources" : [
  426. "systemmanage/systemmanage_user_list.html",
  427. "systemmanage/systemmanage_user_tab.html",
  428. "systemmanage/detail.html",
  429. "systemmanage/ystemmanage_usergroup_list.html",
  430. "systemmanage/systemmanage_usergroup_list.html"
  431. ],
  432. "refer" : [
  433. "systemmanage/systemmanage_user_add.html",
  434. "systemmanage/systemmanage_user_nav.html"
  435. ],
  436. "priority" : 0
  437. },
  438. "systemmanage/systemmanage_user_tab.html" : {
  439. "resources" : [
  440. "systemmanage/systemmanage_user_list.html",
  441. "systemmanage/detail.html"
  442. ],
  443. "refer" : [],
  444. "priority" : 0
  445. },
  446. "systemmanage/systemmanage_user_list.html" : {
  447. "resources" : [],
  448. "refer" : [
  449. "systemmanage/systemmanage_user_datial.html",
  450. "systemmanage/systemmanage_usergroup_detial.html"
  451. ],
  452. "priority" : 0
  453. },
  454. "systemmanage/systemmanage_user_datial.html" : {
  455. "resources" : [],
  456. "refer" : [
  457. "systemmanage/systemmanage_user_resetPwd.html",
  458. "systemmanage/systemmanage_user_edit.html"
  459. ],
  460. "priority" : 0
  461. },
  462. "systemmanage/systemmanage_user_nav.html" : {
  463. "resources" : [ "systemmanage/systemmanage_user_list.html" ],
  464. "refer" : [
  465. "systemmanage/systemmanage_user_add.html",
  466. "home/homePage.html",
  467. "systemmanage/systemmanage_usergroup_add.html",
  468. "systemmanage/systemmanage_usergroup_list.html"
  469. ],
  470. "priority" : 0
  471. },
  472. "simInfo/siminfo.html" : {
  473. "resources" : [],
  474. "refer" : [ "simInfo/sim_detial.html" ],
  475. "priority" : 0
  476. },
  477. "warning/warning.html" : {
  478. "resources" : [],
  479. "refer" : [
  480. "warning/warningMap.html",
  481. "warning/warningList.html",
  482. "warning/warningScope.html"
  483. ],
  484. "priority" : 0
  485. },
  486. "warning/warningList.html" : {
  487. "resources" : [],
  488. "refer" : [ "warning/warningDetial.html" ],
  489. "priority" : 0
  490. },
  491. "warning/warningScope.html" : {
  492. "resources" : [ "warning/scd.html", "warning/cbd.html" ],
  493. "refer" : [],
  494. "priority" : 0
  495. },
  496. "reportManage/reprotManage_scd_detail.html" : {
  497. "resources" : [],
  498. "refer" : [
  499. "reportManage/echarts-scd.html",
  500. "reportManage/echartList.html",
  501. "reportManage/scd_detail_echart.html",
  502. "reportManage/scd_detail_list.html"
  503. ],
  504. "priority" : 0
  505. },
  506. "reportManage/echarts-scd.html" : {
  507. "resources" : [],
  508. "refer" : [ "reportManage/echartList.html" ],
  509. "priority" : 0
  510. },
  511. "reportManage/echartList.html" : {
  512. "resources" : [],
  513. "refer" : [ "reportManage/detial-scd.html" ],
  514. "priority" : 0
  515. },
  516. "systemmanage/systemmanage_usergroup_list.html" : {
  517. "resources" : [],
  518. "refer" : [
  519. "systemmanage/systemmanage_usergroup_detial.html",
  520. "systemmanage/systemmanage_user_datial.html"
  521. ],
  522. "priority" : 0
  523. },
  524. "reportManage/scd_detail_list.html" : {
  525. "resources" : [],
  526. "refer" : [ "reportManage/scd_detail_list_detail.html" ],
  527. "priority" : 0
  528. },
  529. "systemmanage/systemmanage_usergroup_detial.html" : {
  530. "resources" : [],
  531. "refer" : [
  532. "systemmanage/customHome.html",
  533. "systemmanage/systemmanage_usergroup_edit.html"
  534. ],
  535. "priority" : 0
  536. },
  537. "home/setting.html" : {
  538. "resources" : [],
  539. "refer" : [
  540. "personalinfo/personalinfo.html",
  541. "personalinfo/setting.html",
  542. "helpcenter/feedback.html",
  543. "personalinfo/feedback.html",
  544. "personalinfo/about.html"
  545. ],
  546. "priority" : 0
  547. },
  548. "home/guide.html" : {
  549. "resources" : [],
  550. "refer" : [ "home/login.html" ],
  551. "priority" : 0
  552. },
  553. "reportManage/lookImage.html" : {
  554. "resources" : [],
  555. "refer" : [
  556. "reportManage/wormCategory.html",
  557. "reportManage/wormDescribe.html",
  558. "reportManage/lookWormDetial.html",
  559. "reportManage/cbd_image_discern_resule.html"
  560. ],
  561. "priority" : 0
  562. },
  563. "reportManage/wormDescribe.html" : {
  564. "resources" : [],
  565. "refer" : [ "reportManage/addwormCategory.html" ],
  566. "priority" : 0
  567. },
  568. "helpcenter/feedback.html" : {
  569. "resources" : [],
  570. "refer" : [ "helpcenter/feedback.html" ],
  571. "priority" : 0
  572. },
  573. "reportManage/cbd_detail_list.html" : {
  574. "resources" : [],
  575. "refer" : [
  576. "reportManage/scd_detail_list_detail.html",
  577. "reportManage/cbd_detail_list_detail.html"
  578. ],
  579. "priority" : 0
  580. },
  581. "personalinfo/setting.html" : {
  582. "resources" : [],
  583. "refer" : [ "home/login.html" ],
  584. "priority" : 0
  585. },
  586. "home/personalinfo.html" : {
  587. "resources" : [],
  588. "refer" : [
  589. "personalinfo/setting.html",
  590. "personalinfo/personalinfo.html",
  591. "personalinfo/about.html",
  592. "personalinfo/feedback.html",
  593. "personalinfo/userinfo.html",
  594. "personalinfo/refresh.html"
  595. ],
  596. "priority" : 0
  597. },
  598. "home/map.html" : {
  599. "resources" : [],
  600. "refer" : [ "home/homePage.html" ],
  601. "priority" : 0
  602. },
  603. "home/permission.html" : {
  604. "resources" : [],
  605. "refer" : [
  606. "equipAllot/equip_allot_list.html",
  607. "systemmanage/systemmanage_user.html"
  608. ],
  609. "priority" : 0
  610. },
  611. "home/autoDiscern.html" : {
  612. "resources" : [],
  613. "refer" : [ "home/autoDiscernResult.html" ],
  614. "priority" : 0
  615. },
  616. "equipManage/equipManage_qxz.html" : {
  617. "resources" : [],
  618. "refer" : [
  619. "equipManage/equipManage_scd_detail.html",
  620. "equipManage/equipManage_qxz_detail.html"
  621. ],
  622. "priority" : 0
  623. },
  624. "equipManage/equipManage_jk.html" : {
  625. "resources" : [],
  626. "refer" : [
  627. "equipManage/equipManage_qxz_detail.html",
  628. "equipManage/equipManage_jk_detail.html"
  629. ],
  630. "priority" : 0
  631. },
  632. "equipManage/equipManage_jk_detail.html" : {
  633. "resources" : [ "js/base.js" ],
  634. "refer" : [ "equipManage/lookImage_jk.html" ],
  635. "priority" : 0
  636. },
  637. "equipManage/equipManage_qxz_detail.html" : {
  638. "resources" : [],
  639. "refer" : [
  640. "equipManage/equipManage_qxz_data24.html",
  641. "equipManage/equipManage_qxz_setTiming.html",
  642. "equipManage/equipManage_qxz_setAstrict.html",
  643. "equipManage/equipManage_qxz_manualCtrl.html"
  644. ],
  645. "priority" : 0
  646. },
  647. "equipManage/equipManage_bzy.html" : {
  648. "resources" : [],
  649. "refer" : [
  650. "equipManage/equipManage_scd_detail.html",
  651. "equipManage/equipManage_bzy_detail.html"
  652. ],
  653. "priority" : 0
  654. },
  655. "equipManage/equipManage_bzy_detail.html" : {
  656. "resources" : [],
  657. "refer" : [ "equipManage/configuration_bzy.html" ],
  658. "priority" : 0
  659. },
  660. "equipManage/equipManage_ybq.html" : {
  661. "resources" : [],
  662. "refer" : [ "equipManage/equipManage_scd_detail.html" ],
  663. "priority" : 0
  664. },
  665. "reportManage/reportManage_qxz.html" : {
  666. "resources" : [],
  667. "refer" : [
  668. "reportManage/reprotManage_scd_detail.html",
  669. "reportManage/reprotManage_qxz_detail.html"
  670. ],
  671. "priority" : 0
  672. },
  673. "reportManage/reprotManage_qxz_detail.html" : {
  674. "resources" : [],
  675. "refer" : [ "reportManage/qxz_detail_list.html" ],
  676. "priority" : 0
  677. },
  678. "reportManage/qxz_detail_list.html" : {
  679. "resources" : [],
  680. "refer" : [
  681. "reportManage/cbd_detail_list_detail.html",
  682. "reportManage/qxz_detail_list_detail.html"
  683. ],
  684. "priority" : 0
  685. },
  686. "reportManage/reportManage_bzy.html" : {
  687. "resources" : [],
  688. "refer" : [
  689. "reportManage/reprotManage_cbd_detail.html",
  690. "reportManage/reprotManage_bzy_detail.html"
  691. ],
  692. "priority" : 0
  693. },
  694. "reportManage/reprotManage_bzy_detail.html" : {
  695. "resources" : [],
  696. "refer" : [
  697. "reportManage/lookImage.html",
  698. "reportManage/bzy_detail_echart.html",
  699. "reportManage/bzy_lookImage.html",
  700. "reportManage/bzy_detail_list.html"
  701. ],
  702. "priority" : 0
  703. },
  704. "reportManage/bzy_detail_list.html" : {
  705. "resources" : [],
  706. "refer" : [
  707. "reportManage/cbd_detail_list_detail.html",
  708. "reportManage/bzy_detail_list_detail.html"
  709. ],
  710. "priority" : 0
  711. },
  712. "reportManage/bzy_lookImage.html" : {
  713. "resources" : [],
  714. "refer" : [
  715. "reportManage/lookWormDetial.html",
  716. "reportManage/bzy_image_detail.html"
  717. ],
  718. "priority" : 0
  719. },
  720. "personalinfo/refresh.html" : {
  721. "resources" : [],
  722. "refer" : [ "personalinfo/appUpdateList.html" ],
  723. "priority" : 0
  724. },
  725. "reportManage/reprotManage_xyq.html" : {
  726. "resources" : [],
  727. "refer" : [ "reportManage/reprotManage_xyq_detail.html" ],
  728. "priority" : 0
  729. },
  730. "reportManage/reprotManage_xyq_detail.html" : {
  731. "resources" : [],
  732. "refer" : [
  733. "reportManage/reprotManage_xyq_recordlist.html",
  734. "reportManage/reprotManage_xyq_imglist.html"
  735. ],
  736. "priority" : 0
  737. },
  738. "reportManage/reprotManage_qxz.html" : {
  739. "resources" : [],
  740. "refer" : [ "reportManage/reprotManage_qxz_detail.html" ],
  741. "priority" : 0
  742. },
  743. "equipList/equip_list_info.html" : {
  744. "resources" : [],
  745. "refer" : [ "equipList/equip_list_map.html" ],
  746. "priority" : 0
  747. },
  748. "equipManage/sex_trap.html" : {
  749. "resources" : [],
  750. "refer" : [
  751. "equipManage/sex_trap_detail2.html",
  752. "equipManage/sex_trap_detail1.html"
  753. ],
  754. "priority" : 0
  755. },
  756. "equipManage/sex_trap_detail2.html" : {
  757. "resources" : [],
  758. "refer" : [
  759. "equipManage/sex_trap_photo2.html",
  760. "equipManage/sex_trap_detail2_config.html",
  761. "equipManage/sex_trap_detail_echart.html",
  762. "equipManage/sex_trap_detail_list.html"
  763. ],
  764. "priority" : 0
  765. },
  766. "equipManage/sex_trap_detail_list.html" : {
  767. "resources" : [],
  768. "refer" : [
  769. "equipManage/sex_trap_detail_list_detail.html",
  770. "equipManage/sex_trap_detail_list_detail1.html",
  771. "equipManage/sex_trap_detail_list_detail2.html"
  772. ],
  773. "priority" : 0
  774. },
  775. "equipManage/sex_trap_detail1.html" : {
  776. "resources" : [],
  777. "refer" : [
  778. "equipManage/sex_trap_detail1_config.html",
  779. "equipManage/sex_trap_detail_list.html"
  780. ],
  781. "priority" : 0
  782. },
  783. "reportManage/reprotManage_bzy.html" : {
  784. "resources" : [],
  785. "refer" : [ "reportManage/reprotManage_bzy_detail.html" ],
  786. "priority" : 0
  787. }
  788. },
  789. "idle" : {
  790. "resources" : [
  791. "image/yuantiao.jpg",
  792. "image/shuijiao.jpg",
  793. "image/muwu.jpg",
  794. "image/logo.png",
  795. "fonts/mui.ttf",
  796. "image/logo1.png",
  797. "image/echarts2.png",
  798. "css/mui.css",
  799. "image/1.png",
  800. "image/locationIcon.png",
  801. "image/loginBj.jpg",
  802. "js/mui.min.js",
  803. "css/mui.min.css",
  804. "image/cbd.jpg",
  805. "js/mui.js",
  806. "image/echarts1.png"
  807. ]
  808. }
  809. },
  810. "screenOrientation" : [ "portrait-primary", "portrait-secondary" ]
  811. }