|
@@ -91,8 +91,13 @@ public class EasSysStudentLoginServiceImpl implements EasSysStudentLoginService
|
|
|
//权限配置文件
|
|
|
//String absolutePath = new File(jsonFilePath).getAbsolutePath();
|
|
|
//FileInputStream archiveFile = fileManager.getArchiveFile(absolutePath);
|
|
|
+
|
|
|
+
|
|
|
String absolutePath = "temp/authority.json";
|
|
|
URL resource = Resources.getResource(absolutePath);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
FileInputStream archiveFile = null;
|
|
|
String jsonStr = "";
|
|
|
try {
|