소스 검색

bug修复

leo 1 년 전
부모
커밋
780f60493f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/module/datasource/services/index.js

+ 1 - 1
src/module/datasource/services/index.js

@@ -171,7 +171,7 @@ export const importDatalake = (params) =>
 // 获取数据湖列表
 export const getLakeTable = () =>
   request({
-    url: `jpt/datasource/lake_table}`,
+    url: `jpt/datasource/lake_table`,
     method: 'get',
   })