...
|
...
|
@@ -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');
|
|
|
|
...
|
...
|
|