manifest.json 29 KB

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