Commit 824aa1b3 authored by chenshouchao's avatar chenshouchao

refactor: 代码注释

parent 532345c9
...@@ -5,9 +5,9 @@ export const getProjectList = async () => { ...@@ -5,9 +5,9 @@ export const getProjectList = async () => {
return res.data; return res.data;
}; };
// 设置文件服务器指向
export const setFileServerEndPointLocalStorage = async (zoneId: string) => { export const setFileServerEndPointLocalStorage = async (zoneId: string) => {
const res = await hpczone(); const res = await hpczone();
console.log(res);
let fileServerEndPoint = ""; let fileServerEndPoint = "";
if (Array.isArray(res)) { if (Array.isArray(res)) {
res.forEach((item: any) => { 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