瀏覽代碼

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',
   })