leo 1 tahun lalu
induk
melakukan
780f60493f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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',
   })