├── src └── main │ ├── webapp │ ├── upload │ │ ├── test.txt │ │ ├── picture1.jpg │ │ ├── picture2.jpg │ │ ├── picture3.jpg │ │ ├── 1677846275870.jpg │ │ ├── 1677846317814.jpg │ │ ├── 1677846325153.jpg │ │ ├── 1677846327668.jpg │ │ ├── 1677846330057.jpg │ │ ├── 1677846386422.jpg │ │ ├── 1677846415039.jpg │ │ ├── 1677846535120.png │ │ ├── 1677846566643.png │ │ ├── 1677846702740.jpeg │ │ ├── 1677846709348.png │ │ ├── 1677846761439.jpeg │ │ ├── 1677846767076.png │ │ ├── 1677846810625.png │ │ ├── 1683707976678.jpg │ │ ├── 1683876094673.jpg │ │ ├── 1683917836873.jpg │ │ ├── 1683918002991.jpg │ │ ├── 1683918098772.jpg │ │ ├── 1683918239583.jpg │ │ ├── 1683918375393.jpg │ │ ├── 1683918452792.jpg │ │ ├── 1683918483105.jpg │ │ ├── 1683918688919.jpg │ │ ├── 1683918736217.webp │ │ ├── 1683918833261.jpg │ │ ├── 1683918919146.jpg │ │ ├── 1683918944790.jpg │ │ ├── 1683919014508.jpg │ │ ├── 1683919075376.webp │ │ ├── 1683919105998.webp │ │ ├── 1683919136571.webp │ │ ├── 1683919233299.webp │ │ ├── 1683919307933.webp │ │ ├── 1683919366659.webp │ │ ├── 1683919406605.jpg │ │ ├── 1683919956469.webp │ │ ├── 1683919985403.jpg │ │ ├── 1683920059904.jfif │ │ ├── 1683920206424.jpg │ │ ├── 1683920320760.jpg │ │ ├── 1683922091073.jpg │ │ ├── 1683922402752.jpg │ │ ├── 1683922585842.jpg │ │ ├── 1683922729381.jpg │ │ ├── 1683922733300.jpg │ │ ├── 1683927480288.jpg │ │ ├── 1683935704688.jpg │ │ ├── 1683935996932.jpg │ │ ├── 1683936081776.jpg │ │ ├── 1683936519860.jpg │ │ ├── 1683936881514.jpg │ │ ├── 1683936969517.jpg │ │ ├── 1683938829656.jpg │ │ ├── 1683939343096.jpg │ │ ├── 1683940128214.jpg │ │ ├── 1683940233396.jpg │ │ ├── 1683940565101.jpg │ │ ├── 1683948154372.jpg │ │ ├── 1683952383564.jpg │ │ ├── news_picture1.jpg │ │ ├── news_picture2.jpg │ │ ├── news_picture3.jpg │ │ ├── news_picture4.jpg │ │ ├── news_picture5.jpg │ │ ├── news_picture6.jpg │ │ ├── news_picture7.jpg │ │ ├── news_picture8.jpg │ │ ├── kehuxinxi_tupian1.jpg │ │ ├── kehuxinxi_tupian2.jpg │ │ ├── kehuxinxi_tupian3.jpg │ │ ├── kehuxinxi_tupian4.jpg │ │ ├── kehuxinxi_tupian5.jpg │ │ ├── kehuxinxi_tupian6.jpg │ │ ├── kehuxinxi_tupian7.jpg │ │ ├── kehuxinxi_tupian8.jpg │ │ ├── yonghu_touxiang1.jpg │ │ ├── yonghu_touxiang2.jpg │ │ ├── yonghu_touxiang3.jpg │ │ ├── yonghu_touxiang4.jpg │ │ ├── yonghu_touxiang5.jpg │ │ ├── yonghu_touxiang6.jpg │ │ ├── yonghu_touxiang7.jpg │ │ ├── yonghu_touxiang8.jpg │ │ ├── messages_cpicture1.jpg │ │ ├── messages_cpicture2.jpg │ │ ├── messages_cpicture3.jpg │ │ ├── messages_cpicture4.jpg │ │ ├── messages_cpicture5.jpg │ │ ├── messages_cpicture6.jpg │ │ ├── messages_cpicture7.jpg │ │ ├── messages_cpicture8.jpg │ │ ├── messages_rpicture1.jpg │ │ ├── messages_rpicture2.jpg │ │ ├── messages_rpicture3.jpg │ │ ├── messages_rpicture4.jpg │ │ ├── messages_rpicture5.jpg │ │ ├── messages_rpicture6.jpg │ │ ├── messages_rpicture7.jpg │ │ ├── messages_rpicture8.jpg │ │ ├── chanpinxinxi_tupian1.jpg │ │ ├── chanpinxinxi_tupian2.jpg │ │ ├── chanpinxinxi_tupian3.jpg │ │ ├── chanpinxinxi_tupian4.jpg │ │ ├── chanpinxinxi_tupian5.jpg │ │ ├── chanpinxinxi_tupian6.jpg │ │ ├── chanpinxinxi_tupian7.jpg │ │ ├── chanpinxinxi_tupian8.jpg │ │ ├── dingdanxinxi_tupian1.jpg │ │ ├── dingdanxinxi_tupian2.jpg │ │ ├── dingdanxinxi_tupian3.jpg │ │ ├── dingdanxinxi_tupian4.jpg │ │ ├── dingdanxinxi_tupian5.jpg │ │ ├── dingdanxinxi_tupian6.jpg │ │ ├── dingdanxinxi_tupian7.jpg │ │ ├── dingdanxinxi_tupian8.jpg │ │ ├── systemintro_picture1.jpg │ │ ├── systemintro_picture2.jpg │ │ └── systemintro_picture3.jpg │ ├── admin │ │ ├── src │ │ │ ├── store │ │ │ │ └── store.js │ │ │ ├── assets │ │ │ │ ├── css │ │ │ │ │ ├── canvas-bg-3.css │ │ │ │ │ ├── canvas-bg-4.css │ │ │ │ │ ├── canvas-bg-5.css │ │ │ │ │ ├── canvas-bg-2.css │ │ │ │ │ ├── element-variables.scss │ │ │ │ │ ├── canvas-bg-1.css │ │ │ │ │ └── style.scss │ │ │ │ └── img │ │ │ │ │ ├── 404.png │ │ │ │ │ ├── bg.jpg │ │ │ │ │ ├── login.png │ │ │ │ │ ├── logo.png │ │ │ │ │ ├── role.png │ │ │ │ │ ├── QRcode.png │ │ │ │ │ ├── avator.png │ │ │ │ │ ├── captcha.jpg │ │ │ │ │ ├── jiahao.png │ │ │ │ │ ├── password.png │ │ │ │ │ ├── username.png │ │ │ │ │ └── test │ │ │ │ │ ├── jianshe.png │ │ │ │ │ ├── jiaotong.png │ │ │ │ │ ├── nongye.png │ │ │ │ │ ├── weixin.png │ │ │ │ │ ├── zhifubao.png │ │ │ │ │ └── zhongguo.png │ │ │ ├── icons │ │ │ │ ├── svg │ │ │ │ │ ├── chart.svg │ │ │ │ │ ├── size.svg │ │ │ │ │ ├── sender.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── component.svg │ │ │ │ │ ├── code.svg │ │ │ │ │ ├── money.svg │ │ │ │ │ ├── svg │ │ │ │ │ │ ├── code.svg │ │ │ │ │ │ ├── email.svg │ │ │ │ │ │ ├── documentation.svg │ │ │ │ │ │ ├── task.svg │ │ │ │ │ │ ├── menu.svg │ │ │ │ │ │ ├── traceabilityList.svg │ │ │ │ │ │ ├── user.svg │ │ │ │ │ │ ├── user0.svg │ │ │ │ │ │ ├── harvestBatch.svg │ │ │ │ │ │ ├── pests.svg │ │ │ │ │ │ ├── video.svg │ │ │ │ │ │ ├── traceabilityStyle.svg │ │ │ │ │ │ ├── harvestManage.svg │ │ │ │ │ │ ├── password.svg │ │ │ │ │ │ ├── warnings.svg │ │ │ │ │ │ ├── inspection.svg │ │ │ │ │ │ ├── financeBudget.svg │ │ │ │ │ │ ├── harvestDetection.svg │ │ │ │ │ │ ├── finance.svg │ │ │ │ │ │ ├── source.svg │ │ │ │ │ │ ├── retroactiveCoding.svg │ │ │ │ │ │ ├── pesticideResidue.svg │ │ │ │ │ │ ├── order.svg │ │ │ │ │ │ ├── monitorEquipment.svg │ │ │ │ │ │ ├── traceability.svg │ │ │ │ │ │ ├── peoples.svg │ │ │ │ │ │ ├── phone.svg │ │ │ │ │ │ ├── board.svg │ │ │ │ │ │ ├── AIDeviceLayout.svg │ │ │ │ │ │ ├── internet.svg │ │ │ │ │ │ ├── deviceMonitorData.svg │ │ │ │ │ │ └── videoKey.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── email.svg │ │ │ │ │ ├── menu.svg │ │ │ │ │ ├── task.svg │ │ │ │ │ ├── fullscreen.svg │ │ │ │ │ ├── druid.svg │ │ │ │ │ ├── drag.svg │ │ │ │ │ ├── server.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── user0.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── excel.svg │ │ │ │ │ ├── nested.svg │ │ │ │ │ ├── nested0.svg │ │ │ │ │ ├── search.svg │ │ │ │ │ ├── form.svg │ │ │ │ │ ├── list.svg │ │ │ │ │ ├── build.svg │ │ │ │ │ ├── education.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── theme.svg │ │ │ │ │ ├── password.svg │ │ │ │ │ ├── password0.svg │ │ │ │ │ ├── star.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── tab.svg │ │ │ │ │ ├── edit.svg │ │ │ │ │ ├── icon.svg │ │ │ │ │ ├── table0.svg │ │ │ │ │ ├── clipboard.svg │ │ │ │ │ ├── template.svg │ │ │ │ │ ├── file.svg │ │ │ │ │ ├── peoples.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── tree-table.svg │ │ │ │ │ ├── date.svg │ │ │ │ │ ├── post.svg │ │ │ │ │ └── operation.svg │ │ │ │ ├── index.js │ │ │ │ └── svgo.yml │ │ │ ├── utils │ │ │ │ ├── i18n.js │ │ │ │ ├── base.js │ │ │ │ ├── api.js │ │ │ │ ├── storage.js │ │ │ │ └── http.js │ │ │ ├── App.vue │ │ │ ├── views │ │ │ │ └── index.vue │ │ │ └── components │ │ │ │ └── SvgIcon │ │ │ │ └── index.vue │ │ ├── 1-install.bat │ │ ├── 2-run.bat │ │ ├── 3-build.bat │ │ ├── babel.config.js │ │ ├── dist │ │ │ ├── favicon.ico │ │ │ ├── img │ │ │ │ ├── 404.3648f234.png │ │ │ │ └── zhongguo.20798bfa.png │ │ │ ├── fonts │ │ │ │ ├── element-icons.732389de.ttf │ │ │ │ └── element-icons.535877f5.woff │ │ │ └── index.html │ │ └── public │ │ │ ├── favicon.ico │ │ │ └── index.html │ ├── front │ │ ├── assets │ │ │ └── css │ │ │ │ └── style.scss │ │ ├── api │ │ │ └── base.js │ │ ├── components │ │ │ ├── zebra-swiper │ │ │ │ ├── modules │ │ │ │ │ ├── effect-panorama │ │ │ │ │ │ └── effect-panorama.scss │ │ │ │ │ ├── effect-coverflow │ │ │ │ │ │ └── effect-coverflow.scss │ │ │ │ │ ├── effect-cards │ │ │ │ │ │ └── effect-cards.scss │ │ │ │ │ ├── thumbs │ │ │ │ │ │ └── thumbs.scss │ │ │ │ │ ├── effect-carousel │ │ │ │ │ │ └── effect-carousel.scss │ │ │ │ │ ├── effect-creative │ │ │ │ │ │ └── effect-creative.scss │ │ │ │ │ ├── effect-fade │ │ │ │ │ │ └── effect-fade.scss │ │ │ │ │ ├── virtual │ │ │ │ │ │ └── virtual.scss │ │ │ │ │ ├── effect-flip │ │ │ │ │ │ └── effect-flip.scss │ │ │ │ │ ├── will-change │ │ │ │ │ │ └── will-change.js │ │ │ │ │ └── scrollbar │ │ │ │ │ │ └── scrollbar.scss │ │ │ │ ├── libs │ │ │ │ │ ├── translate │ │ │ │ │ │ ├── minTranslate.js │ │ │ │ │ │ ├── maxTranslate.js │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ └── getTranslate.js │ │ │ │ │ ├── loop │ │ │ │ │ │ ├── loopDestroy.js │ │ │ │ │ │ └── index.js │ │ │ │ │ ├── classes │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ └── removeClasses.js │ │ │ │ │ ├── grab-cursor │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ ├── unsetGrabCursor.js │ │ │ │ │ │ └── setGrabCursor.js │ │ │ │ │ ├── slide │ │ │ │ │ │ ├── slideReset.js │ │ │ │ │ │ ├── slideToLoop.js │ │ │ │ │ │ └── index.js │ │ │ │ │ ├── transition │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ ├── setTransition.js │ │ │ │ │ │ ├── transitionEnd.js │ │ │ │ │ │ ├── transitionStart.js │ │ │ │ │ │ └── transitionEmit.js │ │ │ │ │ ├── events │ │ │ │ │ │ └── onClick.js │ │ │ │ │ ├── update │ │ │ │ │ │ ├── updateSlidesOffset.js │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ └── updateSize.js │ │ │ │ │ └── utils │ │ │ │ │ │ └── utils.js │ │ │ │ ├── shared │ │ │ │ │ ├── classes-to-selector.js │ │ │ │ │ ├── effect-target.js │ │ │ │ │ ├── get-browser.js │ │ │ │ │ └── get-device.js │ │ │ │ ├── components │ │ │ │ │ └── zebra-swiper │ │ │ │ │ │ └── zebra-swiper.vue │ │ │ │ └── static │ │ │ │ │ └── css │ │ │ │ │ ├── var.scss │ │ │ │ │ └── iconfont.css │ │ │ ├── xia-editor │ │ │ │ ├── Pacifico.ttf │ │ │ │ └── editor-icon.ttf │ │ │ ├── progress │ │ │ │ └── CustomProgress.zip │ │ │ ├── vue-jsonp │ │ │ │ └── dist │ │ │ │ │ └── utils │ │ │ │ │ └── index.d.ts │ │ │ └── uni-ui │ │ │ │ └── lib │ │ │ │ └── uni-status-bar │ │ │ │ └── uni-status-bar.vue │ │ ├── static │ │ │ ├── jiahao.png │ │ │ ├── jiesuo.png │ │ │ ├── logo.png │ │ │ ├── gen │ │ │ │ ├── cai.png │ │ │ │ ├── kefu.png │ │ │ │ ├── zan.png │ │ │ │ ├── tianjia.png │ │ │ │ ├── upload.png │ │ │ │ └── shoucang.png │ │ │ ├── location.png │ │ │ ├── suoding.png │ │ │ ├── tabs │ │ │ │ ├── map.png │ │ │ │ ├── cart.png │ │ │ │ ├── cart1.png │ │ │ │ ├── exam.png │ │ │ │ ├── forum.png │ │ │ │ ├── icon1.png │ │ │ │ ├── icon2.png │ │ │ │ ├── icon3.png │ │ │ │ ├── icon4.png │ │ │ │ ├── index.png │ │ │ │ ├── index1.png │ │ │ │ ├── mine.png │ │ │ │ ├── mine1.png │ │ │ │ ├── news.png │ │ │ │ ├── order.png │ │ │ │ ├── order1.png │ │ │ │ ├── type.png │ │ │ │ ├── type1.png │ │ │ │ ├── exam_act.png │ │ │ │ ├── map_act.png │ │ │ │ ├── message.png │ │ │ │ ├── news_act.png │ │ │ │ ├── service.png │ │ │ │ ├── weather.png │ │ │ │ ├── forum_act.png │ │ │ │ ├── icon1_act.png │ │ │ │ ├── icon2_act.png │ │ │ │ ├── icon3_act.png │ │ │ │ ├── icon4_act.png │ │ │ │ ├── message_act.png │ │ │ │ ├── service_act.png │ │ │ │ └── weather_act.png │ │ │ ├── center │ │ │ │ ├── l5.png │ │ │ │ ├── to.png │ │ │ │ ├── face.jpeg │ │ │ │ └── setting.png │ │ │ ├── index │ │ │ │ └── face.png │ │ │ ├── login │ │ │ │ ├── logo.png │ │ │ │ └── captcha.jpg │ │ │ ├── player │ │ │ │ ├── list.png │ │ │ │ ├── play.png │ │ │ │ ├── bofang.png │ │ │ │ ├── danqu.png │ │ │ │ ├── plays.jpg │ │ │ │ ├── suiji.png │ │ │ │ ├── shanchu.png │ │ │ │ ├── xunhuan.png │ │ │ │ └── zanting.png │ │ │ ├── weather │ │ │ │ ├── add.png │ │ │ │ ├── class │ │ │ │ │ ├── 0.png │ │ │ │ │ ├── 1.png │ │ │ │ │ ├── 10.png │ │ │ │ │ ├── 11.png │ │ │ │ │ ├── 12.png │ │ │ │ │ ├── 13.png │ │ │ │ │ ├── 14.png │ │ │ │ │ ├── 15.png │ │ │ │ │ ├── 2.png │ │ │ │ │ └── 111.png │ │ │ │ ├── location.png │ │ │ │ └── wea │ │ │ │ │ ├── lei.png │ │ │ │ │ ├── qing.png │ │ │ │ │ ├── wu.png │ │ │ │ │ ├── xue.png │ │ │ │ │ ├── yin.png │ │ │ │ │ ├── yu.png │ │ │ │ │ ├── yun.png │ │ │ │ │ ├── bingbao.png │ │ │ │ │ └── shachen.png │ │ │ ├── exam-index │ │ │ │ └── paper.png │ │ │ ├── pay-confirm │ │ │ │ ├── nongye.png │ │ │ │ ├── weixin.png │ │ │ │ ├── jianshe.png │ │ │ │ ├── jiaotong.png │ │ │ │ ├── zhifubao.png │ │ │ │ └── zhongguo.png │ │ │ └── restaurant-detail │ │ │ │ ├── now.png │ │ │ │ ├── select.png │ │ │ │ └── unselect.png │ │ ├── test │ │ │ └── banner.jpg │ │ ├── h5 │ │ │ └── static │ │ │ │ ├── logo.png │ │ │ │ ├── gen │ │ │ │ ├── cai.png │ │ │ │ ├── kefu.png │ │ │ │ ├── zan.png │ │ │ │ ├── upload.png │ │ │ │ ├── shoucang.png │ │ │ │ └── tianjia.png │ │ │ │ ├── jiahao.png │ │ │ │ ├── jiesuo.png │ │ │ │ ├── location.png │ │ │ │ ├── suoding.png │ │ │ │ ├── tabs │ │ │ │ ├── map.png │ │ │ │ ├── cart.png │ │ │ │ ├── cart1.png │ │ │ │ ├── exam.png │ │ │ │ ├── forum.png │ │ │ │ ├── icon1.png │ │ │ │ ├── icon2.png │ │ │ │ ├── icon3.png │ │ │ │ ├── icon4.png │ │ │ │ ├── index.png │ │ │ │ ├── mine.png │ │ │ │ ├── mine1.png │ │ │ │ ├── news.png │ │ │ │ ├── order.png │ │ │ │ ├── type.png │ │ │ │ ├── type1.png │ │ │ │ ├── exam_act.png │ │ │ │ ├── index1.png │ │ │ │ ├── map_act.png │ │ │ │ ├── message.png │ │ │ │ ├── news_act.png │ │ │ │ ├── order1.png │ │ │ │ ├── service.png │ │ │ │ ├── weather.png │ │ │ │ ├── forum_act.png │ │ │ │ ├── icon1_act.png │ │ │ │ ├── icon2_act.png │ │ │ │ ├── icon3_act.png │ │ │ │ ├── icon4_act.png │ │ │ │ ├── message_act.png │ │ │ │ ├── service_act.png │ │ │ │ └── weather_act.png │ │ │ │ ├── center │ │ │ │ ├── l5.png │ │ │ │ ├── to.png │ │ │ │ ├── face.jpeg │ │ │ │ └── setting.png │ │ │ │ ├── index │ │ │ │ └── face.png │ │ │ │ ├── login │ │ │ │ ├── logo.png │ │ │ │ └── captcha.jpg │ │ │ │ ├── player │ │ │ │ ├── bofang.png │ │ │ │ ├── danqu.png │ │ │ │ ├── list.png │ │ │ │ ├── play.png │ │ │ │ ├── plays.jpg │ │ │ │ ├── suiji.png │ │ │ │ ├── shanchu.png │ │ │ │ ├── xunhuan.png │ │ │ │ └── zanting.png │ │ │ │ ├── weather │ │ │ │ ├── add.png │ │ │ │ ├── class │ │ │ │ │ ├── 0.png │ │ │ │ │ ├── 1.png │ │ │ │ │ ├── 2.png │ │ │ │ │ ├── 10.png │ │ │ │ │ ├── 11.png │ │ │ │ │ ├── 111.png │ │ │ │ │ ├── 12.png │ │ │ │ │ ├── 13.png │ │ │ │ │ ├── 14.png │ │ │ │ │ └── 15.png │ │ │ │ ├── wea │ │ │ │ │ ├── lei.png │ │ │ │ │ ├── wu.png │ │ │ │ │ ├── xue.png │ │ │ │ │ ├── yin.png │ │ │ │ │ ├── yu.png │ │ │ │ │ ├── yun.png │ │ │ │ │ ├── qing.png │ │ │ │ │ ├── bingbao.png │ │ │ │ │ └── shachen.png │ │ │ │ └── location.png │ │ │ │ ├── exam-index │ │ │ │ └── paper.png │ │ │ │ ├── pay-confirm │ │ │ │ ├── nongye.png │ │ │ │ ├── weixin.png │ │ │ │ ├── jianshe.png │ │ │ │ ├── jiaotong.png │ │ │ │ ├── zhifubao.png │ │ │ │ └── zhongguo.png │ │ │ │ └── restaurant-detail │ │ │ │ ├── now.png │ │ │ │ ├── select.png │ │ │ │ └── unselect.png │ │ ├── App.vue │ │ └── common │ │ │ └── linkOthers │ │ │ └── linkOthers.vue │ └── resources │ │ └── bootstrap │ │ └── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── java │ └── com │ │ ├── config │ │ ├── AlipayConfig.java │ │ └── MyMetaObjectHandler.java │ │ ├── dao │ │ ├── ConfigDao.java │ │ ├── UsersDao.java │ │ ├── TokenDao.java │ │ └── CommonDao.java │ │ ├── annotation │ │ ├── IgnoreAuth.java │ │ ├── LoginUser.java │ │ └── APPLoginUser.java │ │ ├── utils │ │ ├── MD5Util.java │ │ └── FileUtil.java │ │ ├── service │ │ ├── ConfigService.java │ │ ├── UsersService.java │ │ ├── CommonService.java │ │ └── TokenService.java │ │ ├── entity │ │ ├── vo │ │ │ └── ChanpinleixingVO.java │ │ ├── model │ │ │ └── ChanpinleixingModel.java │ │ └── view │ │ │ ├── NewsView.java │ │ │ └── YonghuView.java │ │ └── model │ │ └── enums │ │ └── TypeEnum.java │ └── resources │ ├── config.properties │ ├── mapper │ ├── ConfigDao.xml │ ├── TokenDao.xml │ └── UsersDao.xml │ └── spring │ └── spring.xml ├── .DS_Store ├── 移动销售管理系统的设计与实现.docx └── .gitattributes /src/main/webapp/upload/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/store/store.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/1-install.bat: -------------------------------------------------------------------------------- 1 | cnpm install -------------------------------------------------------------------------------- /src/main/webapp/admin/2-run.bat: -------------------------------------------------------------------------------- 1 | cnpm run serve -------------------------------------------------------------------------------- /src/main/webapp/admin/3-build.bat: -------------------------------------------------------------------------------- 1 | cnpm run build 2 | -------------------------------------------------------------------------------- /src/main/webapp/front/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | uni-input{ 2 | height: 100upx; 3 | } 4 | -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/.DS_Store -------------------------------------------------------------------------------- /移动销售管理系统的设计与实现.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/移动销售管理系统的设计与实现.docx -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/css/canvas-bg-3.css: -------------------------------------------------------------------------------- 1 | #canvas { 2 | position: fixed; 3 | left: 0; 4 | top: 0; 5 | } -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/css/canvas-bg-4.css: -------------------------------------------------------------------------------- 1 | #canvas { 2 | position: fixed; 3 | left: 0; 4 | top: 0; 5 | } -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/css/canvas-bg-5.css: -------------------------------------------------------------------------------- 1 | #canvas { 2 | position: fixed; 3 | left: 0; 4 | top: 0; 5 | } -------------------------------------------------------------------------------- /src/main/webapp/front/api/base.js: -------------------------------------------------------------------------------- 1 | const base = { 2 | url : "http://localhost:8080/bs/" 3 | } 4 | export default base 5 | -------------------------------------------------------------------------------- /src/main/webapp/admin/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: [ 3 | '@vue/cli-plugin-babel/preset' 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.js linguist-language=java 2 | *.css linguist-language=java 3 | *.html linguist-language=java 4 | *.vue linguist-language=java -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/effect-panorama/effect-panorama.scss: -------------------------------------------------------------------------------- 1 | .swiper-panorama { 2 | overflow: visible; 3 | } 4 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/css/canvas-bg-2.css: -------------------------------------------------------------------------------- 1 | #canvas { 2 | background: rgba(0,0,0,1); 3 | position: absolute; 4 | left: 0; 5 | top: 0; 6 | } -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/translate/minTranslate.js: -------------------------------------------------------------------------------- 1 | export default function minTranslate() { 2 | return -this.snapGrid[0]; 3 | } -------------------------------------------------------------------------------- /src/main/webapp/upload/picture1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/picture1.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/picture2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/picture2.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/picture3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/picture3.jpg -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/dist/favicon.ico -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/effect-coverflow/effect-coverflow.scss: -------------------------------------------------------------------------------- 1 | .swiper-slide-coverflow{ 2 | transform-style: preserve-3d; 3 | } 4 | -------------------------------------------------------------------------------- /src/main/webapp/front/static/jiahao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/jiahao.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/jiesuo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/jiesuo.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/logo.png -------------------------------------------------------------------------------- /src/main/webapp/front/test/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/test/banner.jpg -------------------------------------------------------------------------------- /src/main/webapp/admin/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/public/favicon.ico -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/logo.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/gen/cai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/gen/cai.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/gen/kefu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/gen/kefu.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/gen/zan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/gen/zan.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/location.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/suoding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/suoding.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/map.png -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846275870.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846275870.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846317814.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846317814.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846325153.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846325153.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846327668.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846327668.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846330057.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846330057.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846386422.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846386422.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846415039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846415039.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846535120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846535120.png -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846566643.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846566643.png -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846702740.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846702740.jpeg -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846709348.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846709348.png -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846761439.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846761439.jpeg -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846767076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846767076.png -------------------------------------------------------------------------------- /src/main/webapp/upload/1677846810625.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1677846810625.png -------------------------------------------------------------------------------- /src/main/webapp/upload/1683707976678.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683707976678.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683876094673.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683876094673.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683917836873.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683917836873.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918002991.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918002991.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918098772.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918098772.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918239583.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918239583.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918375393.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918375393.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918452792.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918452792.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918483105.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918483105.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918688919.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918688919.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918736217.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918736217.webp -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918833261.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918833261.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918919146.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918919146.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683918944790.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683918944790.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683919014508.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683919014508.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683919075376.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683919075376.webp -------------------------------------------------------------------------------- /src/main/webapp/upload/1683919105998.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683919105998.webp -------------------------------------------------------------------------------- /src/main/webapp/upload/1683919136571.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683919136571.webp -------------------------------------------------------------------------------- /src/main/webapp/upload/1683919233299.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683919233299.webp -------------------------------------------------------------------------------- /src/main/webapp/upload/1683919307933.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683919307933.webp -------------------------------------------------------------------------------- /src/main/webapp/upload/1683919366659.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683919366659.webp -------------------------------------------------------------------------------- /src/main/webapp/upload/1683919406605.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683919406605.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683919956469.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683919956469.webp -------------------------------------------------------------------------------- /src/main/webapp/upload/1683919985403.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683919985403.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683920059904.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683920059904.jfif -------------------------------------------------------------------------------- /src/main/webapp/upload/1683920206424.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683920206424.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683920320760.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683920320760.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683922091073.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683922091073.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683922402752.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683922402752.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683922585842.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683922585842.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683922729381.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683922729381.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683922733300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683922733300.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683927480288.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683927480288.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683935704688.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683935704688.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683935996932.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683935996932.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683936081776.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683936081776.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683936519860.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683936519860.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683936881514.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683936881514.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683936969517.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683936969517.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683938829656.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683938829656.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683939343096.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683939343096.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683940128214.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683940128214.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683940233396.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683940233396.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683940565101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683940565101.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683948154372.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683948154372.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/1683952383564.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/1683952383564.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/news_picture1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/news_picture1.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/news_picture2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/news_picture2.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/news_picture3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/news_picture3.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/news_picture4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/news_picture4.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/news_picture5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/news_picture5.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/news_picture6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/news_picture6.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/news_picture7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/news_picture7.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/news_picture8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/news_picture8.jpg -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/404.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/bg.jpg -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/gen/cai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/gen/cai.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/gen/kefu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/gen/kefu.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/gen/zan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/gen/zan.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/jiahao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/jiahao.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/jiesuo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/jiesuo.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/location.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/suoding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/suoding.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/map.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/center/l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/center/l5.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/center/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/center/to.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/gen/tianjia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/gen/tianjia.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/gen/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/gen/upload.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/index/face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/index/face.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/login/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/login/logo.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/player/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/player/list.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/player/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/player/play.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/cart.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/cart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/cart1.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/exam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/exam.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/forum.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/icon1.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/icon2.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/icon3.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/icon4.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/index.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/index1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/index1.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/mine.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/mine1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/mine1.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/news.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/order.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/order1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/order1.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/type.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/type1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/type1.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/add.png -------------------------------------------------------------------------------- /src/main/webapp/upload/kehuxinxi_tupian1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/kehuxinxi_tupian1.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/kehuxinxi_tupian2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/kehuxinxi_tupian2.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/kehuxinxi_tupian3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/kehuxinxi_tupian3.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/kehuxinxi_tupian4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/kehuxinxi_tupian4.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/kehuxinxi_tupian5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/kehuxinxi_tupian5.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/kehuxinxi_tupian6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/kehuxinxi_tupian6.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/kehuxinxi_tupian7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/kehuxinxi_tupian7.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/kehuxinxi_tupian8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/kehuxinxi_tupian8.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/yonghu_touxiang1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/yonghu_touxiang1.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/yonghu_touxiang2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/yonghu_touxiang2.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/yonghu_touxiang3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/yonghu_touxiang3.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/yonghu_touxiang4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/yonghu_touxiang4.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/yonghu_touxiang5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/yonghu_touxiang5.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/yonghu_touxiang6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/yonghu_touxiang6.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/yonghu_touxiang7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/yonghu_touxiang7.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/yonghu_touxiang8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/yonghu_touxiang8.jpg -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/login.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/logo.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/role.png -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/translate/maxTranslate.js: -------------------------------------------------------------------------------- 1 | export default function maxTranslate() { 2 | return -this.snapGrid[this.snapGrid.length - 1]; 3 | } -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/center/l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/center/l5.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/center/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/center/to.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/gen/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/gen/upload.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/index/face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/index/face.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/login/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/login/logo.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/cart.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/cart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/cart1.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/exam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/exam.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/forum.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/icon1.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/icon2.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/icon3.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/icon4.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/index.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/mine.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/mine1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/mine1.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/news.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/order.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/type.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/type1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/type1.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/center/face.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/center/face.jpeg -------------------------------------------------------------------------------- /src/main/webapp/front/static/gen/shoucang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/gen/shoucang.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/login/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/login/captcha.jpg -------------------------------------------------------------------------------- /src/main/webapp/front/static/player/bofang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/player/bofang.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/player/danqu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/player/danqu.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/player/plays.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/player/plays.jpg -------------------------------------------------------------------------------- /src/main/webapp/front/static/player/suiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/player/suiji.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/exam_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/exam_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/map_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/map_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/message.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/news_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/news_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/service.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/weather.png -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_cpicture1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_cpicture1.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_cpicture2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_cpicture2.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_cpicture3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_cpicture3.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_cpicture4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_cpicture4.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_cpicture5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_cpicture5.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_cpicture6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_cpicture6.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_cpicture7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_cpicture7.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_cpicture8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_cpicture8.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_rpicture1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_rpicture1.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_rpicture2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_rpicture2.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_rpicture3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_rpicture3.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_rpicture4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_rpicture4.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_rpicture5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_rpicture5.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_rpicture6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_rpicture6.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_rpicture7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_rpicture7.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/messages_rpicture8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/messages_rpicture8.jpg -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/img/404.3648f234.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/dist/img/404.3648f234.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/QRcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/QRcode.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/avator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/avator.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/captcha.jpg -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/jiahao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/jiahao.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/password.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/username.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/username.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/center/face.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/center/face.jpeg -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/gen/shoucang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/gen/shoucang.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/gen/tianjia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/gen/tianjia.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/login/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/login/captcha.jpg -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/player/bofang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/player/bofang.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/player/danqu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/player/danqu.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/player/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/player/list.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/player/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/player/play.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/player/plays.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/player/plays.jpg -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/player/suiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/player/suiji.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/exam_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/exam_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/index1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/index1.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/map_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/map_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/message.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/news_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/news_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/order1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/order1.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/service.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/weather.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/add.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/center/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/center/setting.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/exam-index/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/exam-index/paper.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/player/shanchu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/player/shanchu.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/player/xunhuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/player/xunhuan.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/player/zanting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/player/zanting.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/forum_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/forum_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/icon1_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/icon1_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/icon2_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/icon2_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/icon3_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/icon3_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/icon4_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/icon4_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/message_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/message_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/service_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/service_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/tabs/weather_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/tabs/weather_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/class/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/class/0.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/class/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/class/1.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/class/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/class/10.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/class/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/class/11.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/class/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/class/12.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/class/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/class/13.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/class/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/class/14.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/class/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/class/15.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/class/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/class/2.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/location.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/wea/lei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/wea/lei.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/wea/qing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/wea/qing.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/wea/wu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/wea/wu.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/wea/xue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/wea/xue.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/wea/yin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/wea/yin.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/wea/yu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/wea/yu.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/wea/yun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/wea/yun.png -------------------------------------------------------------------------------- /src/main/webapp/upload/chanpinxinxi_tupian1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/chanpinxinxi_tupian1.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/chanpinxinxi_tupian2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/chanpinxinxi_tupian2.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/chanpinxinxi_tupian3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/chanpinxinxi_tupian3.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/chanpinxinxi_tupian4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/chanpinxinxi_tupian4.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/chanpinxinxi_tupian5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/chanpinxinxi_tupian5.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/chanpinxinxi_tupian6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/chanpinxinxi_tupian6.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/chanpinxinxi_tupian7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/chanpinxinxi_tupian7.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/chanpinxinxi_tupian8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/chanpinxinxi_tupian8.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/dingdanxinxi_tupian1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/dingdanxinxi_tupian1.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/dingdanxinxi_tupian2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/dingdanxinxi_tupian2.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/dingdanxinxi_tupian3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/dingdanxinxi_tupian3.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/dingdanxinxi_tupian4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/dingdanxinxi_tupian4.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/dingdanxinxi_tupian5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/dingdanxinxi_tupian5.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/dingdanxinxi_tupian6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/dingdanxinxi_tupian6.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/dingdanxinxi_tupian7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/dingdanxinxi_tupian7.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/dingdanxinxi_tupian8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/dingdanxinxi_tupian8.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/systemintro_picture1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/systemintro_picture1.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/systemintro_picture2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/systemintro_picture2.jpg -------------------------------------------------------------------------------- /src/main/webapp/upload/systemintro_picture3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/upload/systemintro_picture3.jpg -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/center/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/center/setting.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/player/shanchu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/player/shanchu.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/player/xunhuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/player/xunhuan.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/player/zanting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/player/zanting.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/forum_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/forum_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/icon1_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/icon1_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/icon2_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/icon2_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/icon3_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/icon3_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/icon4_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/icon4_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/class/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/class/0.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/class/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/class/1.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/class/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/class/2.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/wea/lei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/wea/lei.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/wea/wu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/wea/wu.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/wea/xue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/wea/xue.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/wea/yin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/wea/yin.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/wea/yu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/wea/yu.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/wea/yun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/wea/yun.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/pay-confirm/nongye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/pay-confirm/nongye.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/pay-confirm/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/pay-confirm/weixin.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/class/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/class/111.png -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/img/zhongguo.20798bfa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/dist/img/zhongguo.20798bfa.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/test/jianshe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/test/jianshe.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/test/jiaotong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/test/jiaotong.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/test/nongye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/test/nongye.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/test/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/test/weixin.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/test/zhifubao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/test/zhifubao.png -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/img/test/zhongguo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/src/assets/img/test/zhongguo.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/exam-index/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/exam-index/paper.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/pay-confirm/nongye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/pay-confirm/nongye.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/pay-confirm/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/pay-confirm/weixin.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/message_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/message_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/service_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/service_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/tabs/weather_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/tabs/weather_act.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/class/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/class/10.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/class/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/class/11.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/class/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/class/111.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/class/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/class/12.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/class/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/class/13.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/class/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/class/14.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/class/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/class/15.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/location.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/wea/qing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/wea/qing.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/pay-confirm/jianshe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/pay-confirm/jianshe.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/pay-confirm/jiaotong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/pay-confirm/jiaotong.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/pay-confirm/zhifubao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/pay-confirm/zhifubao.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/pay-confirm/zhongguo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/pay-confirm/zhongguo.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/restaurant-detail/now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/restaurant-detail/now.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/wea/bingbao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/wea/bingbao.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/weather/wea/shachen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/weather/wea/shachen.png -------------------------------------------------------------------------------- /src/main/webapp/front/components/xia-editor/Pacifico.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/components/xia-editor/Pacifico.ttf -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/pay-confirm/jianshe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/pay-confirm/jianshe.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/pay-confirm/jiaotong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/pay-confirm/jiaotong.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/pay-confirm/zhifubao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/pay-confirm/zhifubao.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/pay-confirm/zhongguo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/pay-confirm/zhongguo.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/wea/bingbao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/wea/bingbao.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/weather/wea/shachen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/weather/wea/shachen.png -------------------------------------------------------------------------------- /src/main/java/com/config/AlipayConfig.java: -------------------------------------------------------------------------------- 1 | package com.config; 2 | 3 | import java.io.FileWriter; 4 | import java.io.IOException; 5 | 6 | 7 | 8 | public class AlipayConfig { 9 | } 10 | 11 | -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/fonts/element-icons.732389de.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/dist/fonts/element-icons.732389de.ttf -------------------------------------------------------------------------------- /src/main/webapp/front/components/xia-editor/editor-icon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/components/xia-editor/editor-icon.ttf -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/restaurant-detail/now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/restaurant-detail/now.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/restaurant-detail/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/restaurant-detail/select.png -------------------------------------------------------------------------------- /src/main/webapp/front/static/restaurant-detail/unselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/static/restaurant-detail/unselect.png -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/fonts/element-icons.535877f5.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/admin/dist/fonts/element-icons.535877f5.woff -------------------------------------------------------------------------------- /src/main/webapp/front/components/progress/CustomProgress.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/components/progress/CustomProgress.zip -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/restaurant-detail/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/restaurant-detail/select.png -------------------------------------------------------------------------------- /src/main/webapp/front/h5/static/restaurant-detail/unselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/front/h5/static/restaurant-detail/unselect.png -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/loop/loopDestroy.js: -------------------------------------------------------------------------------- 1 | export default function loopDestroy() { 2 | const swiper = this; 3 | const { 4 | $wrapperEl, 5 | params, 6 | slides 7 | } = swiper; 8 | } 9 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/classes/index.js: -------------------------------------------------------------------------------- 1 | import addClasses from './addClasses.js'; 2 | import removeClasses from './removeClasses.js'; 3 | export default { 4 | addClasses, 5 | removeClasses 6 | }; -------------------------------------------------------------------------------- /src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/effect-cards/effect-cards.scss: -------------------------------------------------------------------------------- 1 | .swiper-cards { 2 | overflow: visible; 3 | 4 | } 5 | .swiper-slide-cards { 6 | transform-origin: center bottom; 7 | backface-visibility: hidden; 8 | } -------------------------------------------------------------------------------- /src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/MobileSalesManagementSystem/HEAD/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/grab-cursor/index.js: -------------------------------------------------------------------------------- 1 | import setGrabCursor from './setGrabCursor.js'; 2 | import unsetGrabCursor from './unsetGrabCursor.js'; 3 | export default { 4 | setGrabCursor, 5 | unsetGrabCursor 6 | }; -------------------------------------------------------------------------------- /src/main/resources/config.properties: -------------------------------------------------------------------------------- 1 | validationQuery=SELECT 1 2 | 3 | jdbc_url=jdbc:mysql://127.0.0.1:3306/graduation_282_bs?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false 4 | jdbc_username=root 5 | jdbc_password=123456 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/main/resources/mapper/ConfigDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/shared/classes-to-selector.js: -------------------------------------------------------------------------------- 1 | export default function classesToSelector(classes = '') { 2 | return `.${classes.trim().replace(/([\.:!\/])/g, '\\$1') // eslint-disable-line 3 | .replace(/ /g, '.')}`; 4 | } -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/size.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/thumbs/thumbs.scss: -------------------------------------------------------------------------------- 1 | .swiper-thumbs { 2 | 3 | } 4 | .swiper-slide-thumb { 5 | opacity: 0.4; 6 | } 7 | .swiper-slide-thumb-active { 8 | // Styles for active thumb slide 9 | opacity: 1; 10 | } -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/sender.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/loop/index.js: -------------------------------------------------------------------------------- 1 | import loopCreate from './loopCreate.js'; 2 | import loopFix from './loopFix.js'; 3 | import loopDestroy from './loopDestroy.js'; 4 | export default { 5 | loopCreate, 6 | loopFix, 7 | loopDestroy 8 | }; -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/components/zebra-swiper/zebra-swiper.vue: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 8 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/slide/slideReset.js: -------------------------------------------------------------------------------- 1 | export default function slideReset(speed = this.params.speed, runCallbacks = true, internal) { 2 | const swiper = this; 3 | return swiper.slideTo(swiper.activeIndex, speed, runCallbacks, internal); 4 | } -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/effect-carousel/effect-carousel.scss: -------------------------------------------------------------------------------- 1 | .swiper-slide-carousel { 2 | backface-visibility: hidden; 3 | overflow: hidden; 4 | transition-property: transform, opacity, height; 5 | transform-style: preserve-3d; 6 | } -------------------------------------------------------------------------------- /src/main/java/com/dao/ConfigDao.java: -------------------------------------------------------------------------------- 1 | 2 | package com.dao; 3 | 4 | import com.baomidou.mybatisplus.mapper.BaseMapper; 5 | import com.entity.ConfigEntity; 6 | 7 | /** 8 | * 配置 9 | */ 10 | public interface ConfigDao extends BaseMapper { 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/com/annotation/IgnoreAuth.java: -------------------------------------------------------------------------------- 1 | package com.annotation; 2 | 3 | import java.lang.annotation.*; 4 | 5 | /** 6 | * 忽略Token验证 7 | */ 8 | @Target(ElementType.METHOD) 9 | @Retention(RetentionPolicy.RUNTIME) 10 | @Documented 11 | public @interface IgnoreAuth { 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/classes/removeClasses.js: -------------------------------------------------------------------------------- 1 | export default function removeClasses() { 2 | const swiper = this; 3 | const { 4 | $el, 5 | classNames 6 | } = swiper; 7 | $el.removeClass(classNames.join(' ')); 8 | swiper.emitContainerClasses(); 9 | } -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/effect-creative/effect-creative.scss: -------------------------------------------------------------------------------- 1 | .swiper-creative { 2 | 3 | } 4 | .swiper-slide-creative { 5 | backface-visibility: hidden; 6 | overflow: hidden; 7 | transition-property: transform, opacity, height; 8 | transform-style: preserve-3d; 9 | } -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/transition/index.js: -------------------------------------------------------------------------------- 1 | import setTransition from './setTransition.js'; 2 | import transitionStart from './transitionStart.js'; 3 | import transitionEnd from './transitionEnd.js'; 4 | export default { 5 | setTransition, 6 | transitionStart, 7 | transitionEnd 8 | }; 9 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/effect-fade/effect-fade.scss: -------------------------------------------------------------------------------- 1 | .swiper-slide-fade { 2 | pointer-events: none; 3 | transition-property: opacity; 4 | .swiper-slide { 5 | pointer-events: none; 6 | } 7 | } 8 | 9 | .swiper-slide-fade.swiper-slide-active { 10 | pointer-events: auto; 11 | } 12 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/component.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/index.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import SvgIcon from '@/components/SvgIcon'// svg component 3 | 4 | // register globally 5 | Vue.component('svg-icon', SvgIcon) 6 | 7 | const req = require.context('./svg/svg', false, /\.svg$/) 8 | const requireAll = requireContext => requireContext.keys().map(requireContext) 9 | requireAll(req) 10 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/transition/setTransition.js: -------------------------------------------------------------------------------- 1 | export default function setTransition(duration, byController) { 2 | const swiper = this; 3 | if (!swiper.$wrapperEl) return 4 | if (!swiper.params.cssMode) { 5 | swiper.$wrapperEl.transition(duration); 6 | } 7 | 8 | swiper.emit('setTransition', duration, byController); 9 | } 10 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/shared/effect-target.js: -------------------------------------------------------------------------------- 1 | export default function effectTarget(effectParams, $slideEl) { 2 | if (effectParams.transformEl) { 3 | return $slideEl.find(effectParams.transformEl).css({ 4 | 'backface-visibility': 'hidden', 5 | '-webkit-backface-visibility': 'hidden' 6 | }); 7 | } 8 | 9 | return $slideEl; 10 | } -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/money.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/static/css/var.scss: -------------------------------------------------------------------------------- 1 | $gray-3: #ebedf0; 2 | $gray-8: #323233; 3 | $animation-duration-fast: 0.2s; 4 | $swipe-indicator-size: 12rpx; 5 | $swipe-indicator-margin: 24rpx; 6 | $swipe-indicator-active-opacity: 1; 7 | $swipe-indicator-inactive-opacity: 0.3; 8 | $swipe-indicator-active-background-color: #1989fa; 9 | $swipe-indicator-inactive-background-color: #323233; -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/css/element-variables.scss: -------------------------------------------------------------------------------- 1 | /* 改变主题色变量 */ 2 | $--color-primary: #00c292 !default; 3 | $--color-success: #67c23a !default; 4 | $--color-warning: #e6a23c !default; 5 | $--color-danger: #f56c6c !default; 6 | $--color-info: #909399 !default; 7 | /* 改变 icon 字体路径变量,必需 */ 8 | $--font-path: '~element-ui/lib/theme-chalk/fonts'; 9 | @import "~element-ui/packages/theme-chalk/src/index"; -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/slide/slideToLoop.js: -------------------------------------------------------------------------------- 1 | export default function slideToLoop(index = 0, speed = this.params.speed, runCallbacks = true, internal) { 2 | const swiper = this; 3 | let newIndex = index; 4 | 5 | if (swiper.params.loop) { 6 | newIndex += swiper.loopedSlides; 7 | } 8 | 9 | return swiper.slideTo(newIndex, speed, runCallbacks, internal); 10 | } -------------------------------------------------------------------------------- /src/main/java/com/utils/MD5Util.java: -------------------------------------------------------------------------------- 1 | package com.utils; 2 | 3 | import cn.hutool.crypto.digest.DigestUtil; 4 | 5 | public class MD5Util { 6 | 7 | /** 8 | * @param text明文 9 | * @param key密钥 10 | * @return 密文 11 | */ 12 | // 带秘钥加密 13 | public static String md5(String text) { 14 | // 加密后的字符串 15 | String md5str = DigestUtil.md5Hex(text); 16 | return md5str; 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/grab-cursor/unsetGrabCursor.js: -------------------------------------------------------------------------------- 1 | export default function unsetGrabCursor() { 2 | const swiper = this; 3 | if (swiper.support.touch || swiper.params.watchOverflow && swiper.isLocked || swiper.params.cssMode) { 4 | return; 5 | } 6 | swiper[swiper.params.touchEventsTarget === 'container' ? '$el' : '$wrapperEl'].setCss({ 7 | cursor: '' 8 | }); 9 | } 10 | -------------------------------------------------------------------------------- /src/main/java/com/annotation/LoginUser.java: -------------------------------------------------------------------------------- 1 | package com.annotation; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | 8 | /** 9 | * 登录用户信息 10 | */ 11 | @Target(ElementType.PARAMETER) 12 | @Retention(RetentionPolicy.RUNTIME) 13 | public @interface LoginUser { 14 | 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/com/annotation/APPLoginUser.java: -------------------------------------------------------------------------------- 1 | package com.annotation; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | 8 | /** 9 | * 登录用户信息 10 | */ 11 | @Target(ElementType.PARAMETER) 12 | @Retention(RetentionPolicy.RUNTIME) 13 | public @interface APPLoginUser { 14 | 15 | } 16 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/documentation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/documentation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/utils/i18n.js: -------------------------------------------------------------------------------- 1 | // translate router.meta.title, be used in breadcrumb sidebar tagsview 2 | export function generateTitle(title) { 3 | const hasKey = this.$te('route.' + title) 4 | 5 | if (hasKey) { 6 | // $t :this method from vue-i18n, inject in @/lang/index.js 7 | const translatedTitle = this.$t('route.' + title) 8 | 9 | return translatedTitle 10 | } 11 | return title 12 | } 13 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/events/onClick.js: -------------------------------------------------------------------------------- 1 | export default function onClick(e) { 2 | const swiper = this; 3 | if (!swiper.enabled) return; 4 | 5 | if (!swiper.allowClick) { 6 | if (swiper.params.preventClicks) e.preventDefault(); 7 | 8 | if (swiper.params.preventClicksPropagation && swiper.animating) { 9 | e.stopPropagation(); 10 | e.stopImmediatePropagation(); 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/translate/index.js: -------------------------------------------------------------------------------- 1 | import getTranslate from './getTranslate.js'; 2 | import setTranslate from './setTranslate.js'; 3 | import minTranslate from './minTranslate.js'; 4 | import maxTranslate from './maxTranslate.js'; 5 | import translateTo from './translateTo.js'; 6 | export default { 7 | getTranslate, 8 | setTranslate, 9 | minTranslate, 10 | maxTranslate, 11 | translateTo 12 | }; -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/task.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/task.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/utils/base.js: -------------------------------------------------------------------------------- 1 | const base = { 2 | get() { 3 | return { 4 | url : "http://localhost:8080/bs/", 5 | name: "bs", 6 | // 退出到首页链接 7 | indexUrl: 'http://localhost:8080/bs/front/h5/index.html' 8 | }; 9 | }, 10 | getProjectName(){ 11 | return { 12 | projectName: "移动销售管理系统" 13 | } 14 | } 15 | } 16 | export default base 17 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/update/updateSlidesOffset.js: -------------------------------------------------------------------------------- 1 | export default async function updateSlidesOffset() { 2 | const swiper = this; 3 | const slides = swiper.slides; 4 | 5 | for (let i = 0; i < slides.length; i += 1) { 6 | let offset = (slides[i].swiperSlideSize + swiper.params.spaceBetween) * slides[i].index; 7 | slides[i].swiperSlideOffset = swiper.isHorizontal() ? offset : 8 | offset; 9 | } 10 | 11 | } 12 | -------------------------------------------------------------------------------- /src/main/resources/mapper/TokenDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 12 | 13 | -------------------------------------------------------------------------------- /src/main/resources/mapper/UsersDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/fullscreen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/css/canvas-bg-1.css: -------------------------------------------------------------------------------- 1 | #canvas { 2 | position: fixed; 3 | top: 0; 4 | left: 0; 5 | width: 100%; 6 | margin: 0; 7 | overflow: hidden; 8 | background: hsla(0, 5%, 5%, 1); 9 | background-repeat: no-repeat; 10 | background-attachment: fixed; 11 | background-image: linear-gradient(to right top, hsla(0, 5%, 15%, 0.5), hsla(0, 5%, 5%, 1)); 12 | background-image: -moz-linear-gradient(to right top, hsla(0, 5%, 15%, 0.5), hsla(0, 5%, 5%, 1)); 13 | } -------------------------------------------------------------------------------- /src/main/java/com/service/ConfigService.java: -------------------------------------------------------------------------------- 1 | 2 | package com.service; 3 | 4 | import java.util.Map; 5 | 6 | import com.baomidou.mybatisplus.mapper.Wrapper; 7 | import com.baomidou.mybatisplus.service.IService; 8 | import com.entity.ConfigEntity; 9 | import com.utils.PageUtils; 10 | 11 | 12 | /** 13 | * 系统用户 14 | */ 15 | public interface ConfigService extends IService { 16 | PageUtils queryPage(Map params,Wrapper wrapper); 17 | } 18 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/druid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svgo.yml: -------------------------------------------------------------------------------- 1 | # replace default config 2 | # 基于svgo对svg文件进行压缩:https://panjiachen.github.io/vue-element-admin-site/zh/feature/script/svgo.html 3 | # multipass: true 4 | # full: true 5 | 6 | plugins: 7 | 8 | # - name 9 | # 10 | # or: 11 | # - name: false 12 | # - name: true 13 | # 14 | # or: 15 | # - name: 16 | # param1: 1 17 | # param2: 2 18 | 19 | - removeAttrs: 20 | attrs: 21 | - 'fill' 22 | - 'fill-rule' 23 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/transition/transitionEnd.js: -------------------------------------------------------------------------------- 1 | import transitionEmit from './transitionEmit.js'; 2 | export default function transitionEnd(runCallbacks = true, direction) { 3 | const swiper = this; 4 | const { 5 | params 6 | } = swiper; 7 | swiper.animating = false; 8 | if (params.cssMode) return; 9 | swiper.setTransition(0); 10 | transitionEmit({ 11 | swiper, 12 | runCallbacks, 13 | direction, 14 | step: 'End' 15 | }); 16 | } 17 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/drag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/utils/api.js: -------------------------------------------------------------------------------- 1 | const api = { 2 | // 积分订单 3 | orderpage: 'orders/page', 4 | orderdelete: 'orders/delete', 5 | orderinfo: 'orders/info/', 6 | ordersave: 'orders/save', 7 | orderupdate: 'orders/update', 8 | // 配置 9 | configpage: 'config/page', 10 | configdelete: 'config/delete', 11 | configinfo: 'config/info/', 12 | configsave: 'config/save', 13 | configupdate: 'config/update' 14 | 15 | } 16 | 17 | export default api 18 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/server.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/traceabilityList.svg: -------------------------------------------------------------------------------- 1 | 溯源配置 -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/transition/transitionStart.js: -------------------------------------------------------------------------------- 1 | import transitionEmit from './transitionEmit.js'; 2 | export default function transitionStart(runCallbacks = true, direction) { 3 | const swiper = this; 4 | const { 5 | params 6 | } = swiper; 7 | if (params.cssMode) return; 8 | 9 | if (params.autoHeight) { 10 | swiper.updateAutoHeight(); 11 | } 12 | 13 | transitionEmit({ 14 | swiper, 15 | runCallbacks, 16 | direction, 17 | step: 'Start' 18 | }); 19 | } 20 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/App.vue: -------------------------------------------------------------------------------- 1 | 6 | 7 | 12 | 13 | 32 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/views/index.vue: -------------------------------------------------------------------------------- 1 | 6 | 14 | 15 | 26 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/virtual/virtual.scss: -------------------------------------------------------------------------------- 1 | .swiper-virtual.swiper-css-mode { 2 | .swiper-wrapper::after { 3 | content: ''; 4 | position: absolute; 5 | left: 0; 6 | top: 0; 7 | pointer-events: none; 8 | } 9 | &.swiper-horizontal .swiper-wrapper::after { 10 | height: 1px; 11 | width: var(--swiper-virtual-size); 12 | } 13 | &.swiper-vertical .swiper-wrapper::after { 14 | width: 1px; 15 | height: var(--swiper-virtual-size); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/user0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/user0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/shared/get-browser.js: -------------------------------------------------------------------------------- 1 | let browser; 2 | 3 | function calcBrowser() { 4 | function isSafari() { 5 | const res = uni.getSystemInfoSync(); 6 | return res.model; 7 | } 8 | 9 | return { 10 | isSafari: isSafari(), 11 | isWebView: /(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(isSafari()) 12 | }; 13 | } 14 | 15 | function getBrowser() { 16 | if (!browser) { 17 | browser = calcBrowser(); 18 | } 19 | 20 | return browser; 21 | } 22 | 23 | export { 24 | getBrowser 25 | }; 26 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/monitor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/harvestBatch.svg: -------------------------------------------------------------------------------- 1 | 采收批次管理 -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/slide/index.js: -------------------------------------------------------------------------------- 1 | import slideTo from './slideTo.js'; 2 | import slideToLoop from './slideToLoop.js'; 3 | import slideNext from './slideNext.js'; 4 | import slidePrev from './slidePrev.js'; 5 | import slideReset from './slideReset.js'; 6 | import slideToClosest from './slideToClosest.js'; 7 | import slideToClickedSlide from './slideToClickedSlide.js'; 8 | export default { 9 | slideTo, 10 | slideToLoop, 11 | slideNext, 12 | slidePrev, 13 | slideReset, 14 | slideToClosest, 15 | slideToClickedSlide 16 | }; 17 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/effect-flip/effect-flip.scss: -------------------------------------------------------------------------------- 1 | .swiper-flip { 2 | overflow: visible; 3 | .swiper-slide-shadow-top, 4 | .swiper-slide-shadow-bottom, 5 | .swiper-slide-shadow-left, 6 | .swiper-slide-shadow-right { 7 | z-index: 0; 8 | backface-visibility: hidden; 9 | } 10 | } 11 | 12 | .swiper-slide-flip { 13 | pointer-events: none; 14 | backface-visibility: hidden; 15 | z-index: 1; 16 | transform-style: preserve-3d; 17 | .swiper-slide { 18 | pointer-events: none; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/vue-jsonp/dist/utils/index.d.ts: -------------------------------------------------------------------------------- 1 | /** 2 | * Generate random string. 3 | * 4 | * @return { string } 5 | */ 6 | declare function randomStr(): string; 7 | /** 8 | * Format params into querying string. 9 | * 10 | * @return {string[]} 11 | */ 12 | declare function formatParams(queryKey: string, value: any): string[]; 13 | /** 14 | * Flat querys. 15 | * 16 | * @param {string[] | (string[])[]} array 17 | * @returns 18 | */ 19 | declare function flatten(array: string[] | (string[])[]): string[]; 20 | export { formatParams, flatten, randomStr }; 21 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/utils/storage.js: -------------------------------------------------------------------------------- 1 | const storage = { 2 | set(key, value) { 3 | localStorage.setItem(key, JSON.stringify(value)); 4 | }, 5 | get(key) { 6 | return localStorage.getItem(key)?localStorage.getItem(key).replace('"','').replace('"',''):""; 7 | }, 8 | getObj(key) { 9 | return localStorage.getItem(key)?JSON.parse(localStorage.getItem(key)):null; 10 | }, 11 | remove(key) { 12 | localStorage.removeItem(key); 13 | }, 14 | clear() { 15 | localStorage.clear(); 16 | } 17 | } 18 | export default storage; 19 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/excel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/pests.svg: -------------------------------------------------------------------------------- 1 | 病虫害反馈 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/video.svg: -------------------------------------------------------------------------------- 1 | 视频云配置sp -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/grab-cursor/setGrabCursor.js: -------------------------------------------------------------------------------- 1 | export default function setGrabCursor(moving) { 2 | const swiper = this; 3 | if (swiper.support.touch || !swiper.params.simulateTouch || swiper.params.watchOverflow && swiper.isLocked || swiper 4 | .params.cssMode) return; 5 | const el = swiper.params.touchEventsTarget === 'container' ? swiper.$el : swiper.$wrapperEl; 6 | el.setCss({ 7 | cursor: 'move', 8 | cursor: moving ? '-webkit-grabbing' : '-webkit-grab', 9 | cursor: moving ? '-moz-grabbin' : '-moz-grab', 10 | cursor: moving ? 'grabbing' : 'grab', 11 | }) 12 | } 13 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/nested.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/nested0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/traceabilityStyle.svg: -------------------------------------------------------------------------------- 1 | 溯源管理样式 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/form.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/uni-ui/lib/uni-status-bar/uni-status-bar.vue: -------------------------------------------------------------------------------- 1 | 6 | 7 | 18 | 19 | 26 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/build.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/education.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/java/com/dao/UsersDao.java: -------------------------------------------------------------------------------- 1 | 2 | package com.dao; 3 | 4 | import java.util.List; 5 | 6 | import org.apache.ibatis.annotations.Param; 7 | 8 | import com.baomidou.mybatisplus.mapper.BaseMapper; 9 | import com.baomidou.mybatisplus.mapper.Wrapper; 10 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 11 | import com.entity.UsersEntity; 12 | 13 | /** 14 | * 用户 15 | */ 16 | public interface UsersDao extends BaseMapper { 17 | 18 | List selectListView(@Param("ew") Wrapper wrapper); 19 | 20 | List selectListView(Pagination page,@Param("ew") Wrapper wrapper); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/com/dao/TokenDao.java: -------------------------------------------------------------------------------- 1 | 2 | package com.dao; 3 | 4 | import java.util.List; 5 | 6 | import org.apache.ibatis.annotations.Param; 7 | 8 | import com.baomidou.mybatisplus.mapper.BaseMapper; 9 | import com.baomidou.mybatisplus.mapper.Wrapper; 10 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 11 | import com.entity.TokenEntity; 12 | 13 | /** 14 | * token 15 | */ 16 | public interface TokenDao extends BaseMapper { 17 | 18 | List selectListView(@Param("ew") Wrapper wrapper); 19 | 20 | List selectListView(Pagination page,@Param("ew") Wrapper wrapper); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/com/entity/vo/ChanpinleixingVO.java: -------------------------------------------------------------------------------- 1 | package com.entity.vo; 2 | 3 | import com.entity.ChanpinleixingEntity; 4 | 5 | import com.baomidou.mybatisplus.annotations.TableName; 6 | import com.fasterxml.jackson.annotation.JsonFormat; 7 | import java.util.Date; 8 | import org.springframework.format.annotation.DateTimeFormat; 9 | 10 | import java.io.Serializable; 11 | 12 | 13 | /** 14 | * 产品类型 15 | * 手机端接口返回实体辅助类 16 | * (主要作用去除一些不必要的字段) 17 | * @author 18 | * @email 19 | * @date 2023-03-03 20:21:29 20 | */ 21 | public class ChanpinleixingVO implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/translate/getTranslate.js: -------------------------------------------------------------------------------- 1 | import { 2 | getTranslate 3 | } from '../../shared/utils.js'; 4 | export default function getSwiperTranslate(axis = this.isHorizontal() ? 'x' : 'y') { 5 | const swiper = this; 6 | const { 7 | params, 8 | rtlTranslate: rtl, 9 | translate, 10 | $wrapperEl 11 | } = swiper; 12 | 13 | if (params.virtualTranslate) { 14 | return rtl ? -translate : translate; 15 | } 16 | 17 | if (params.cssMode) { 18 | return translate; 19 | } 20 | let currentTranslate = getTranslate(swiper, axis); 21 | if (rtl) currentTranslate = -currentTranslate; 22 | return currentTranslate || 0; 23 | } 24 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/message.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/theme.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/harvestManage.svg: -------------------------------------------------------------------------------- 1 | 采收管理 -------------------------------------------------------------------------------- /src/main/webapp/admin/public/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 移动销售管理系统 10 | 11 | 12 | 15 |
16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/password.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/password0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/password.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/java/com/config/MyMetaObjectHandler.java: -------------------------------------------------------------------------------- 1 | package com.config; 2 | 3 | import java.util.Date; 4 | 5 | import org.apache.ibatis.reflection.MetaObject; 6 | 7 | import com.baomidou.mybatisplus.mapper.MetaObjectHandler; 8 | 9 | /** 10 | * 自定义填充处理器 11 | */ 12 | public class MyMetaObjectHandler extends MetaObjectHandler { 13 | 14 | @Override 15 | public void insertFill(MetaObject metaObject) { 16 | this.setFieldValByName("ctime", new Date(), metaObject); 17 | } 18 | 19 | @Override 20 | public boolean openUpdateFill() { 21 | return false; 22 | } 23 | 24 | @Override 25 | public void updateFill(MetaObject metaObject) { 26 | // 关闭更新填充、这里不执行 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /src/main/java/com/service/UsersService.java: -------------------------------------------------------------------------------- 1 | 2 | package com.service; 3 | 4 | import java.util.List; 5 | import java.util.Map; 6 | 7 | import org.apache.ibatis.annotations.Param; 8 | 9 | import com.baomidou.mybatisplus.mapper.Wrapper; 10 | import com.baomidou.mybatisplus.service.IService; 11 | import com.entity.UsersEntity; 12 | import com.utils.PageUtils; 13 | 14 | 15 | /** 16 | * 系统用户 17 | */ 18 | public interface UsersService extends IService { 19 | PageUtils queryPage(Map params); 20 | 21 | List selectListView(Wrapper wrapper); 22 | 23 | PageUtils queryPage(Map params,Wrapper wrapper); 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/main/java/com/entity/model/ChanpinleixingModel.java: -------------------------------------------------------------------------------- 1 | package com.entity.model; 2 | 3 | import com.entity.ChanpinleixingEntity; 4 | 5 | import com.baomidou.mybatisplus.annotations.TableName; 6 | import com.fasterxml.jackson.annotation.JsonFormat; 7 | import java.util.Date; 8 | import org.springframework.format.annotation.DateTimeFormat; 9 | import java.io.Serializable; 10 | 11 | 12 | /** 13 | * 产品类型 14 | * 接收传参的实体类 15 | *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) 16 | * 取自ModelAndView 的model名称 17 | * @author 18 | * @email 19 | * @date 2023-03-03 20:21:29 20 | */ 21 | public class ChanpinleixingModel implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/main/java/com/service/CommonService.java: -------------------------------------------------------------------------------- 1 | package com.service; 2 | 3 | import java.util.List; 4 | import java.util.Map; 5 | 6 | public interface CommonService { 7 | List getOption(Map params); 8 | 9 | Map getFollowByOption(Map params); 10 | 11 | void sh(Map params); 12 | 13 | int remindCount(Map params); 14 | 15 | Map selectCal(Map params); 16 | 17 | List> selectGroup(Map params); 18 | 19 | List> selectValue(Map params); 20 | 21 | List> selectTimeStatValue(Map params); 22 | } 23 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/warnings.svg: -------------------------------------------------------------------------------- 1 | 预警阈值 -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/will-change/will-change.js: -------------------------------------------------------------------------------- 1 | export default function WillChange({ 2 | swiper, 3 | extendParams, 4 | on 5 | }) { 6 | on('setTransition', (s, duration) => { 7 | if (!swiper.params.willChange) return; 8 | if (swiper.params.effect == "slide" || swiper.params.effect == "cube" || swiper.params.effect == 9 | "coverflow" || swiper.params.effect == "panorama") { 10 | swiper.$wrapperEl.willChange("transform"); 11 | } 12 | }); 13 | on('transitionEnd', (s, duration) => { 14 | if (!swiper.params.willChange) return; 15 | swiper.$wrapperEl.willChange("auto"); 16 | swiper.slides.forEach((item) => { 17 | item.$itemEl.willChange("auto"); 18 | }) 19 | }); 20 | } 21 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/inspection.svg: -------------------------------------------------------------------------------- 1 | 巡视反馈 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/tab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/financeBudget.svg: -------------------------------------------------------------------------------- 1 | 预算统计 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/harvestDetection.svg: -------------------------------------------------------------------------------- 1 | 采收检测标准 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/java/com/utils/FileUtil.java: -------------------------------------------------------------------------------- 1 | package com.utils; 2 | 3 | import java.io.ByteArrayOutputStream; 4 | import java.io.File; 5 | import java.io.FileInputStream; 6 | import java.io.IOException; 7 | import java.io.InputStream; 8 | 9 | /** 10 | * 类说明 : 11 | */ 12 | 13 | public class FileUtil { 14 | public static byte[] FileToByte(File file) throws IOException { 15 | // 将数据转为流 16 | @SuppressWarnings("resource") 17 | InputStream content = new FileInputStream(file); 18 | ByteArrayOutputStream swapStream = new ByteArrayOutputStream(); 19 | byte[] buff = new byte[100]; 20 | int rc = 0; 21 | while ((rc = content.read(buff, 0, 100)) > 0) { 22 | swapStream.write(buff, 0, rc); 23 | } 24 | // 获得二进制数组 25 | return swapStream.toByteArray(); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/finance.svg: -------------------------------------------------------------------------------- 1 | 财务管理 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/table0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/clipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/java/com/model/enums/TypeEnum.java: -------------------------------------------------------------------------------- 1 | package com.model.enums; 2 | 3 | import java.io.Serializable; 4 | 5 | import com.baomidou.mybatisplus.enums.IEnum; 6 | 7 | /** 8 | * 必须现在 IEnum 配置 该包扫描自动注入,查看文件 spring-mybatis.xml 参数 typeEnumsPackage 9 | */ 10 | public enum TypeEnum implements IEnum { 11 | DISABLED(0, "禁用"), 12 | NORMAL(1, "正常"); 13 | 14 | private final int value; 15 | private final String desc; 16 | 17 | TypeEnum(final int value, final String desc) { 18 | this.value = value; 19 | this.desc = desc; 20 | } 21 | 22 | @Override 23 | public Serializable getValue() { 24 | return this.value; 25 | } 26 | 27 | // Jackson 注解为 JsonValue 返回中文 json 描述 28 | public String getDesc() { 29 | return this.desc; 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /src/main/java/com/service/TokenService.java: -------------------------------------------------------------------------------- 1 | 2 | package com.service; 3 | 4 | import java.util.List; 5 | import java.util.Map; 6 | 7 | import com.baomidou.mybatisplus.mapper.Wrapper; 8 | import com.baomidou.mybatisplus.service.IService; 9 | import com.entity.TokenEntity; 10 | import com.utils.PageUtils; 11 | 12 | 13 | /** 14 | * token 15 | */ 16 | public interface TokenService extends IService { 17 | PageUtils queryPage(Map params); 18 | 19 | List selectListView(Wrapper wrapper); 20 | 21 | PageUtils queryPage(Map params,Wrapper wrapper); 22 | 23 | String generateToken(Long userid,String username,String tableName, String role); 24 | 25 | TokenEntity getTokenEntity(String token); 26 | } 27 | -------------------------------------------------------------------------------- /src/main/webapp/front/App.vue: -------------------------------------------------------------------------------- 1 | 14 | 15 | 37 | -------------------------------------------------------------------------------- /src/main/java/com/dao/CommonDao.java: -------------------------------------------------------------------------------- 1 | 2 | package com.dao; 3 | 4 | import java.util.List; 5 | import java.util.Map; 6 | 7 | /** 8 | * 通用接口 9 | */ 10 | public interface CommonDao{ 11 | List getOption(Map params); 12 | 13 | Map getFollowByOption(Map params); 14 | 15 | List getFollowByOption2(Map params); 16 | 17 | void sh(Map params); 18 | 19 | int remindCount(Map params); 20 | 21 | Map selectCal(Map params); 22 | 23 | List> selectGroup(Map params); 24 | 25 | List> selectValue(Map params); 26 | 27 | List> selectTimeStatValue(Map params); 28 | } 29 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/source.svg: -------------------------------------------------------------------------------- 1 | 溯源管理 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/template.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/update/index.js: -------------------------------------------------------------------------------- 1 | import updateSize from './updateSize.js'; 2 | import updateSlides from './updateSlides.js'; 3 | import updateAutoHeight from './updateAutoHeight.js'; 4 | import updateSlidesOffset from './updateSlidesOffset.js'; 5 | import updateSlidesProgress from './updateSlidesProgress.js'; 6 | import updateProgress from './updateProgress.js'; 7 | import updateSlidesClasses from './updateSlidesClasses.js'; 8 | import updateActiveIndex from './updateActiveIndex.js'; 9 | import updateClickedSlide from './updateClickedSlide.js'; 10 | export default { 11 | updateSize, 12 | updateSlides, 13 | updateAutoHeight, 14 | updateSlidesOffset, 15 | updateSlidesProgress, 16 | updateProgress, 17 | updateSlidesClasses, 18 | updateActiveIndex, 19 | updateClickedSlide 20 | }; 21 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/retroactiveCoding.svg: -------------------------------------------------------------------------------- 1 | 追溯打码 -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/shared/get-device.js: -------------------------------------------------------------------------------- 1 | import { 2 | getSupport 3 | } from './get-support.js'; 4 | let deviceCached; 5 | 6 | function calcDevice({ 7 | userAgent 8 | } = {}) { 9 | const support = getSupport(); 10 | const device = { 11 | ios: false, 12 | android: false 13 | }; 14 | 15 | const res = uni.getSystemInfoSync(); 16 | 17 | if (res.platform == "android") { 18 | device.os = 'android'; 19 | device.android = true; 20 | } 21 | 22 | if (res.platform == "ios") { 23 | device.os = 'ios'; 24 | device.ios = true; 25 | } // Export object 26 | 27 | 28 | return device; 29 | } 30 | 31 | function getDevice(overrides = {}) { 32 | if (!deviceCached) { 33 | deviceCached = calcDevice(overrides); 34 | } 35 | 36 | return deviceCached; 37 | } 38 | 39 | export { 40 | getDevice 41 | }; 42 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/pesticideResidue.svg: -------------------------------------------------------------------------------- 1 | 农残检测项 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/static/css/iconfont.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'iconfont'; 3 | /* project id 3161382 */ 4 | src: url('?#iefix') format('embedded-opentype'), 5 | url('//at.alicdn.com/t/font_3161382_m9empg4v7s.woff2') format('woff2'), 6 | url('//at.alicdn.com/t/font_3161382_m9empg4v7s.woff') format('woff'), 7 | url('//at.alicdn.com/t/font_3161382_m9empg4v7s.ttf') format('truetype'), 8 | url('#iconfont') format('svg'); 9 | } 10 | 11 | .zebra-icon { 12 | font-family: "iconfont" !important; 13 | font-size: inherit; 14 | font-style: normal; 15 | -webkit-font-smoothing: antialiased; 16 | -moz-osx-font-smoothing: grayscale; 17 | } 18 | 19 | .zebra-icon-circle_chevron_left:before { 20 | content: "\e611"; 21 | } 22 | 23 | .zebra-icon-circle_chevron_right:before { 24 | content: "\e615"; 25 | } 26 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/order.svg: -------------------------------------------------------------------------------- 1 | 工单总览 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/peoples.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/monitorEquipment.svg: -------------------------------------------------------------------------------- 1 | 监测设备 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/traceability.svg: -------------------------------------------------------------------------------- 1 | 溯源管理 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/peoples.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/phone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/phone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/utils/http.js: -------------------------------------------------------------------------------- 1 | import axios from 'axios' 2 | import router from '@/router/router-static' 3 | import storage from '@/utils/storage' 4 | 5 | const http = axios.create({ 6 | timeout: 1000 * 86400, 7 | withCredentials: true, 8 | baseURL: '/bs', 9 | headers: { 10 | 'Content-Type': 'application/json; charset=utf-8' 11 | } 12 | }) 13 | // 请求拦截 14 | http.interceptors.request.use(config => { 15 | config.headers['Token'] = storage.get('Token') // 请求头带上token 16 | return config 17 | }, error => { 18 | return Promise.reject(error) 19 | }) 20 | // 响应拦截 21 | http.interceptors.response.use(response => { 22 | if (response.data && response.data.code === 401) { // 401, token失效 23 | router.push({ name: 'login' }) 24 | } 25 | return response 26 | }, error => { 27 | return Promise.reject(error) 28 | }) 29 | export default http -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/update/updateSize.js: -------------------------------------------------------------------------------- 1 | export default function updateSize() { 2 | const swiper = this; 3 | let width; 4 | let height; 5 | const el = swiper.el; 6 | if (typeof swiper.params.width !== 'undefined' && swiper.params.width !== null) { 7 | width = swiper.params.width; 8 | } else { 9 | width = el.width; 10 | } 11 | 12 | if (typeof swiper.params.height !== 'undefined' && swiper.params.height !== null) { 13 | height = swiper.params.height; 14 | } else { 15 | height = el.height; 16 | } 17 | 18 | if (width === 0 && swiper.isHorizontal() || height === 0 && swiper.isVertical()) { 19 | return; 20 | } // Subtract paddings 21 | if (Number.isNaN(width)) width = 0; 22 | if (Number.isNaN(height)) height = 0; 23 | Object.assign(swiper, { 24 | width, 25 | height, 26 | size: swiper.isHorizontal() ? width : height 27 | }); 28 | } 29 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | .form-content { 2 | background: #ffffff; 3 | padding: 10px 10px 0 10px; 4 | } 5 | .table-content { 6 | background: #ffffff; 7 | padding: 0 10px; 8 | } 9 | .pagination-content { 10 | margin-top: 10px; 11 | padding-bottom: 10px; 12 | text-align: right; 13 | } 14 | .detail-form-content{ 15 | background: #ffffff; 16 | padding: 10px; 17 | .el-input{ 18 | min-width: 200px; 19 | max-width: 600px; 20 | } 21 | } 22 | .bg { 23 | position: absolute; 24 | top: 0; 25 | left: 0; 26 | height: 100%; 27 | } 28 | .login-form { 29 | position: absolute; 30 | top: 0; 31 | right: 0; 32 | width: 350px; 33 | height: 100%; 34 | background: #ffffff; 35 | padding: 0 60px; 36 | font-size: 18px; 37 | font-weight: bold; 38 | } 39 | .h1 { 40 | margin-top: 80px; 41 | font-size: 20px; 42 | font-weight: bold; 43 | } 44 | .btn-login { 45 | margin-top: 50px; 46 | width: 100%; 47 | } -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/board.svg: -------------------------------------------------------------------------------- 1 | 看板管理 -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/transition/transitionEmit.js: -------------------------------------------------------------------------------- 1 | export default function transitionEmit({ 2 | swiper, 3 | runCallbacks, 4 | direction, 5 | step 6 | }) { 7 | const { 8 | activeIndex, 9 | previousIndex 10 | } = swiper; 11 | let dir = direction; 12 | 13 | if (!dir) { 14 | if (activeIndex > previousIndex) dir = 'next'; 15 | else if (activeIndex < previousIndex) dir = 'prev'; 16 | else dir = 'reset'; 17 | } 18 | 19 | swiper.emit(`transition${step}`); 20 | 21 | if (runCallbacks && activeIndex !== previousIndex) { 22 | if (dir === 'reset') { 23 | swiper.emit(`slideResetTransition${step}`); 24 | return; 25 | } 26 | 27 | swiper.emit(`slideChangeTransition${step}`); 28 | 29 | if (dir === 'next') { 30 | swiper.emit(`slideNextTransition${step}`); 31 | } else { 32 | swiper.emit(`slidePrevTransition${step}`); 33 | } 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/modules/scrollbar/scrollbar.scss: -------------------------------------------------------------------------------- 1 | /* Scrollbar */ 2 | .swiper-scrollbar { 3 | border-radius: 10px; 4 | position: relative; 5 | -ms-touch-action: none; 6 | background: rgba(0, 0, 0, 0.1); 7 | .swiper-horizontal > & { 8 | position: absolute; 9 | left: 1%; 10 | bottom: 3px; 11 | z-index: 50; 12 | height: 5px; 13 | width: 98%; 14 | } 15 | .swiper-vertical > & { 16 | position: absolute; 17 | right: 3px; 18 | top: 1%; 19 | z-index: 50; 20 | width: 5px; 21 | height: 98%; 22 | } 23 | } 24 | .swiper-scrollbar-drag { 25 | height: 100%; 26 | width: 100%; 27 | position: relative; 28 | background: rgba(0, 0, 0, 0.5); 29 | border-radius: 10px; 30 | left: 0; 31 | top: 0; 32 | } 33 | .swiper-scrollbar-cursor-drag { 34 | cursor: move; 35 | } 36 | .swiper-scrollbar-lock { 37 | display: none; 38 | } 39 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/AIDeviceLayout.svg: -------------------------------------------------------------------------------- 1 | 物联网配置 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/internet.svg: -------------------------------------------------------------------------------- 1 | 物联网管理置 -------------------------------------------------------------------------------- /src/main/webapp/front/common/linkOthers/linkOthers.vue: -------------------------------------------------------------------------------- 1 | 10 | 11 | 42 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/deviceMonitorData.svg: -------------------------------------------------------------------------------- 1 | 监测数据 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/tree-table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/components/SvgIcon/index.vue: -------------------------------------------------------------------------------- 1 | 6 | 7 | 34 | 35 | 44 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/date.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/svg/videoKey.svg: -------------------------------------------------------------------------------- 1 | 视频云配置1 -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/post.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/java/com/entity/view/NewsView.java: -------------------------------------------------------------------------------- 1 | package com.entity.view; 2 | 3 | import com.entity.NewsEntity; 4 | 5 | import com.baomidou.mybatisplus.annotations.TableName; 6 | import org.apache.commons.beanutils.BeanUtils; 7 | import java.lang.reflect.InvocationTargetException; 8 | 9 | import java.io.Serializable; 10 | 11 | 12 | /** 13 | * 活动公告 14 | * 后端返回视图实体辅助类 15 | * (通常后端关联的表或者自定义的字段需要返回使用) 16 | * @author 17 | * @email 18 | * @date 2023-03-03 20:21:29 19 | */ 20 | @TableName("news") 21 | public class NewsView extends NewsEntity implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | public NewsView(){ 25 | } 26 | 27 | public NewsView(NewsEntity newsEntity){ 28 | try { 29 | BeanUtils.copyProperties(this, newsEntity); 30 | } catch (IllegalAccessException | InvocationTargetException e) { 31 | // TODO Auto-generated catch block 32 | e.printStackTrace(); 33 | } 34 | 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /src/main/resources/spring/spring.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/main/webapp/admin/src/icons/svg/operation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/front/components/zebra-swiper/libs/utils/utils.js: -------------------------------------------------------------------------------- 1 | export function getAllRect(context, selector) { 2 | return new Promise((resolve) => { 3 | uni.createSelectorQuery() 4 | .in(context) 5 | .selectAll(selector) 6 | .boundingClientRect() 7 | .exec((rect = []) => resolve(rect[0])); 8 | }); 9 | } 10 | 11 | export function getRect(context, selector) { 12 | return new Promise((resolve) => { 13 | uni.createSelectorQuery() 14 | .in(context) 15 | .select(selector) 16 | .boundingClientRect() 17 | .exec((rect = []) => resolve(rect[0])); 18 | }); 19 | } 20 | 21 | export function requestAnimationFrame(cb) { 22 | const systemInfo = uni.getSystemInfoSync(); 23 | if (systemInfo.platform === 'devtools') { 24 | return setTimeout(() => { 25 | cb(); 26 | }, 1000 / 30); 27 | } 28 | return uni 29 | .createSelectorQuery() 30 | .selectViewport() 31 | .boundingClientRect() 32 | .exec(() => { 33 | cb(); 34 | }); 35 | } 36 | -------------------------------------------------------------------------------- /src/main/webapp/admin/dist/index.html: -------------------------------------------------------------------------------- 1 | 移动销售管理系统
-------------------------------------------------------------------------------- /src/main/java/com/entity/view/YonghuView.java: -------------------------------------------------------------------------------- 1 | package com.entity.view; 2 | 3 | import com.entity.YonghuEntity; 4 | 5 | import com.baomidou.mybatisplus.annotations.TableName; 6 | import org.apache.commons.beanutils.BeanUtils; 7 | import java.lang.reflect.InvocationTargetException; 8 | 9 | import java.io.Serializable; 10 | 11 | 12 | /** 13 | * 用户 14 | * 后端返回视图实体辅助类 15 | * (通常后端关联的表或者自定义的字段需要返回使用) 16 | * @author 17 | * @email 18 | * @date 2023-03-03 20:21:29 19 | */ 20 | @TableName("yonghu") 21 | public class YonghuView extends YonghuEntity implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | public YonghuView(){ 25 | } 26 | 27 | public YonghuView(YonghuEntity yonghuEntity){ 28 | try { 29 | BeanUtils.copyProperties(this, yonghuEntity); 30 | } catch (IllegalAccessException | InvocationTargetException e) { 31 | // TODO Auto-generated catch block 32 | e.printStackTrace(); 33 | } 34 | 35 | } 36 | } 37 | --------------------------------------------------------------------------------