├── ssm1m683 ├── .gitignore ├── src │ └── main │ │ ├── webapp │ │ ├── upload │ │ │ ├── test.txt │ │ │ ├── picture1.jpg │ │ │ ├── picture2.jpg │ │ │ ├── picture3.jpg │ │ │ ├── caipuxinxi_tupian1.jpg │ │ │ ├── caipuxinxi_tupian2.jpg │ │ │ ├── caipuxinxi_tupian3.jpg │ │ │ ├── caipuxinxi_tupian4.jpg │ │ │ ├── caipuxinxi_tupian5.jpg │ │ │ ├── caipuxinxi_tupian6.jpg │ │ │ ├── shicaizhanshi_shicaitupian1.jpg │ │ │ ├── shicaizhanshi_shicaitupian2.jpg │ │ │ ├── shicaizhanshi_shicaitupian3.jpg │ │ │ ├── shicaizhanshi_shicaitupian4.jpg │ │ │ ├── shicaizhanshi_shicaitupian5.jpg │ │ │ └── shicaizhanshi_shicaitupian6.jpg │ │ ├── admin │ │ │ ├── src │ │ │ │ ├── store │ │ │ │ │ └── store.js │ │ │ │ ├── assets │ │ │ │ │ ├── css │ │ │ │ │ │ ├── canvas-bg-3.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 │ │ │ │ │ │ ├── avator.png │ │ │ │ │ │ ├── captcha.jpg │ │ │ │ │ │ ├── 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 │ │ │ │ │ │ ├── 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 │ │ │ │ │ │ │ ├── mainSystem.svg │ │ │ │ │ │ │ ├── AI.svg │ │ │ │ │ │ │ ├── farmingProject.svg │ │ │ │ │ │ │ ├── EIM.svg │ │ │ │ │ │ │ └── company.svg │ │ │ │ │ │ ├── money.svg │ │ │ │ │ │ ├── email.svg │ │ │ │ │ │ ├── documentation.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 │ │ │ │ │ │ └── channel.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 │ │ │ ├── unpackage │ │ │ │ └── dist │ │ │ │ │ └── build │ │ │ │ │ ├── .automator │ │ │ │ │ └── mp-weixin │ │ │ │ │ │ └── .automator.json │ │ │ │ │ └── mp-weixin │ │ │ │ │ ├── components │ │ │ │ │ ├── uni-load-more │ │ │ │ │ │ ├── uni-load-more.js │ │ │ │ │ │ └── uni-load-more.json │ │ │ │ │ ├── w-picker │ │ │ │ │ │ └── w-picker.json │ │ │ │ │ ├── mescroll-uni │ │ │ │ │ │ └── mescroll-uni.json │ │ │ │ │ ├── uni-transition │ │ │ │ │ │ ├── uni-transition.json │ │ │ │ │ │ └── uni-transition.wxml │ │ │ │ │ ├── uni-ui │ │ │ │ │ │ └── lib │ │ │ │ │ │ │ └── uni-icons │ │ │ │ │ │ │ ├── uni-icons.json │ │ │ │ │ │ │ └── uni-icons.wxml │ │ │ │ │ └── uni-popup │ │ │ │ │ │ ├── uni-popup.json │ │ │ │ │ │ └── uni-popup.wxml │ │ │ │ │ ├── app.js │ │ │ │ │ ├── app.wxss │ │ │ │ │ ├── static │ │ │ │ │ ├── logo.png │ │ │ │ │ ├── gen │ │ │ │ │ │ ├── cai.png │ │ │ │ │ │ ├── zan.png │ │ │ │ │ │ ├── kefu.png │ │ │ │ │ │ ├── upload.png │ │ │ │ │ │ ├── shoucang.png │ │ │ │ │ │ └── tianjia.png │ │ │ │ │ ├── center │ │ │ │ │ │ ├── l5.png │ │ │ │ │ │ ├── to.png │ │ │ │ │ │ ├── face.jpeg │ │ │ │ │ │ └── setting.png │ │ │ │ │ ├── index │ │ │ │ │ │ └── face.png │ │ │ │ │ ├── location.png │ │ │ │ │ ├── login │ │ │ │ │ │ ├── logo.png │ │ │ │ │ │ └── captcha.jpg │ │ │ │ │ ├── tabs │ │ │ │ │ │ ├── cart.png │ │ │ │ │ │ ├── cart1.png │ │ │ │ │ │ ├── exam.png │ │ │ │ │ │ ├── forum.png │ │ │ │ │ │ ├── icon1.png │ │ │ │ │ │ ├── icon2.png │ │ │ │ │ │ ├── icon3.png │ │ │ │ │ │ ├── icon4.png │ │ │ │ │ │ ├── index.png │ │ │ │ │ │ ├── map.png │ │ │ │ │ │ ├── mine.png │ │ │ │ │ │ ├── mine1.png │ │ │ │ │ │ ├── news.png │ │ │ │ │ │ ├── order.png │ │ │ │ │ │ ├── type.png │ │ │ │ │ │ ├── type1.png │ │ │ │ │ │ ├── index1.png │ │ │ │ │ │ ├── map_act.png │ │ │ │ │ │ ├── message.png │ │ │ │ │ │ ├── order1.png │ │ │ │ │ │ ├── service.png │ │ │ │ │ │ ├── exam_act.png │ │ │ │ │ │ ├── forum_act.png │ │ │ │ │ │ ├── icon1_act.png │ │ │ │ │ │ ├── icon2_act.png │ │ │ │ │ │ ├── icon3_act.png │ │ │ │ │ │ ├── icon4_act.png │ │ │ │ │ │ ├── news_act.png │ │ │ │ │ │ ├── message_act.png │ │ │ │ │ │ └── service_act.png │ │ │ │ │ ├── exam-index │ │ │ │ │ │ └── paper.png │ │ │ │ │ ├── pay-confirm │ │ │ │ │ │ ├── jianshe.png │ │ │ │ │ │ ├── jiaotong.png │ │ │ │ │ │ ├── nongye.png │ │ │ │ │ │ ├── weixin.png │ │ │ │ │ │ ├── zhifubao.png │ │ │ │ │ │ └── zhongguo.png │ │ │ │ │ └── restaurant-detail │ │ │ │ │ │ ├── now.png │ │ │ │ │ │ ├── select.png │ │ │ │ │ │ └── unselect.png │ │ │ │ │ ├── pages │ │ │ │ │ ├── login │ │ │ │ │ │ └── login.json │ │ │ │ │ ├── center │ │ │ │ │ │ └── center.json │ │ │ │ │ ├── forget │ │ │ │ │ │ └── forget.json │ │ │ │ │ ├── register │ │ │ │ │ │ └── register.json │ │ │ │ │ ├── user-info │ │ │ │ │ │ └── user-info.json │ │ │ │ │ ├── storeup │ │ │ │ │ │ ├── add-or-update.json │ │ │ │ │ │ ├── list.json │ │ │ │ │ │ └── detail.json │ │ │ │ │ ├── yonghu │ │ │ │ │ │ ├── add-or-update.json │ │ │ │ │ │ ├── list.json │ │ │ │ │ │ └── detail.json │ │ │ │ │ ├── caipufenlei │ │ │ │ │ │ ├── add-or-update.json │ │ │ │ │ │ ├── list.json │ │ │ │ │ │ └── detail.json │ │ │ │ │ ├── caipuxinxi │ │ │ │ │ │ ├── add-or-update.json │ │ │ │ │ │ ├── list.json │ │ │ │ │ │ └── detail.json │ │ │ │ │ ├── shicaifenlei │ │ │ │ │ │ ├── add-or-update.json │ │ │ │ │ │ ├── list.json │ │ │ │ │ │ └── detail.json │ │ │ │ │ ├── shicaizhanshi │ │ │ │ │ │ ├── add-or-update.json │ │ │ │ │ │ ├── list.json │ │ │ │ │ │ └── detail.json │ │ │ │ │ └── index │ │ │ │ │ │ └── index.json │ │ │ │ │ └── project.config.json │ │ │ ├── assets │ │ │ │ └── css │ │ │ │ │ └── style.scss │ │ │ ├── api │ │ │ │ └── base.js │ │ │ ├── static │ │ │ │ ├── logo.png │ │ │ │ ├── gen │ │ │ │ │ ├── cai.png │ │ │ │ │ ├── kefu.png │ │ │ │ │ ├── zan.png │ │ │ │ │ ├── tianjia.png │ │ │ │ │ ├── upload.png │ │ │ │ │ └── shoucang.png │ │ │ │ ├── location.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 │ │ │ │ │ ├── forum_act.png │ │ │ │ │ ├── icon1_act.png │ │ │ │ │ ├── icon2_act.png │ │ │ │ │ ├── icon3_act.png │ │ │ │ │ ├── icon4_act.png │ │ │ │ │ ├── message_act.png │ │ │ │ │ └── service_act.png │ │ │ │ ├── center │ │ │ │ │ ├── l5.png │ │ │ │ │ ├── to.png │ │ │ │ │ ├── face.jpeg │ │ │ │ │ └── setting.png │ │ │ │ ├── index │ │ │ │ │ └── face.png │ │ │ │ ├── login │ │ │ │ │ ├── logo.png │ │ │ │ │ └── captcha.jpg │ │ │ │ ├── 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 │ │ │ │ │ ├── location.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 │ │ │ │ │ ├── forum_act.png │ │ │ │ │ ├── icon1_act.png │ │ │ │ │ ├── icon2_act.png │ │ │ │ │ ├── icon3_act.png │ │ │ │ │ ├── icon4_act.png │ │ │ │ │ ├── message_act.png │ │ │ │ │ └── service_act.png │ │ │ │ │ ├── center │ │ │ │ │ ├── l5.png │ │ │ │ │ ├── to.png │ │ │ │ │ ├── face.jpeg │ │ │ │ │ └── setting.png │ │ │ │ │ ├── index │ │ │ │ │ └── face.png │ │ │ │ │ ├── login │ │ │ │ │ ├── logo.png │ │ │ │ │ └── captcha.jpg │ │ │ │ │ ├── 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 │ │ │ ├── components │ │ │ │ ├── vue-jsonp │ │ │ │ │ └── dist │ │ │ │ │ │ └── utils │ │ │ │ │ │ └── index.d.ts │ │ │ │ └── uni-ui │ │ │ │ │ └── lib │ │ │ │ │ └── uni-status-bar │ │ │ │ │ └── uni-status-bar.vue │ │ │ └── App.vue │ │ ├── front.zip │ │ └── 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 │ │ │ ├── UserDao.java │ │ │ ├── TokenDao.java │ │ │ └── CommonDao.java │ │ │ ├── annotation │ │ │ ├── IgnoreAuth.java │ │ │ ├── LoginUser.java │ │ │ └── APPLoginUser.java │ │ │ ├── utils │ │ │ ├── MD5Util.java │ │ │ ├── FileUtil.java │ │ │ └── JQPageInfo.java │ │ │ ├── service │ │ │ ├── ConfigService.java │ │ │ ├── UserService.java │ │ │ ├── CommonService.java │ │ │ └── TokenService.java │ │ │ ├── entity │ │ │ ├── vo │ │ │ │ ├── CaipufenleiVO.java │ │ │ │ └── ShicaifenleiVO.java │ │ │ ├── model │ │ │ │ ├── CaipufenleiModel.java │ │ │ │ └── ShicaifenleiModel.java │ │ │ └── view │ │ │ │ ├── YonghuView.java │ │ │ │ ├── StoreupView.java │ │ │ │ ├── CaipuxinxiView.java │ │ │ │ └── CaipufenleiView.java │ │ │ └── model │ │ │ └── enums │ │ │ └── TypeEnum.java │ │ └── resources │ │ ├── mapper │ │ ├── ConfigDao.xml │ │ ├── TokenDao.xml │ │ └── UserDao.xml │ │ ├── config.properties │ │ └── spring │ │ └── spring.xml ├── .settings │ ├── org.eclipse.wst.jsdt.ui.superType.name │ ├── org.eclipse.wst.validation.prefs │ ├── org.eclipse.wst.jsdt.ui.superType.container │ ├── org.eclipse.m2e.core.prefs │ ├── org.eclipse.core.resources.prefs │ ├── org.eclipse.wst.common.project.facet.core.xml │ ├── org.eclipse.jdt.core.prefs │ └── .jsdtscope └── .idea │ ├── .gitignore │ ├── encodings.xml │ ├── inspectionProfiles │ └── Project_Default.xml │ ├── misc.xml │ ├── compiler.xml │ └── jarRepositories.xml └── mp-weixin ├── components ├── uni-load-more │ ├── uni-load-more.js │ └── uni-load-more.json ├── w-picker │ └── w-picker.json ├── mescroll-uni │ └── mescroll-uni.json ├── uni-transition │ ├── uni-transition.json │ └── uni-transition.wxml ├── uni-ui │ └── lib │ │ └── uni-icons │ │ ├── uni-icons.json │ │ └── uni-icons.wxml └── uni-popup │ ├── uni-popup.json │ └── uni-popup.wxml ├── static ├── logo.png ├── gen │ ├── cai.png │ ├── zan.png │ ├── kefu.png │ ├── shoucang.png │ ├── tianjia.png │ └── upload.png ├── center │ ├── l5.png │ ├── to.png │ ├── face.jpeg │ └── setting.png ├── location.png ├── tabs │ ├── cart.png │ ├── exam.png │ ├── map.png │ ├── mine.png │ ├── news.png │ ├── type.png │ ├── cart1.png │ ├── forum.png │ ├── icon1.png │ ├── icon2.png │ ├── icon3.png │ ├── icon4.png │ ├── index.png │ ├── index1.png │ ├── map_act.png │ ├── message.png │ ├── mine1.png │ ├── order.png │ ├── order1.png │ ├── service.png │ ├── type1.png │ ├── exam_act.png │ ├── forum_act.png │ ├── icon1_act.png │ ├── icon2_act.png │ ├── icon3_act.png │ ├── icon4_act.png │ ├── news_act.png │ ├── message_act.png │ └── service_act.png ├── index │ └── face.png ├── login │ ├── logo.png │ └── captcha.jpg ├── exam-index │ └── paper.png ├── pay-confirm │ ├── jianshe.png │ ├── nongye.png │ ├── weixin.png │ ├── jiaotong.png │ ├── zhifubao.png │ └── zhongguo.png └── restaurant-detail │ ├── now.png │ ├── select.png │ └── unselect.png ├── app.js ├── app.wxss ├── pages ├── center │ └── center.json ├── login │ └── login.json ├── forget │ └── forget.json ├── register │ ├── register.json │ └── register.wxss ├── user-info │ └── user-info.json ├── storeup │ ├── add-or-update.json │ ├── list.json │ └── detail.json ├── yonghu │ ├── add-or-update.json │ ├── list.json │ └── detail.json ├── caipufenlei │ ├── add-or-update.json │ ├── list.json │ └── detail.json ├── caipuxinxi │ ├── add-or-update.json │ ├── list.json │ └── detail.json ├── shicaifenlei │ ├── add-or-update.json │ ├── list.json │ └── detail.json ├── shicaizhanshi │ ├── add-or-update.json │ ├── list.json │ └── detail.json └── index │ └── index.json ├── project.private.config.json └── project.config.json /ssm1m683/.gitignore: -------------------------------------------------------------------------------- 1 | /target/ 2 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/store/store.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/1-install.bat: -------------------------------------------------------------------------------- 1 | cnpm install -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/2-run.bat: -------------------------------------------------------------------------------- 1 | cnpm run serve -------------------------------------------------------------------------------- /ssm1m683/.settings/org.eclipse.wst.jsdt.ui.superType.name: -------------------------------------------------------------------------------- 1 | Window -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/3-build.bat: -------------------------------------------------------------------------------- 1 | cnpm run build 2 | -------------------------------------------------------------------------------- /mp-weixin/components/uni-load-more/uni-load-more.js: -------------------------------------------------------------------------------- 1 | Component({}) -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/.automator/mp-weixin/.automator.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | uni-input{ 2 | height: 100upx; 3 | } 4 | -------------------------------------------------------------------------------- /mp-weixin/components/w-picker/w-picker.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "component": true 4 | } -------------------------------------------------------------------------------- /mp-weixin/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/logo.png -------------------------------------------------------------------------------- /mp-weixin/static/gen/cai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/gen/cai.png -------------------------------------------------------------------------------- /mp-weixin/static/gen/zan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/gen/zan.png -------------------------------------------------------------------------------- /ssm1m683/.settings/org.eclipse.wst.validation.prefs: -------------------------------------------------------------------------------- 1 | disabled=06target 2 | eclipse.preferences.version=1 3 | -------------------------------------------------------------------------------- /mp-weixin/components/mescroll-uni/mescroll-uni.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "component": true 4 | } -------------------------------------------------------------------------------- /mp-weixin/components/uni-load-more/uni-load-more.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "component": true 4 | } -------------------------------------------------------------------------------- /mp-weixin/static/center/l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/center/l5.png -------------------------------------------------------------------------------- /mp-weixin/static/center/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/center/to.png -------------------------------------------------------------------------------- /mp-weixin/static/gen/kefu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/gen/kefu.png -------------------------------------------------------------------------------- /mp-weixin/static/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/location.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/cart.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/exam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/exam.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/map.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/mine.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/news.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/type.png -------------------------------------------------------------------------------- /ssm1m683/.settings/org.eclipse.wst.jsdt.ui.superType.container: -------------------------------------------------------------------------------- 1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary -------------------------------------------------------------------------------- /mp-weixin/app.js: -------------------------------------------------------------------------------- 1 | 2 | require('./common/runtime.js') 3 | require('./common/vendor.js') 4 | require('./common/main.js') -------------------------------------------------------------------------------- /mp-weixin/components/uni-transition/uni-transition.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "component": true 4 | } -------------------------------------------------------------------------------- /mp-weixin/components/uni-ui/lib/uni-icons/uni-icons.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "component": true 4 | } -------------------------------------------------------------------------------- /mp-weixin/static/center/face.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/center/face.jpeg -------------------------------------------------------------------------------- /mp-weixin/static/gen/shoucang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/gen/shoucang.png -------------------------------------------------------------------------------- /mp-weixin/static/gen/tianjia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/gen/tianjia.png -------------------------------------------------------------------------------- /mp-weixin/static/gen/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/gen/upload.png -------------------------------------------------------------------------------- /mp-weixin/static/index/face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/index/face.png -------------------------------------------------------------------------------- /mp-weixin/static/login/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/login/logo.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/cart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/cart1.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/forum.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/icon1.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/icon2.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/icon3.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/icon4.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/index.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/index1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/index1.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/map_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/map_act.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/message.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/mine1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/mine1.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/order.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/order1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/order1.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/service.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/type1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/type1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/components/uni-load-more/uni-load-more.js: -------------------------------------------------------------------------------- 1 | Component({}) -------------------------------------------------------------------------------- /mp-weixin/static/center/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/center/setting.png -------------------------------------------------------------------------------- /mp-weixin/static/login/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/login/captcha.jpg -------------------------------------------------------------------------------- /mp-weixin/static/tabs/exam_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/exam_act.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/forum_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/forum_act.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/icon1_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/icon1_act.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/icon2_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/icon2_act.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/icon3_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/icon3_act.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/icon4_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/icon4_act.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/news_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/news_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front.zip -------------------------------------------------------------------------------- /mp-weixin/static/exam-index/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/exam-index/paper.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/message_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/message_act.png -------------------------------------------------------------------------------- /mp-weixin/static/tabs/service_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/tabs/service_act.png -------------------------------------------------------------------------------- /mp-weixin/static/pay-confirm/jianshe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/pay-confirm/jianshe.png -------------------------------------------------------------------------------- /mp-weixin/static/pay-confirm/nongye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/pay-confirm/nongye.png -------------------------------------------------------------------------------- /mp-weixin/static/pay-confirm/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/pay-confirm/weixin.png -------------------------------------------------------------------------------- /mp-weixin/static/pay-confirm/jiaotong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/pay-confirm/jiaotong.png -------------------------------------------------------------------------------- /mp-weixin/static/pay-confirm/zhifubao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/pay-confirm/zhifubao.png -------------------------------------------------------------------------------- /mp-weixin/static/pay-confirm/zhongguo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/pay-confirm/zhongguo.png -------------------------------------------------------------------------------- /mp-weixin/static/restaurant-detail/now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/restaurant-detail/now.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/css/canvas-bg-3.css: -------------------------------------------------------------------------------- 1 | #canvas { 2 | position: fixed; 3 | left: 0; 4 | top: 0; 5 | } -------------------------------------------------------------------------------- /mp-weixin/static/restaurant-detail/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/restaurant-detail/select.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: [ 3 | '@vue/cli-plugin-babel/preset' 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/api/base.js: -------------------------------------------------------------------------------- 1 | const base = { 2 | url : "http://localhost:8080/ssm1m683/" 3 | } 4 | export default base 5 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/picture1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/picture1.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/picture2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/picture2.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/picture3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/picture3.jpg -------------------------------------------------------------------------------- /mp-weixin/app.wxss: -------------------------------------------------------------------------------- 1 | @import './common/main.wxss'; 2 | 3 | [data-custom-hidden="true"],[bind-data-custom-hidden="true"]{display: none !important;} -------------------------------------------------------------------------------- /mp-weixin/static/restaurant-detail/unselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/mp-weixin/static/restaurant-detail/unselect.png -------------------------------------------------------------------------------- /ssm1m683/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/dist/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/dist/favicon.ico -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/logo.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/test/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/test/banner.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/public/favicon.ico -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/logo.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/gen/cai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/gen/cai.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/gen/kefu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/gen/kefu.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/gen/zan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/gen/zan.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/location.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/map.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/404.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/bg.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/gen/cai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/gen/cai.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/gen/kefu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/gen/kefu.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/gen/zan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/gen/zan.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/location.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/map.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/center/l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/center/l5.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/center/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/center/to.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/gen/tianjia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/gen/tianjia.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/gen/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/gen/upload.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/index/face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/index/face.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/login/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/login/logo.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/cart.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/cart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/cart1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/exam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/exam.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/forum.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/icon1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/icon2.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/icon3.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/icon4.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/index.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/index1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/index1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/mine.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/mine1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/mine1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/news.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/order.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/order1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/order1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/type.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/type1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/type1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/components/w-picker/w-picker.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "component": true 4 | } -------------------------------------------------------------------------------- /ssm1m683/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 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/login.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/logo.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/role.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/center/l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/center/l5.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/center/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/center/to.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/gen/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/gen/upload.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/index/face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/index/face.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/login/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/login/logo.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/cart.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/cart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/cart1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/exam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/exam.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/forum.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/icon1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/icon2.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/icon3.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/icon4.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/index.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/mine.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/mine1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/mine1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/news.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/order.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/type.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/type1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/type1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/center/face.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/center/face.jpeg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/gen/shoucang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/gen/shoucang.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/login/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/login/captcha.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/exam_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/exam_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/map_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/map_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/message.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/news_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/news_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/service.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/components/mescroll-uni/mescroll-uni.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "component": true 4 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/caipuxinxi_tupian1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/caipuxinxi_tupian1.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/caipuxinxi_tupian2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/caipuxinxi_tupian2.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/caipuxinxi_tupian3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/caipuxinxi_tupian3.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/caipuxinxi_tupian4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/caipuxinxi_tupian4.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/caipuxinxi_tupian5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/caipuxinxi_tupian5.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/caipuxinxi_tupian6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/caipuxinxi_tupian6.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/dist/img/404.3648f234.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/dist/img/404.3648f234.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/avator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/avator.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/captcha.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/password.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/username.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/username.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/center/face.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/center/face.jpeg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/gen/shoucang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/gen/shoucang.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/gen/tianjia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/gen/tianjia.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/login/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/login/captcha.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/exam_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/exam_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/index1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/index1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/map_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/map_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/message.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/news_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/news_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/order1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/order1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/service.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/center/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/center/setting.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/exam-index/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/exam-index/paper.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/forum_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/forum_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/icon1_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/icon1_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/icon2_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/icon2_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/icon3_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/icon3_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/icon4_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/icon4_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/message_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/message_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/tabs/service_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/tabs/service_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/components/uni-load-more/uni-load-more.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "component": true 4 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/components/uni-transition/uni-transition.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "component": true 4 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/components/uni-ui/lib/uni-icons/uni-icons.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "component": true 4 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/center/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/center/setting.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/forum_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/forum_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/icon1_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/icon1_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/icon2_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/icon2_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/icon3_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/icon3_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/icon4_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/icon4_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/pay-confirm/nongye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/pay-confirm/nongye.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/pay-confirm/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/pay-confirm/weixin.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/app.js: -------------------------------------------------------------------------------- 1 | 2 | require('./common/runtime.js') 3 | require('./common/vendor.js') 4 | require('./common/main.js') -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/dist/img/zhongguo.20798bfa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/dist/img/zhongguo.20798bfa.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/test/jianshe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/test/jianshe.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/test/jiaotong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/test/jiaotong.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/test/nongye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/test/nongye.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/test/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/test/weixin.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/test/zhifubao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/test/zhifubao.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/assets/img/test/zhongguo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/src/assets/img/test/zhongguo.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/exam-index/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/exam-index/paper.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/pay-confirm/nongye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/pay-confirm/nongye.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/pay-confirm/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/pay-confirm/weixin.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/message_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/message_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/tabs/service_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/tabs/service_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/pay-confirm/jianshe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/pay-confirm/jianshe.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/pay-confirm/jiaotong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/pay-confirm/jiaotong.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/pay-confirm/zhifubao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/pay-confirm/zhifubao.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/pay-confirm/zhongguo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/pay-confirm/zhongguo.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/restaurant-detail/now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/restaurant-detail/now.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian1.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian2.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian3.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian4.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian5.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/upload/shicaizhanshi_shicaitupian6.jpg -------------------------------------------------------------------------------- /mp-weixin/components/uni-popup/uni-popup.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": { 3 | "uni-transition": "/components/uni-transition/uni-transition" 4 | }, 5 | "component": true 6 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/pay-confirm/jianshe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/pay-confirm/jianshe.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/pay-confirm/jiaotong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/pay-confirm/jiaotong.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/pay-confirm/zhifubao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/pay-confirm/zhifubao.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/pay-confirm/zhongguo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/pay-confirm/zhongguo.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/dist/fonts/element-icons.732389de.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/dist/fonts/element-icons.732389de.ttf -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/restaurant-detail/now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/restaurant-detail/now.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/restaurant-detail/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/restaurant-detail/select.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/static/restaurant-detail/unselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/static/restaurant-detail/unselect.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/dist/fonts/element-icons.535877f5.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/admin/dist/fonts/element-icons.535877f5.woff -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/restaurant-detail/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/restaurant-detail/select.png -------------------------------------------------------------------------------- /mp-weixin/pages/center/center.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "我的", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /mp-weixin/pages/login/login.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "登录", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/h5/static/restaurant-detail/unselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/h5/static/restaurant-detail/unselect.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/app.wxss: -------------------------------------------------------------------------------- 1 | @import './common/main.wxss'; 2 | 3 | [data-custom-hidden="true"],[bind-data-custom-hidden="true"]{display: none !important;} -------------------------------------------------------------------------------- /mp-weixin/pages/forget/forget.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "忘记密码", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /mp-weixin/pages/register/register.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "注册", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /ssm1m683/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # 默认忽略的文件 2 | /shelf/ 3 | /workspace.xml 4 | # 基于编辑器的 HTTP 客户端请求 5 | /httpRequests/ 6 | # Datasource local storage ignored files 7 | /dataSources/ 8 | /dataSources.local.xml 9 | -------------------------------------------------------------------------------- /mp-weixin/pages/user-info/user-info.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "用户信息", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/logo.png -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/cai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/cai.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/zan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/zan.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/center/l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/center/l5.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/center/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/center/to.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/kefu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/kefu.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/upload.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/index/face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/index/face.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/location.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/login/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/login/logo.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/cart.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/cart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/cart1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/exam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/exam.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/forum.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon2.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon3.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon4.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/index.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/map.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/mine.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/mine1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/mine1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/news.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/order.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/type.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/type1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/type1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /ssm1m683/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding//src/main/java=UTF-8 3 | encoding//src/main/resources=UTF-8 4 | encoding//src/test/java=UTF-8 5 | encoding/=UTF-8 6 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/center/face.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/center/face.jpeg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/shoucang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/shoucang.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/tianjia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/gen/tianjia.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/index1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/index1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/map_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/map_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/message.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/order1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/order1.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/service.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /mp-weixin/pages/storeup/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/yonghu/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/yonghu/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/center/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/center/setting.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/login/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/login/captcha.jpg -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/exam_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/exam_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/forum_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/forum_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon1_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon1_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon2_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon2_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon3_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon3_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon4_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/icon4_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/news_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/news_act.png -------------------------------------------------------------------------------- /mp-weixin/pages/caipufenlei/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/caipufenlei/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/caipuxinxi/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/caipuxinxi/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/shicaifenlei/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/shicaizhanshi/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/storeup/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/exam-index/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/exam-index/paper.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/message_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/message_act.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/service_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/tabs/service_act.png -------------------------------------------------------------------------------- /mp-weixin/pages/shicaifenlei/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/shicaizhanshi/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/components/uni-popup/uni-popup.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": { 3 | "uni-transition": "/components/uni-transition/uni-transition" 4 | }, 5 | "component": true 6 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/jianshe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/jianshe.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/jiaotong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/jiaotong.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/nongye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/nongye.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/weixin.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/zhifubao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/zhifubao.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/zhongguo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/pay-confirm/zhongguo.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/restaurant-detail/now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/restaurant-detail/now.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/login/login.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "登录", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/restaurant-detail/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/restaurant-detail/select.png -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/center/center.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "我的", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/forget/forget.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "忘记密码", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/register/register.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "注册", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/restaurant-detail/unselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LisenCoding/menu/HEAD/ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/static/restaurant-detail/unselect.png -------------------------------------------------------------------------------- /mp-weixin/components/uni-ui/lib/uni-icons/uni-icons.wxml: -------------------------------------------------------------------------------- 1 | {{icons[type]}} -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/user-info/user-info.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "用户信息", 5 | "usingComponents": {} 6 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/resources/mapper/ConfigDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /mp-weixin/pages/index/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "首页", 5 | "usingComponents": { 6 | "uni-icons": "/components/uni-ui/lib/uni-icons/uni-icons" 7 | } 8 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/size.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/sender.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/storeup/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/yonghu/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/caipufenlei/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/caipuxinxi/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/shicaifenlei/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/storeup/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/yonghu/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/storeup/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /mp-weixin/pages/yonghu/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/caipufenlei/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/caipuxinxi/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/shicaifenlei/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/shicaizhanshi/add-or-update.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "w-picker": "/components/w-picker/w-picker" 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/shicaizhanshi/list.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni" 6 | } 7 | } -------------------------------------------------------------------------------- /mp-weixin/pages/caipufenlei/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /mp-weixin/pages/caipuxinxi/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /mp-weixin/pages/shicaifenlei/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /mp-weixin/pages/shicaizhanshi/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /mp-weixin/components/uni-transition/uni-transition.wxml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mp-weixin/project.private.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", 3 | "projectname": "app02", 4 | "setting": { 5 | "compileHotReLoad": true 6 | } 7 | } -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/components/uni-ui/lib/uni-icons/uni-icons.wxml: -------------------------------------------------------------------------------- 1 | {{icons[type]}} -------------------------------------------------------------------------------- /ssm1m683/.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/index/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "navigationBarTitleText": "首页", 5 | "usingComponents": { 6 | "uni-icons": "/components/uni-ui/lib/uni-icons/uni-icons" 7 | } 8 | } -------------------------------------------------------------------------------- /ssm1m683/.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/yonghu/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/caipufenlei/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/caipuxinxi/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/storeup/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/shicaifenlei/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/pages/shicaizhanshi/detail.json: -------------------------------------------------------------------------------- 1 | { 2 | "navigationBarBackgroundColor": "#82A39D", 3 | "navigationBarTextStyle": "white", 4 | "usingComponents": { 5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni", 6 | "uni-popup": "/components/uni-popup/uni-popup" 7 | } 8 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/components/uni-transition/uni-transition.wxml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/component.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/resources/config.properties: -------------------------------------------------------------------------------- 1 | validationQuery=SELECT 1 2 | jdbc_driver=com.mysql.cj.jdbc.Driver 3 | jdbc_url=jdbc:mysql://localhost:3307/ssm1m683?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false 4 | jdbc_username=root 5 | jdbc_password=123456 6 | 7 | #jdbc_url=jdbc:sqlserver://127.0.0.1:1433;DatabaseName=ssm1m683 8 | #jdbc_username=sa 9 | #jdbc_password=123456 10 | 11 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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"; -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/money.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/service/ConfigService.java: -------------------------------------------------------------------------------- 1 | 2 | package com.service; 3 | 4 | import java.util.Map; 5 | 6 | import com.baomidou.mybatisplus.service.IService; 7 | import com.entity.ConfigEntity; 8 | import com.utils.PageUtils; 9 | 10 | 11 | /** 12 | * 系统用户 13 | */ 14 | public interface ConfigService extends IService { 15 | PageUtils queryPage(Map params); 16 | } 17 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/documentation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/documentation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/task.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/resources/mapper/TokenDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 12 | 13 | -------------------------------------------------------------------------------- /ssm1m683/src/main/resources/mapper/UserDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 12 | 13 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/task.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/fullscreen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/utils/base.js: -------------------------------------------------------------------------------- 1 | const base = { 2 | get() { 3 | return { 4 | url : "http://localhost:8080/ssm1m683/", 5 | name: "ssm1m683", 6 | // 退出到首页链接 7 | indexUrl: 'http://localhost:8080/ssm1m683/front/h5/index.html' 8 | }; 9 | }, 10 | getProjectName(){ 11 | return { 12 | projectName: "菜谱小程序" 13 | } 14 | } 15 | } 16 | export default base 17 | -------------------------------------------------------------------------------- /ssm1m683/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /ssm1m683/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 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/druid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/App.vue: -------------------------------------------------------------------------------- 1 | 6 | 7 | 12 | 13 | 31 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/drag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/server.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/traceabilityList.svg: -------------------------------------------------------------------------------- 1 | 溯源配置 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/user0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/user0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/harvestBatch.svg: -------------------------------------------------------------------------------- 1 | 采收批次管理 -------------------------------------------------------------------------------- /mp-weixin/project.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "description": "项目配置文件。", 3 | "packOptions": { 4 | "ignore": [], 5 | "include": [] 6 | }, 7 | "setting": { 8 | "urlCheck": false, 9 | "babelSetting": { 10 | "ignore": [], 11 | "disablePlugins": [], 12 | "outputPath": "" 13 | } 14 | }, 15 | "compileType": "miniprogram", 16 | "libVersion": "3.3.5", 17 | "appid": "touristappid", 18 | "projectname": "app02", 19 | "condition": {}, 20 | "editorSetting": { 21 | "tabIndent": "insertSpaces", 22 | "tabSize": 2 23 | } 24 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/monitor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/excel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/pests.svg: -------------------------------------------------------------------------------- 1 | 病虫害反馈 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/video.svg: -------------------------------------------------------------------------------- 1 | 视频云配置sp -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/traceabilityStyle.svg: -------------------------------------------------------------------------------- 1 | 溯源管理样式 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/nested.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/nested0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/App.vue: -------------------------------------------------------------------------------- 1 | 14 | 15 | 29 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/components/uni-ui/lib/uni-status-bar/uni-status-bar.vue: -------------------------------------------------------------------------------- 1 | 6 | 7 | 18 | 19 | 26 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/form.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/dao/UserDao.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.UserEntity; 12 | 13 | /** 14 | * 用户 15 | */ 16 | public interface UserDao extends BaseMapper { 17 | 18 | List selectListView(@Param("ew") Wrapper wrapper); 19 | 20 | List selectListView(Pagination page,@Param("ew") Wrapper wrapper); 21 | 22 | } 23 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/build.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/entity/vo/CaipufenleiVO.java: -------------------------------------------------------------------------------- 1 | package com.entity.vo; 2 | 3 | import com.entity.CaipufenleiEntity; 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 2024-03-20 12:07:41 20 | */ 21 | public class CaipufenleiVO implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | 25 | } 26 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/education.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/entity/vo/ShicaifenleiVO.java: -------------------------------------------------------------------------------- 1 | package com.entity.vo; 2 | 3 | import com.entity.ShicaifenleiEntity; 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 2024-03-20 12:07:41 20 | */ 21 | public class ShicaifenleiVO implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | 25 | } 26 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/public/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 后台管理系统 10 | 11 | 12 | 13 | 17 |
18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/message.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 | org.eclipse.jdt.core.compiler.compliance=1.7 5 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 | org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled 7 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 8 | org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 9 | org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore 10 | org.eclipse.jdt.core.compiler.release=disabled 11 | org.eclipse.jdt.core.compiler.source=1.7 12 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/project.config.json: -------------------------------------------------------------------------------- 1 | { 2 | "description": "项目配置文件。", 3 | "packOptions": { 4 | "ignore": [] 5 | }, 6 | "setting": { 7 | "urlCheck": false 8 | }, 9 | "compileType": "miniprogram", 10 | "libVersion": "", 11 | "appid": "66", 12 | "projectname": "app02", 13 | "condition": { 14 | "search": { 15 | "current": -1, 16 | "list": [] 17 | }, 18 | "conversation": { 19 | "current": -1, 20 | "list": [] 21 | }, 22 | "game": { 23 | "current": -1, 24 | "list": [] 25 | }, 26 | "miniprogram": { 27 | "current": -1, 28 | "list": [] 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /ssm1m683/.settings/.jsdtscope: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/theme.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/harvestManage.svg: -------------------------------------------------------------------------------- 1 | 采收管理 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/password.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/password0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/password.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/service/UserService.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.UserEntity; 12 | import com.utils.PageUtils; 13 | 14 | 15 | /** 16 | * 系统用户 17 | */ 18 | public interface UserService extends IService { 19 | PageUtils queryPage(Map params); 20 | 21 | List selectListView(Wrapper wrapper); 22 | 23 | PageUtils queryPage(Map params,Wrapper wrapper); 24 | 25 | } 26 | -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/entity/model/CaipufenleiModel.java: -------------------------------------------------------------------------------- 1 | package com.entity.model; 2 | 3 | import com.entity.CaipufenleiEntity; 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 2024-03-20 12:07:41 20 | */ 21 | public class CaipufenleiModel implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | 25 | } 26 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/entity/model/ShicaifenleiModel.java: -------------------------------------------------------------------------------- 1 | package com.entity.model; 2 | 3 | import com.entity.ShicaifenleiEntity; 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 2024-03-20 12:07:41 20 | */ 21 | public class ShicaifenleiModel implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | 25 | } 26 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/warnings.svg: -------------------------------------------------------------------------------- 1 | 预警阈值 -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/inspection.svg: -------------------------------------------------------------------------------- 1 | 巡视反馈 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/tab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/financeBudget.svg: -------------------------------------------------------------------------------- 1 | 预算统计 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/harvestDetection.svg: -------------------------------------------------------------------------------- 1 | 采收检测标准 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/finance.svg: -------------------------------------------------------------------------------- 1 | 财务管理 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/views/index.vue: -------------------------------------------------------------------------------- 1 | 10 | 22 | 23 | 33 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/table0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/clipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mp-weixin/components/uni-popup/uni-popup.wxml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/source.svg: -------------------------------------------------------------------------------- 1 | 溯源管理 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/template.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/retroactiveCoding.svg: -------------------------------------------------------------------------------- 1 | 追溯打码 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/pesticideResidue.svg: -------------------------------------------------------------------------------- 1 | 农残检测项 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/front/unpackage/dist/build/mp-weixin/components/uni-popup/uni-popup.wxml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/order.svg: -------------------------------------------------------------------------------- 1 | 工单总览 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/peoples.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/monitorEquipment.svg: -------------------------------------------------------------------------------- 1 | 监测设备 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/traceability.svg: -------------------------------------------------------------------------------- 1 | 溯源管理 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/peoples.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/phone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/phone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 | } -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/board.svg: -------------------------------------------------------------------------------- 1 | 看板管理 -------------------------------------------------------------------------------- /ssm1m683/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: '/ssm1m683', 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 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/AIDeviceLayout.svg: -------------------------------------------------------------------------------- 1 | 物联网配置 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/internet.svg: -------------------------------------------------------------------------------- 1 | 物联网管理置 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/dist/index.html: -------------------------------------------------------------------------------- 1 | 后台管理系统
-------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/deviceMonitorData.svg: -------------------------------------------------------------------------------- 1 | 监测数据 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/tree-table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/components/SvgIcon/index.vue: -------------------------------------------------------------------------------- 1 | 6 | 7 | 34 | 35 | 44 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/date.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/videoKey.svg: -------------------------------------------------------------------------------- 1 | 视频云配置1 -------------------------------------------------------------------------------- /ssm1m683/.idea/jarRepositories.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | 14 | 15 | 19 | 20 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/post.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/resources/spring/spring.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/operation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/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 2024-03-20 12:07:41 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 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/mainSystem.svg: -------------------------------------------------------------------------------- 1 | 主系统 -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/entity/view/StoreupView.java: -------------------------------------------------------------------------------- 1 | package com.entity.view; 2 | 3 | import com.entity.StoreupEntity; 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 2024-03-20 12:07:41 19 | */ 20 | @TableName("storeup") 21 | public class StoreupView extends StoreupEntity implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | public StoreupView(){ 25 | } 26 | 27 | public StoreupView(StoreupEntity storeupEntity){ 28 | try { 29 | BeanUtils.copyProperties(this, storeupEntity); 30 | } catch (IllegalAccessException | InvocationTargetException e) { 31 | // TODO Auto-generated catch block 32 | e.printStackTrace(); 33 | } 34 | 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/AI.svg: -------------------------------------------------------------------------------- 1 | 物联设备 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/farmingProject.svg: -------------------------------------------------------------------------------- 1 | 农事项目 -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/EIM.svg: -------------------------------------------------------------------------------- 1 | 企业信息 -------------------------------------------------------------------------------- /mp-weixin/pages/register/register.wxss: -------------------------------------------------------------------------------- 1 | .btn-submit{height:auto!important;line-height:88rpx}.content.data-v-2211f726{height:calc(100vh - 44px);overflow:auto}.content.data-v-2211f726:after{position:fixed;top:0;right:0;left:0;bottom:0;content:"";background-image:url(http://codegen.caihongy.cn/20220210/6682da2868d144b6a87b5078e72832bf.png);background-attachment:fixed;background-size:cover;background-position:50%}.logo.data-v-2211f726{text-align:center}.logo image.data-v-2211f726{height:200rpx;width:200rpx;margin:0 0 60rpx}.uni-form-item.data-v-2211f726{margin-bottom:40rpx;padding:0}.uni-form-item .uni-input.data-v-2211f726{font-size:30rpx;padding:7px 0}button[type="primary"].data-v-2211f726{background-color:#b49950;border-radius:0;font-size:34rpx;margin-top:60rpx}.links.data-v-2211f726{text-align:center;margin-top:40rpx;font-size:26rpx;color:#999}.links view.data-v-2211f726{display:inline-block;vertical-align:top;margin:0 10rpx}.links .link-highlight.data-v-2211f726{color:#b49950}.picker-select-input.data-v-2211f726{line-height:88rpx} -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/channel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/entity/view/CaipuxinxiView.java: -------------------------------------------------------------------------------- 1 | package com.entity.view; 2 | 3 | import com.entity.CaipuxinxiEntity; 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 2024-03-20 12:07:41 19 | */ 20 | @TableName("caipuxinxi") 21 | public class CaipuxinxiView extends CaipuxinxiEntity implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | public CaipuxinxiView(){ 25 | } 26 | 27 | public CaipuxinxiView(CaipuxinxiEntity caipuxinxiEntity){ 28 | try { 29 | BeanUtils.copyProperties(this, caipuxinxiEntity); 30 | } catch (IllegalAccessException | InvocationTargetException e) { 31 | // TODO Auto-generated catch block 32 | e.printStackTrace(); 33 | } 34 | 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/utils/JQPageInfo.java: -------------------------------------------------------------------------------- 1 | package com.utils; 2 | 3 | public class JQPageInfo{ 4 | private Integer page; 5 | 6 | private Integer limit; 7 | 8 | private String sidx; 9 | 10 | private String order; 11 | 12 | private Integer offset; 13 | 14 | public Integer getPage() { 15 | return page; 16 | } 17 | 18 | public void setPage(Integer page) { 19 | this.page = page; 20 | } 21 | 22 | public Integer getLimit() { 23 | return limit; 24 | } 25 | 26 | public void setLimit(Integer limit) { 27 | this.limit = limit; 28 | } 29 | 30 | public String getSidx() { 31 | return sidx; 32 | } 33 | 34 | public void setSidx(String sidx) { 35 | this.sidx = sidx; 36 | } 37 | 38 | public String getOrder() { 39 | return order; 40 | } 41 | 42 | public void setOrder(String order) { 43 | this.order = order; 44 | } 45 | 46 | public Integer getOffset() { 47 | return offset; 48 | } 49 | 50 | public void setOffset(Integer offset) { 51 | this.offset = offset; 52 | } 53 | 54 | } 55 | -------------------------------------------------------------------------------- /ssm1m683/src/main/webapp/admin/src/icons/svg/svg/company.svg: -------------------------------------------------------------------------------- 1 | 基本信息 -------------------------------------------------------------------------------- /ssm1m683/src/main/java/com/entity/view/CaipufenleiView.java: -------------------------------------------------------------------------------- 1 | package com.entity.view; 2 | 3 | import com.entity.CaipufenleiEntity; 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 2024-03-20 12:07:41 19 | */ 20 | @TableName("caipufenlei") 21 | public class CaipufenleiView extends CaipufenleiEntity implements Serializable { 22 | private static final long serialVersionUID = 1L; 23 | 24 | public CaipufenleiView(){ 25 | } 26 | 27 | public CaipufenleiView(CaipufenleiEntity caipufenleiEntity){ 28 | try { 29 | BeanUtils.copyProperties(this, caipufenleiEntity); 30 | } catch (IllegalAccessException | InvocationTargetException e) { 31 | // TODO Auto-generated catch block 32 | e.printStackTrace(); 33 | } 34 | 35 | } 36 | } 37 | --------------------------------------------------------------------------------