|
@@ -34,9 +34,8 @@ export function getUserInfo(ok, no) {
|
|
|
* @param {*} ok
|
|
|
* @param {*} no
|
|
|
*/
|
|
|
- export function getPanoInfo(data, ok, no) {
|
|
|
- return http.get(`${ossUrl}/720yun_fd_manage/${data||number()}/someData.json?_=${Math.random()}`, {}, ok, no)
|
|
|
-
|
|
|
+export function getPanoInfo(data, ok, no) {
|
|
|
+ return http.get(`${ossUrl}/720yun_fd_manage/${data||number()}/someData.json?_=${Math.random()}`, {}, ok, no)
|
|
|
}
|
|
|
|
|
|
|
|
@@ -584,7 +583,7 @@ export function moveToFolder(list, targetId, ancestors) {
|
|
|
}
|
|
|
|
|
|
export function delFolder(id) {
|
|
|
- return http.postJson(`${URL_FILL}/manage/dir/move/${id}`)
|
|
|
+ return http.postJson(`${URL_FILL}/manage/dir/remove/${id}`)
|
|
|
}
|
|
|
|
|
|
/**
|