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 5ee12d9851b12424569aaafc3e1a03bd2c17e9a9
Author: break60 <[email protected]>
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

Reply via email to