fix : 修复细节
This commit is contained in:
8
src/api/home/index.js
Normal file
8
src/api/home/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import request from '@/utils/request.js'
|
||||
|
||||
export const getHomeInfo = () => {
|
||||
return request({
|
||||
url: '/workflow/mosr/process/task',
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user