no message

This commit is contained in:
aipaw
2021-07-11 12:10:01 +08:00
parent 7bf05c91a6
commit fa01bb4e7d
12 changed files with 166 additions and 65 deletions

View File

@@ -509,7 +509,7 @@ class FileController extends AbstractController
}
//
if ($file->isNnShare()) {
return Base::retError('已经处于共享目录中');
return Base::retError('已经处于共享文件夹中');
}
//
if ($action == 'unshare') {