You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
687 B

import $http from '@/assets/js/http'
//
// export function list(data) {
// return $http.post('project/file', data);
// }
//
// export function read(fileCode) {
// return $http.post('project/file/read', {fileCode: fileCode});
// }
//
// export function edit(data) {
// return $http.post('project/file/edit', data);
// }
//
// export function recycle(fileCode) {
// return $http.post('project/file/recycle', {fileCode: fileCode});
// }
//
// export function recovery(fileCode) {
// return $http.post('project/file/recovery', {fileCode: fileCode});
// }
//
// export function del(fileCode) {
// return $http.post('project/file/delete', {fileCode: fileCode});
// }