1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-04 13:04:13 +08:00

8 lines
218 B
Go
Raw Normal View History

2022-08-19 16:02:58 +08:00
// 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;
};