|
@@ -21,6 +21,10 @@
|
|
|
<head>
|
|
|
<meta charset="UTF-8" />
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
+ <!-- @antv/layout compiled lodash package exception,
|
|
|
+ * temporarily solve the problem through script.
|
|
|
+ -->
|
|
|
+ <script src="/lodash.min.js"></script>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
<title>Dolphin Scheduler Admin</title>
|
|
|
</head>
|