mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-24 17:41:03 +01:00
updated frontend
This commit is contained in:
@@ -3,10 +3,5 @@ import 'vue';
|
||||
import {createApp} from 'crawlab-ui';
|
||||
|
||||
(async function () {
|
||||
await createApp({
|
||||
// @ts-ignore
|
||||
initBaiduTongji: window['VUE_APP_INIT_BAIDU_TONGJI'] !== 'false',
|
||||
// @ts-ignore
|
||||
initUmeng: window['VUE_APP_INIT_UMENG'] !== 'false',
|
||||
});
|
||||
await createApp();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user