Browse Source

bug修复

leo 1 year ago
parent
commit
780f60493f
1 changed files with 1 additions and 1 deletions
  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',
   })