|
@@ -310,7 +310,7 @@ public class AdminsBackController extends BaseController {
|
|
|
System.out.println(url);
|
|
|
|
|
|
// 上传服务器时把下面注释去除
|
|
|
-// url = url.substring(8, url.length());
|
|
|
+ url = url.substring(11, url.length());
|
|
|
int num = rootPath.split("\\\\").length;
|
|
|
System.out.println(num);
|
|
|
if ("zip".equals(type)) {
|