mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-04 13:04:13 +08:00
8 lines
218 B
Go
8 lines
218 B
Go
![]() |
// import { File } from '@/api/interface/file';
|
||
|
import files from '@/api/interface/files.json';
|
||
|
|
||
|
export const GetFilesList = () => {
|
||
|
// return http.post<Login.ResLogin>(`/auth/login`, params);
|
||
|
return files;
|
||
|
};
|