* Change the name of my spatial function.

This commit is contained in:
tianshujie
2023-04-06 16:57:14 +08:00
parent fc3accb1b0
commit bb84c7a731
11 changed files with 37 additions and 33 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ $(function()
}
else if(objectType == 'mine')
{
methodName = 'browse';
methodName = 'mySpace';
linkParams = 'type=mine&libID=' + libID;
}
else if(['text', 'word', 'ppt', 'excel'].indexOf(type) !== -1)