chao 5 달 전
부모
커밋
19a19cdb93
6개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 0
      dist/assets/Details-E2nHkMnZ.js
  2. 0 0
      dist/assets/admin-TLYG_azp.js
  3. 0 0
      dist/assets/index-Kzray4Xx.js
  4. 1 1
      dist/index.html
  5. 3 3
      src/App.vue
  6. 1 1
      src/views/main.vue

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


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


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


+ 1 - 1
dist/index.html

@@ -8,7 +8,7 @@
     <script>
       document.domain = "cocorobo.cn"
     </script>
-    <script type="module" crossorigin src="./assets/index-ljuVYFQ-.js"></script>
+    <script type="module" crossorigin src="./assets/index-Kzray4Xx.js"></script>
     <link rel="stylesheet" crossorigin href="./assets/index-guepuggO.css">
   </head>
   <body>

+ 3 - 3
src/App.vue

@@ -11,7 +11,7 @@ const route = useRoute()
 const store = userInfoStore()
 const CurrentRole = userCurrentRole()
 const name = ref('')
-const isShow = ref(true)
+const isShow = ref(false)
 const setTimeState = ref(null)
 
 onMounted(() => {
@@ -41,7 +41,7 @@ onMounted(() => {
           }
         })
       } else {
-        linkLogin()
+        // linkLogin()
       }
     })
   }else if(ticket){
@@ -54,7 +54,7 @@ onMounted(() => {
         }
       })
   } else {
-    linkLogin()
+    // linkLogin()
   }
 })
 

+ 1 - 1
src/views/main.vue

@@ -100,7 +100,7 @@ const iframeRef2 = ref(null)
 const loading = ref(false)
 const iframeRef1Url = ref('')
 const iframeRef2Url = ref('')
-const iframeRef2Dialog = ref(true)
+const iframeRef2Dialog = ref(false)
 const leftShow = ref(false)
 
 watchEffect(() => {

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