Commit 824aa1b3 authored by chenshouchao's avatar chenshouchao

refactor: 代码注释

parent 532345c9
......@@ -5,9 +5,9 @@ export const getProjectList = async () => {
return res.data;
};
// 设置文件服务器指向
export const setFileServerEndPointLocalStorage = async (zoneId: string) => {
const res = await hpczone();
console.log(res);
let fileServerEndPoint = "";
if (Array.isArray(res)) {
res.forEach((item: any) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment