chao 3 miesięcy temu
rodzic
commit
b677888f06

Plik diff jest za duży
+ 0 - 0
dist/assets/Details-f2CSyoQ4.js


Plik diff jest za duży
+ 0 - 0
dist/assets/admin-8VZQncwu.js


Plik diff jest za duży
+ 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()
   }
 })
 

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików