leo 1 anno fa
parent
commit
780f60493f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',
   })