摘要: 路由页的登录导航守卫设置 1 import Cookies from 'js-cookie' 2 3 // Not login 4 router.beforeEach((to, from, next) => { 5 if (to.matched.some(m => m.meta.auth)) { 6 阅读全文
posted @ 2021-08-03 17:34 乐盘游 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 遇到的解决方法如下 参考网页:element-ui带输入建议的input框踩坑(输入建议空白以及会闪出上一次的输入建议问题)_wyhstars的博客-CSDN博客 阅读全文
posted @ 2021-08-03 15:26 乐盘游 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 先上修改好的代码 drawPieAll() { // myChart paint more times, it will warn if ( this.myChart != null && this.myChart != "" && this.myChart != undefined ) { thi 阅读全文
posted @ 2021-08-03 13:43 乐盘游 阅读(784) 评论(0) 推荐(0) 编辑
摘要: 之前这里是filterPlus,每次改变InputName,比如【a】->【''】,filterStatement-1,变化过程为【1】->【0】->【0】,零状态会触发两次watch InputName,原来是复杂数据类型,地址改变了! //我猜的哈,估计是这样 computed和watch的区别 阅读全文
posted @ 2021-08-03 10:23 乐盘游 阅读(399) 评论(0) 推荐(0) 编辑