2019年7月24日

摘要: vue.js vue入门 阅读全文
posted @ 2019-07-24 14:45 小肥猪。 阅读(9818) 评论(0) 推荐(0) 编辑
摘要: router传递参数的一种方式 主页写法 this.$router.push({ path: "副页路径", query: { id:"" } }); 副页获取方式 this.$route.query.id 提供vue学习案例代码已提交Git:git地址 注:本例子为移动端代码,浏览器预览的时候请F 阅读全文
posted @ 2019-07-24 09:11 小肥猪。 阅读(158) 评论(0) 推荐(0) 编辑

2019年7月22日

摘要: mpvue开发微信小程序框架的使用注意事项: 1、路由跳转,引用mpvue-router-patch 在main.js文件中引入控件:import MpvueRouterPatch from 'mpvue-router-patch' Vue.use(MpvueRouterPatch); 2、axio 阅读全文
posted @ 2019-07-22 15:33 小肥猪。 阅读(1494) 评论(0) 推荐(0) 编辑
摘要: 完整项目代码位于码云上,点击获取:Git地址 主要介绍一下重点配置地方: 一、application.yml文件 server: port: 8084 servlet: context-path: /testspring: ## quartz定时任务,采用数据库方式 quartz: job-stor 阅读全文
posted @ 2019-07-22 14:48 小肥猪。 阅读(864) 评论(0) 推荐(0) 编辑
摘要: 一个基于vue + springboot +shiro搭建的移动端商品展示平台 阅读全文
posted @ 2019-07-22 13:54 小肥猪。 阅读(1488) 评论(0) 推荐(0) 编辑

导航