摘要: https://www.cnblogs.com/ressiry/p/10467559.html 阅读全文
posted @ 2021-03-15 17:09 zjxgdq 阅读(20) 评论(0) 推荐(0) 编辑
摘要: toDetail(item) { this.$router.push({ path: "/detail", name: "Detail", params: { id: item, }, }); // console.log(item); }, 阅读全文
posted @ 2021-03-15 12:02 zjxgdq 阅读(41) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/0eb0fd72cdbc 拼接 http://192.168.0.185:8081/api/common/getHomeData vue.config.js module.exports ={ devServer:{ proxy:{ 'api':{ 阅读全文
posted @ 2021-03-15 11:26 zjxgdq 阅读(71) 评论(0) 推荐(0) 编辑