摘要:
1、发送页面里面跳转函数写上 this.$router.push({ path: "/userinfo", query: { uid: index.account(参数) } }); 2、接受页面 beforeMount() { alert(this.$route.query.uid); // 在o 阅读全文
摘要:
1、定义 在main.js里面定义 Vue.prototype.$apiUrl = " http://xxxxxxxxxx"; 2、使用 在联调的时候 url: this.$apiUrl + "/xxxx(端口)" url: this.$apiUrl + "/xxxx(端口)" 阅读全文