设置名字、logo、存储路径等

main
significative 3 months ago
parent bcbd1fc34a
commit 08f6737a49
  1. 4
      jeecgboot-vue3-master/src/api/sys/user.ts

@ -60,8 +60,8 @@ export function getPathTreeApi(parentPath: string) {
export function getDataListApi() {
return defHttp.get({ url: Api.dataList });
}
type updPathPar = { name: string; logo: string; newsPage: string; recordNumber: string; copyright: string; certificate: string; composition: string }
export function updPathApi(params: updPathPar) {
export function updPathApi(params) {
return defHttp.post({ url: Api.updPath, params });
}

Loading…
Cancel
Save