43ee9327 by zhangmeng

看版

1 parent b77fc26f
......@@ -29,7 +29,7 @@ const obj = ref({})
const result = ref()
const router = useRouter()
// url.value = 'http://192.168.1.152:8899/login/sid=a3afc265-1e60-4376-bcfb-6ca124db8704#/'
// url.value = window.location.href
url.value = window.location.href
result.value = url.value?.split('=')[1]?.split('#')[0];
onMounted(() => {
......@@ -38,9 +38,9 @@ onMounted(() => {
if (result.value) {
handelGetYS000()
} else {
result.value = 'a3afc265-1e60-4376-bcfb-6ca124db8704'
handelGetYS000()
// router.push('/401')
// result.value = 'a3afc265-1e60-4376-bcfb-6ca124db8704'
// handelGetYS000()
router.push('/401')
}
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!