diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index fd5f79a..4aaf902 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,47 +5,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -61,18 +31,18 @@
- {
+ "keyToString": {
+ "RequestMappingsPanelOrder0": "0",
+ "RequestMappingsPanelOrder1": "1",
+ "RequestMappingsPanelWidth0": "75",
+ "RequestMappingsPanelWidth1": "75",
+ "Spring Boot.SzgqjServiceApplication.executor": "Debug",
+ "Spring Boot.ZhlyServiceApplication.executor": "Debug",
+ "git-widget-placeholder": "master",
+ "node.js.selected.package.tslint": "(autodetect)"
}
-}]]>
+}
diff --git a/src/main/resources/static/js/publicJs.js b/src/main/resources/static/js/publicJs.js
index 9022693..d33b005 100644
--- a/src/main/resources/static/js/publicJs.js
+++ b/src/main/resources/static/js/publicJs.js
@@ -35,10 +35,10 @@ function error(xhr) {
icon: 5,
move: false,
cancel: function (index, layero) {
- location.href = '/szgqj/login.html';
+ location.href = '/zhly/login.html';
}
}, function () {
- location.href = '/szgqj/login.html';
+ location.href = '/zhly/login.html';
})
} else if (code == 403) {
console.log("未授权:" + message);