You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ga...@apache.org on 2020/10/12 07:32:00 UTC

[incubator-dolphinscheduler] 05/07: fix

This is an automated email from the ASF dual-hosted git repository.

gaojun2048 pushed a commit to branch alert_plugin_design
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git

commit a7a928be72f46ddda59cefd1ef8971a3135a93f9
Author: break60 <79...@qq.com>
AuthorDate: Mon Sep 7 15:37:54 2020 +0800

    fix
---
 dolphinscheduler-ui/pom.xml                    | 2 +-
 dolphinscheduler-ui/src/js/conf/home/index.js  | 2 +-
 dolphinscheduler-ui/src/js/conf/login/index.js | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dolphinscheduler-ui/pom.xml b/dolphinscheduler-ui/pom.xml
index 7aaa69a..13644ba 100644
--- a/dolphinscheduler-ui/pom.xml
+++ b/dolphinscheduler-ui/pom.xml
@@ -29,7 +29,7 @@
   <name>${project.artifactId}</name>
 
   <properties>
-    <node.version>v10.16.2</node.version>
+    <node.version>v12.12.0</node.version>
     <npm.version>6.11.3</npm.version>
     <sonar.sources>src</sonar.sources>
   </properties>
diff --git a/dolphinscheduler-ui/src/js/conf/home/index.js b/dolphinscheduler-ui/src/js/conf/home/index.js
index d62ac47..6d76554 100644
--- a/dolphinscheduler-ui/src/js/conf/home/index.js
+++ b/dolphinscheduler-ui/src/js/conf/home/index.js
@@ -48,7 +48,7 @@ Vue.use(ElementUI)
 // Vue.use(ans)
 Vue.use(ans, useOpt)
 
-Vue.use(formCreate)
+Vue.use(formCreate, {maker})
 
 sync(store, router)
 
diff --git a/dolphinscheduler-ui/src/js/conf/login/index.js b/dolphinscheduler-ui/src/js/conf/login/index.js
index 7e94ddf..ab721a7 100644
--- a/dolphinscheduler-ui/src/js/conf/login/index.js
+++ b/dolphinscheduler-ui/src/js/conf/login/index.js
@@ -35,7 +35,7 @@ Vue.use(ElementUI)
 
 Vue.use(ans)
 
-Vue.use(formCreate)
+Vue.use(formCreate, {maker})
 
 Vue.config.devtools = true
 Vue.config.productionTip = true