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