diff --git a/projects/WebMVC/wwwroot/components/views/shared/layout.html b/projects/WebMVC/wwwroot/components/views/shared/layout.html
index ac42840a..f83a9d5f 100644
--- a/projects/WebMVC/wwwroot/components/views/shared/layout.html
+++ b/projects/WebMVC/wwwroot/components/views/shared/layout.html
@@ -122,7 +122,7 @@
if (response.status === 200) {
store.commit('login', response.data);
setTimeout(function () {
- router.push({ path: '/components/views/shared/redirect.html', query: { url: router.currentRoute.fullPath } });
+ router.push({ path: '/components/views/shared/redirect.html', query: { url: router.currentRoute.fullPath,message:'正在切换当前机构' } });
}, 1000);
}
else if (response.status === 400) {
diff --git a/projects/WebMVC/wwwroot/components/views/shared/redirect.html b/projects/WebMVC/wwwroot/components/views/shared/redirect.html
index 4016d022..53ec4110 100644
--- a/projects/WebMVC/wwwroot/components/views/shared/redirect.html
+++ b/projects/WebMVC/wwwroot/components/views/shared/redirect.html
@@ -1,19 +1,18 @@
- loading
+
\ No newline at end of file