chao 3 달 전
부모
커밋
b677888f06
5개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 0
      dist/assets/Details-f2CSyoQ4.js
  2. 0 0
      dist/assets/admin-8VZQncwu.js
  3. 0 0
      dist/assets/index-ul6o1cwY.js
  4. 1 1
      dist/index.html
  5. 4 4
      src/App.vue

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


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


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


+ 1 - 1
dist/index.html

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

+ 4 - 4
src/App.vue

@@ -11,7 +11,7 @@ const route = useRoute()
 const store = userInfoStore()
 const CurrentRole = userCurrentRole()
 const name = ref('')
-const isShow = ref(false)
+const isShow = ref(true)
 const setTimeState = ref(null)
 
 onMounted(() => {
@@ -41,11 +41,11 @@ onMounted(() => {
           }
         })
       } else {
-        // linkLogin()
+        linkLogin()
       }
     })
   }else if(ticket){
-    axios.get(`https://pbl.cocorobo.cn/api/bat/getToken?ticket=${ticket}`)
+    axios.get('https://pbl.cocorobo.cn/api/bat/getToken', { ticket: ticket })
       .then(r => {
         if (r.status === 200 && r.data.data && r.data.data.result) {
           console.log(r.data.data.result)
@@ -54,7 +54,7 @@ onMounted(() => {
         }
       })
   } else {
-    // linkLogin()
+    linkLogin()
   }
 })
 

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