Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
43ee9327
authored
2025-07-22 17:59:25 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看版
1 parent
b77fc26f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/viewsPc/home.vue
src/viewsPc/home.vue
View file @
43ee932
...
...
@@ -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'
)
}
})
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment