看版
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -29,7 +29,7 @@ const obj = ref({}) | ... | @@ -29,7 +29,7 @@ const obj = ref({}) |
| 29 | const result = ref() | 29 | const result = ref() |
| 30 | const router = useRouter() | 30 | const router = useRouter() |
| 31 | // url.value = 'http://192.168.1.152:8899/login/sid=a3afc265-1e60-4376-bcfb-6ca124db8704#/' | 31 | // url.value = 'http://192.168.1.152:8899/login/sid=a3afc265-1e60-4376-bcfb-6ca124db8704#/' |
| 32 | // url.value = window.location.href | 32 | url.value = window.location.href |
| 33 | result.value = url.value?.split('=')[1]?.split('#')[0]; | 33 | result.value = url.value?.split('=')[1]?.split('#')[0]; |
| 34 | 34 | ||
| 35 | onMounted(() => { | 35 | onMounted(() => { |
| ... | @@ -38,9 +38,9 @@ onMounted(() => { | ... | @@ -38,9 +38,9 @@ onMounted(() => { |
| 38 | if (result.value) { | 38 | if (result.value) { |
| 39 | handelGetYS000() | 39 | handelGetYS000() |
| 40 | } else { | 40 | } else { |
| 41 | result.value = 'a3afc265-1e60-4376-bcfb-6ca124db8704' | 41 | // result.value = 'a3afc265-1e60-4376-bcfb-6ca124db8704' |
| 42 | handelGetYS000() | 42 | // handelGetYS000() |
| 43 | // router.push('/401') | 43 | router.push('/401') |
| 44 | } | 44 | } |
| 45 | }) | 45 | }) |
| 46 | 46 | ... | ... |
-
Please register or sign in to post a comment