- cant get / 页面路由未配置或缺少模块
- elementUI复选框全选问题 数据绑定为数组 [ ] 非字符串 ' '
- 本地8080打开修改 config index.js port:9090
- 页面无数据或报错40001 请求加token:this.token
mounted( ){
this.token = this.$store.state.UserToken } - 单页切换顶部导航闪烁 右侧滚动条闪现,隐藏滚动条或zidingy
自定义滚动条
/* 设置滚动条的样式 背景 高 和 宽 分别对应纵向和横向*/
::-webkit-scrollbar{
background: #fb307b;
width: 5px;
height: 5px; } - main.js中引入echarts ,修改原型链
vue.prototype.$echarts = echarts 全局使用
网友评论