Browse Source

Solve jertty packing garbled (#1518)

* Password verification and v-for add key

* DAG automatic layout

* combo.js replacement

* combo.js replacement

* webpack upgrade to 4

* packjson has a file name that has not changed

* Solve jertty packing garbled
pull/2/head
break60 5 years ago committed by Tboy
parent
commit
8fa8cb559a
  1. 1
      dolphinscheduler-ui/src/view/home/index.html
  2. 1
      dolphinscheduler-ui/src/view/login/index.html

1
dolphinscheduler-ui/src/view/home/index.html

@ -19,6 +19,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="apple-mobile-web-app-capable" content="yes">

1
dolphinscheduler-ui/src/view/login/index.html

@ -19,6 +19,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="apple-mobile-web-app-capable" content="yes">

Loading…
Cancel
Save