Authored by 张文文

bug fix

... ... @@ -15,7 +15,9 @@ import 'statics/font/ufofont.css';
import 'video.js/dist/video-js.css';
import Vconsole from 'vconsole';
new Vconsole();
if (window.location.href.indexOf('debug') > 0) {
new Vconsole();
}
const $app = document.getElementById('app');
... ...
... ... @@ -231,6 +231,7 @@ export default {
.identify-image {
margin-top: 40px;
height: 592px;
background-repeat: no-repeat;
background-image: url("~statics/image/passport/identy_img.png");
background-size: contain;
}
... ...
{
"name": "ufo-app-web",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...