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
9052a9da
authored
2025-04-29 11:14:56 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看板
1 parent
4db3bbc1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
src/api/server.js.js
src/viewsPc/home.vue
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/rightPage.vue
src/api/server.js.js
View file @
9052a9d
...
...
@@ -2,11 +2,11 @@ import request from '@/utils/request'
const
urlCopy
=
new
URL
(
window
.
location
.
href
);
const
params
=
new
URLSearchParams
(
urlCopy
.
search
);
const
sidValue
=
params
.
get
(
'sid'
);
console
.
log
(
sidValue
)
const
url
=
params
.
get
(
'sid'
);
let
url
=
'5342b777-d86a-4967-a18b-7329a3fca56b'
//
let url = '5342b777-d86a-4967-a18b-7329a3fca56b'
console
.
log
(
url
)
/**
* 用户信息
...
...
src/viewsPc/home.vue
View file @
9052a9d
...
...
@@ -30,7 +30,7 @@ console.log(window.location.host)
async
function
handelGetYS000
()
{
const
res
=
await
getYS000
()
//
type.value = res.data?.IFBASE || '否'
type
.
value
=
res
.
data
?.
IFBASE
||
'否'
}
...
...
src/viewsPc/vip/centerPage.vue
View file @
9052a9d
...
...
@@ -189,7 +189,6 @@ async function handelGetYS003() {
async
function
handelGetYS004
()
{
const
res
=
await
getYS004
()
console
.
log
(
res
)
let
arrList
=
res
.
data
.
blockgroup
// let arrList = [
//
{
...
...
src/viewsPc/vip/rightPage.vue
View file @
9052a9d
...
...
@@ -380,7 +380,6 @@ function handelSelect8() {
}
function
handelType8
()
{
console
.
log
(
type8
.
value
)
let
arrc
=
type8
.
value
==
'2'
?
month8
.
value
:
year8
.
value
setB
(
list8Y
.
value
,
arrc
)
}
...
...
@@ -422,8 +421,6 @@ const getA = () => {
const
setA
=
(
arrY
,
arr1
,
arr2
,
arr3
,
markLineName
)
=>
{
// console.log(arr1, arr2)
chartA
=
echarts
.
init
(
zhuRef
.
value
)
const
option
=
{
tooltip
:
{
...
...
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