From 70990463f9d6d8b3d727c687b8f22cf8bcadebf5 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Thu, 25 Jul 2024 11:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 74 +++++++----------------- src/main/resources/static/js/publicJs.js | 4 +- 2 files changed, 24 insertions(+), 54 deletions(-) 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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - { + "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);