lsc преди 1 месец
родител
ревизия
3b8542a36f
променени са 5 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      dist/index.html
  2. 0 0
      dist/js/app.4b8ed526.js.map
  3. 0 0
      dist/js/app.e7e1ea1d.js
  4. 0 0
      dist/js/app.e7e1ea1d.js.map
  5. 1 1
      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.7cdade31.js"></script><script defer="defer" src="/js/app.4b8ed526.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.23a5f805.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.7cdade31.js"></script><script defer="defer" src="/js/app.e7e1ea1d.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.23a5f805.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) {

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/js/app.4b8ed526.js.map


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/js/app.e7e1ea1d.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/js/app.e7e1ea1d.js.map


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

@@ -81,7 +81,7 @@ const mutations = {
   },
   SET_USERINFO2: (state, userinfo2) => {
     state.userinfo2 = userinfo2;
-    window.topU.US.userInfo = state.userInfo2 && Object.keys(state.userInfo2).length ? state.userinfo2 : state.userinfo
+    window.topU.US.userInfo = state.userinfo2 && Object.keys(state.userinfo2).length ? state.userinfo2 : state.userinfo
   },
 };
 

Някои файлове не бяха показани, защото твърде много файлове са промени