80dbf143 by lxs

获取自有资产目录数据

1 parent dbd6f569
...@@ -2,7 +2,8 @@ import request from "@/utils/request"; ...@@ -2,7 +2,8 @@ import request from "@/utils/request";
2 2
3 /** 获取资产目录列表 */ 3 /** 获取资产目录列表 */
4 export const getAssetCatalog = (params= {}) => request({ 4 export const getAssetCatalog = (params= {}) => request({
5 url: `${import.meta.env.VITE_API_NEW_PORTAL}/dam-catalog-table/dam-list`, 5 // url: `${import.meta.env.VITE_API_NEW_PORTAL}/dam-catalog-table/dam-list`,
6 url: `${import.meta.env.VITE_API_NEW_PORTAL}/dam-catalog-table/intable-dam-list`,
6 method: 'get', 7 method: 'get',
7 params 8 params
8 }) 9 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!