VUE的两种跳转push和replace对比区别
摘要:https://www.jianshu.com/p/b3f4c1b3aab2
阅读全文
微信公众号二次分享ios分享失败问题
摘要:一、首先,看正常通用的 1、绑定域名 再公众号开发设置里边配置域名 2、引入js文件 index.html <script src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js "></script> 3、通过后台处理调用接口得到签名 这里通过添加
阅读全文
vue设置每个页面的头部title
摘要:1、在router.js中需要在每一个路由下添加一个meta:{title:'主页'}, 比如: import Vue from 'vue' import Router from 'vue-router' import login from '../components/login/login.vu
阅读全文