lsc 3 weeks ago
parent
commit
9497713468
4 changed files with 2 additions and 1 deletions
  1. 1 1
      dist/index.html
  2. 0 0
      dist/js/app.ce542620.js
  3. 0 0
      dist/js/app.ce542620.js.map
  4. 1 0
      src/store/modules/user.js

+ 1 - 1
dist/index.html

@@ -36,7 +36,7 @@
         width: 100%;
         background: #e6eaf0;
         font-family: '黑体';
-      }</style><script defer="defer" src="/js/chunk-vendors.3da6042e.js"></script><script defer="defer" src="/js/app.ec983e5e.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.4ad68d96.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but pblAdminTable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html><script>function stopSafari() {
+      }</style><script defer="defer" src="/js/chunk-vendors.3da6042e.js"></script><script defer="defer" src="/js/app.ce542620.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.4ad68d96.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but pblAdminTable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/js/app.ce542620.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.ce542620.js.map


+ 1 - 0
src/store/modules/user.js

@@ -303,6 +303,7 @@ const actions = {
       commit("RESET_STATE");
       window.topU.US.userInfo = {}
       eduLogout().then(() => {
+        window.topU.location.reload();
         resolve();
       });
     });

Some files were not shown because too many files changed in this diff