4c6301db by zhangmeng

看板

1 parent 8b13acae
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!