lsc 1 개월 전
부모
커밋
18224a872b
5개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dist/index.html
  2. 0 0
      dist/js/app.3d6e16c2.js
  3. 0 0
      dist/js/app.3d6e16c2.js.map
  4. 0 0
      dist/js/app.f0d2e828.js.map
  5. 2 0
      src/permission.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.f0d2e828.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.9ad3f5a4.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.3d6e16c2.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.9ad3f5a4.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.3d6e16c2.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/app.3d6e16c2.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/app.f0d2e828.js.map


+ 2 - 0
src/permission.js

@@ -14,6 +14,8 @@ router.beforeEach(async (to, from, next) => {
   const hasToken = store.getters.token
   if (hasToken) {
     if (to.path === '/login') {
+      console.log('111111111111');
+      
       // 如果已登录,重定向到主页
       next({ path: '/' })
       NProgress.done()

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.