From 45ac2a742f4882d54d42031fa8528e14b0212c37 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 08 二月 2023 10:37:36 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 55ec21b..5dd0e92 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -168,7 +168,7 @@
} else if (res.code === 403) {
top.location.href = baseUrl+"/login";
} else {
- layer.msg(res.msg, {icon: 2})
+ layer.msg('token error', {icon: 2})
}
}
});
--
Gitblit v1.9.1