From a7a928be72f46ddda59cefd1ef8971a3135a93f9 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Mon, 7 Sep 2020 15:37:54 +0800 Subject: [PATCH] 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 7aaa69a141..13644bad91 100644 --- a/dolphinscheduler-ui/pom.xml +++ b/dolphinscheduler-ui/pom.xml @@ -29,7 +29,7 @@ ${project.artifactId} - v10.16.2 + v12.12.0 6.11.3 src diff --git a/dolphinscheduler-ui/src/js/conf/home/index.js b/dolphinscheduler-ui/src/js/conf/home/index.js index d62ac4750d..6d7655408b 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 7e94ddf4bc..ab721a7a87 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