Files
wvp-platform/web_src
xiaoxie 6e4fc1e79b 1.修正了播放地址无法正常播放视频的问题,包含两个错误:
1.1修正播放器界面路由(此页面不需要layout边框,之前已经修复但在地图代码合并时又被错误覆盖)
1.2修正播放器id属性,此属性现在不需要父级组件传入(这是之前导致独立播放页面失效的主要原因)
2.调整滚动条美化样式到app.vue中,使其真正全局生效
2022-04-23 23:34:36 +08:00
..
2020-10-12 10:11:24 +08:00
2020-10-12 10:11:24 +08:00
2020-10-12 10:11:24 +08:00
2021-03-01 18:12:56 +08:00
2022-04-22 17:00:33 +08:00
2020-10-12 10:11:24 +08:00

gb_web

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.