lsc 1 月之前
父節點
當前提交
1700acdeef

文件差異過大導致無法顯示
+ 0 - 0
dist/css/app.23a5f805.css


+ 0 - 0
dist/img/wechat.0277f1a9.svg → dist/img/wechat.d3d8349b.svg


+ 1 - 1
dist/index.html

@@ -36,7 +36,7 @@
         width: 100%;
         background: #e6eaf0;
         font-family: '黑体';
-      }</style><script defer="defer" src="/js/chunk-vendors.50f469f2.js"></script><script defer="defer" src="/js/app.4b83b5e3.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.bafe326b.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.a221fa56.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.4b83b5e3.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.4b83b5e3.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.a221fa56.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.a221fa56.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/chunk-vendors.50f469f2.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/chunk-vendors.7cdade31.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/chunk-vendors.7cdade31.js.map


+ 1 - 1
src/components/sidebarL.vue

@@ -159,7 +159,7 @@ import { API_CONFIG } from "@/common/apiConfig";
             async gotoKanban(){
                 // 重新获取基础数据
                 await store.dispatch('user/getschPerInfo')
-
+                await store.commit('user/SET_USERINFO2', {})
                 let num = this.userinfo.type == 1 && this.userinfo.role == 1 && this.userinfo.rrole == 1 ? 1 : 2
                 this.$router.push({
                     path: '/KanBan',

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

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

部分文件因文件數量過多而無法顯示