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
143b1c46
authored
2025-04-29 14:03:37 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看板
1 parent
35b0694e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
18 deletions
src/main.js
src/viewsPc/home.vue
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/leftPage.vue
src/viewsPc/vip/rightPage.vue
src/main.js
View file @
143b1c4
...
...
@@ -154,4 +154,3 @@ if (process.env.NODE_ENV !== 'development') {
}
console
.
log
(
1234
)
\ No newline at end of file
...
...
src/viewsPc/home.vue
View file @
143b1c4
...
...
@@ -23,14 +23,16 @@ import {getYS000} from '@/api/server.js'
import
{
ref
,
onMounted
}
from
'vue'
const
type
=
ref
(
'否'
)
// url.value = window.location.href
const
url
=
ref
(
'http://192.168.1.152:8899/login/sid=5342b777-d86a-4967-a18b-7329a3fca56b#/'
)
const
url
=
ref
()
const
result
=
ref
()
// const url = ref('http://192.168.1.152:8899/login/sid=5342b777-d86a-4967-a18b-7329a3fca56b#/')
// const url = ref('http://192.168.1.152:8899/login/sid5342b777-d86a-4967-a18b-7329a3fca56b/')
url
.
value
=
window
.
location
.
href
result
.
value
=
url
.
value
?.
split
(
'='
)[
1
]?.
split
(
'#'
)[
0
];
onMounted
(()
=>
{
console
.
log
(
url
.
value
)
console
.
log
(
result
.
value
)
if
(
result
.
value
)
handelGetYS000
()
})
...
...
@@ -39,8 +41,6 @@ onMounted(() => {
async
function
handelGetYS000
()
{
const
res
=
await
getYS000
(
result
.
value
)
type
.
value
=
res
.
data
?.
IFBASE
||
'否'
}
...
...
src/viewsPc/vip/centerPage.vue
View file @
143b1c4
...
...
@@ -94,7 +94,7 @@ import {autoToolTip} from "@/plugins/auto-toolTip";
import
ScrollingData
from
'./scrollingData.vue'
import
*
as
echarts
from
"echarts"
;
import
*
as
api
from
"@/apiPc/common"
import
{
onMounted
,
ref
,
computed
,
onUnmounted
}
from
'vue'
import
{
onMounted
,
ref
,
computed
,
onUnmounted
,
watch
}
from
'vue'
import
{
dayjs
}
from
'element-plus'
import
{
getYS001
,
getYS002
,
getYS003
,
getYS004
,
getYS005
}
from
'@/api/server.js'
...
...
@@ -1148,7 +1148,6 @@ const handelZhu4 = (listX, dataList) => {
}
,
// 过滤数据
formatter
:
(
row
)
=>
{
console
.
log
(
row
[
0
].
data
)
return
`
<div style="color: #fff;font-size: 12px;">${row[0].data.name
}
</div>
<div style="color: #fff;font-size: 12px;">
...
...
@@ -1281,9 +1280,7 @@ const clear = () => {
}
onUnmounted
(()
=>
{
if
(
intervalA
)
{
clearInterval
(
intervalA
);
}
clearInterval
(
intervalA
);
}
)
<
/script
>
...
...
src/viewsPc/vip/leftPage.vue
View file @
143b1c4
...
...
@@ -788,9 +788,7 @@ function handleResize() {
}
onUnmounted
(()
=>
{
if
(
intervalA
)
{
clearInterval
(
intervalA
);
}
clearInterval
(
intervalA
);
})
</
script
>
...
...
src/viewsPc/vip/rightPage.vue
View file @
143b1c4
...
...
@@ -983,9 +983,7 @@ function handleResize() {
}
onUnmounted
(()
=>
{
if
(
intervalA
)
{
clearInterval
(
intervalA
);
}
clearInterval
(
intervalA
);
})
</
script
>
...
...
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