diff --git a/bin/service.sh b/bin/service.sh index 165fb77c..b12d57c3 100644 --- a/bin/service.sh +++ b/bin/service.sh @@ -37,11 +37,11 @@ module=fateboard version=2.0.0 -if test -f "${fatepath}/fate/fate_flow/bin/init_env.sh";then - source ${fatepath}/fate/fate_flow/bin/init_env.sh +if test -f "${fatepath}/fate_flow/bin/init_env.sh";then + source ${fatepath}/fate_flow/bin/init_env.sh echo "JAVA_HOME=$JAVA_HOME" else - echo "file not found:${fatepath}/fate/fate_flow/bin/init_env.sh" + echo "file not found:${fatepath}/fate_flow/bin/init_env.sh" exit fi diff --git a/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts b/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts index 17ddabbf..9989b7bc 100644 --- a/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts +++ b/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts @@ -1,10 +1,10 @@ -import './Selection.scss'; -import FSelection from './Selection.vue'; -import FSelectionChart from './SelectionChart.vue'; - -const SelectionInstall = (app: any) => { - app.component('FSelection', FSelection) - app.component('FSelectionChart', FSelectionChart) -} - -export default SelectionInstall \ No newline at end of file +import './Selection.scss'; +import FSelection from './Selection.vue'; +import FSelectionChart from './SelectionChart.vue'; + +const SelectionInstall = (app: any) => { + app.component('FSelection', FSelection) + app.component('FSelectionChart', FSelectionChart) +} + +export default SelectionInstall