看板
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -27,7 +27,7 @@ const type = ref('是') | ... | @@ -27,7 +27,7 @@ const type = ref('是') |
| 27 | const url = ref() | 27 | const url = ref() |
| 28 | const obj = ref({}) | 28 | const obj = ref({}) |
| 29 | const result = ref() | 29 | const result = ref() |
| 30 | const roueter = useRouter() | 30 | const router = useRouter() |
| 31 | // url.value = 'http://192.168.1.152:8899/login/sid=41a9a180-b1ad-4c78-95cc-f369fadb13f0#/' | 31 | // url.value = 'http://192.168.1.152:8899/login/sid=41a9a180-b1ad-4c78-95cc-f369fadb13f0#/' |
| 32 | // url.value = 'http://192.168.1.152:8899/login/sid5342b777-d86a-4967-a18b-7329a3fca56b/' | 32 | // url.value = 'http://192.168.1.152:8899/login/sid5342b777-d86a-4967-a18b-7329a3fca56b/' |
| 33 | url.value = window.location.href | 33 | url.value = window.location.href |
| ... | @@ -37,7 +37,7 @@ onMounted(() => { | ... | @@ -37,7 +37,7 @@ onMounted(() => { |
| 37 | if (result.value) { | 37 | if (result.value) { |
| 38 | handelGetYS000() | 38 | handelGetYS000() |
| 39 | } else { | 39 | } else { |
| 40 | roueter.push('/401') | 40 | router.push('/401') |
| 41 | } | 41 | } |
| 42 | }) | 42 | }) |
| 43 | 43 | ... | ... |
-
Please register or sign in to post a comment