摘要: 1、传参方式 query传参方式 this.$router.push({ path: "/home", query: {code:"123"} }) param传参方式 this.$router.puth({ name: "/home", param: {code: "123"} }) // 字符串 阅读全文
posted @ 2019-06-25 13:02 只争朝夕,不负韶华 阅读(12282) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u012149969/article/details/80288126 https://vuejs-templates.github.io/webpack/proxy.html https://github.com/chimurai/http-proxy- 阅读全文
posted @ 2019-06-25 09:42 只争朝夕,不负韶华 阅读(350) 评论(0) 推荐(0)