|
|
@@ -20,6 +20,9 @@ import VueClipboard from 'vue-clipboard2';
|
|
|
import queryString from 'query-string';
|
|
|
import PageBar from './components/PageBar';
|
|
|
import eruda from 'eruda';
|
|
|
+import { Toast } from 'vant';
|
|
|
+
|
|
|
+Toast.setDefaultOptions('loading', { duration: 0 });
|
|
|
|
|
|
let showConsole = localStorage.getItem('showConsole');
|
|
|
if (showConsole && parseInt(showConsole) > new Date().getTime()) {
|