Browse Source

fix

pull/3/MERGE
break60 4 years ago committed by gaojun2048
parent
commit
a7a928be72
  1. 2
      dolphinscheduler-ui/pom.xml
  2. 2
      dolphinscheduler-ui/src/js/conf/home/index.js
  3. 2
      dolphinscheduler-ui/src/js/conf/login/index.js

2
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>

2
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)

2
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

Loading…
Cancel
Save