4c6301db by zhangmeng

看板

1 parent 8b13acae
......@@ -27,7 +27,7 @@ const type = ref('是')
const url = ref()
const obj = ref({})
const result = ref()
const roueter = useRouter()
const router = useRouter()
// url.value = 'http://192.168.1.152:8899/login/sid=41a9a180-b1ad-4c78-95cc-f369fadb13f0#/'
// url.value = 'http://192.168.1.152:8899/login/sid5342b777-d86a-4967-a18b-7329a3fca56b/'
url.value = window.location.href
......@@ -37,7 +37,7 @@ onMounted(() => {
if (result.value) {
handelGetYS000()
} else {
roueter.push('/401')
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!