pinked

导航

2020年2月19日 #

hello springboot

摘要: hello springboot 1. 通过网页创建新springboot的项目:https://start.spring.io/ 2. 也可以通过idea直接创建 3. 直接新建一个controller 4. 访问测试http://localhost:8080/hello 5. 可以通过appli 阅读全文

posted @ 2020-02-19 17:30 pinked 阅读(121) 评论(0) 推荐(0) 编辑

[vue]404和路由钩子

摘要: 404和路由钩子 index.js中的export default new Router 下写入 mode: 'history',可以去除链接中的 新建一个NotFound.vue index.js中导入,写入router 安装axios 在main.js中导入 Profile.vue 参数说明: 阅读全文

posted @ 2020-02-19 06:02 pinked 阅读(145) 评论(0) 推荐(0) 编辑

[vue]传递参数与重定向

摘要: 传递参数与重定向 Main.vue index.js的router Profile.vue获取并展示参数 也可以通过props来传递参数 index.js的router Profile.vue直接用{{id}}即可 重定向的方法 router路由 登录用户 Login.vue router main 阅读全文

posted @ 2020-02-19 02:16 pinked 阅读(1329) 评论(0) 推荐(0) 编辑