Skip to content

Commit

Permalink
FE components path bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Oct 8, 2023
1 parent 9b05c96 commit c714056
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import { fetchMain, fetchUpload, fetchUpdate } from '/@/api/flink/app/app';
import { handleSubmitParams } from './utils';
import PomTemplateTab from './components/PodTemplate/PomTemplateTab.vue';
import { fetchListJars } from '/@/api/flink/project';
import { fetchListJars } from '/@/api/project';
import { useEditFlinkSchema } from './hooks/useEditFlinkSchema';
import { useEdit } from './hooks/useEdit';
import { useMessage } from '/@/hooks/web/useMessage';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { fetchGetVer } from '/@/api/flink/config';
import { ApiTreeSelect } from '/@/components/Form';
import { fetchAppConf, fetchName } from '/@/api/flink/app/app';
import { SettingTwoTone } from '@ant-design/icons-vue';
import { fetchListConf } from '/@/api/flink/project';
import { fetchListConf } from '/@/api/project';
import { UseStrategyEnum } from '/@/enums/flinkEnum';

export default defineComponent({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import {
fetchK8sNamespaces,
fetchSessionClusterIds,
} from '/@/api/flink/app/flinkHistory';
import { fetchSelect } from '/@/api/flink/project';
import { fetchSelect } from '/@/api/project';
import { fetchAlertSetting } from '/@/api/flink/setting/alert';
import { fetchFlinkCluster } from '/@/api/flink/setting/flinkCluster';
import { fetchFlinkEnv, fetchListFlinkEnv } from '/@/api/flink/setting/flinkEnv';
Expand Down

0 comments on commit c714056

Please sign in to comment.