摘要: 1.目录 2.store.js中代码 // store.js 中都mutation中增加添加和删除token的方法 import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) const store = new Vuex.Store({ s 阅读全文
posted @ 2020-06-09 11:01 四月和秋天 阅读(483) 评论(0) 推荐(0) 编辑
摘要: //1.video.js 插入视频 一般默认静音 (video.js使用方法可以看看网上的,然后视频src是提交后台返的) 因为加载视频封面需要10秒左右的时间 需要等一会 这个问题要想办法解决 体验感不太好 <video id="myVideo" class="video-js" controls 阅读全文
posted @ 2020-06-09 10:40 四月和秋天 阅读(5761) 评论(0) 推荐(0) 编辑