src/api/system/app/index.ts
@@ -19,11 +19,16 @@ createTime: Date } // 查询列表 // 查询分页列表 export const getAppPage = (params: PageParam) => { return request.get({ url: '/system/app/page', params }) } // 查询列表 export const getAppList = () => { return request.get({ url: '/system/app/getAppList' }) } // 获得 export const getApp = (id: number) => { return request.get({ url: '/system/app/get?id=' + id })