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
ad9266b9
authored
2025-04-30 14:02:34 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看板
1 parent
5bb7fd9a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
src/viewsPc/home.vue
src/viewsPc/vip/centerPage.vue
src/viewsPc/home.vue
View file @
ad9266b
...
...
@@ -25,13 +25,10 @@ import {useRouter} from 'vue-router'
const
type
=
ref
(
'是'
)
const
url
=
ref
()
const
obj
=
ref
({
IFBASE
:
'是'
})
const
obj
=
ref
({})
const
result
=
ref
()
const
router
=
useRouter
()
// url.value = 'http://192.168.1.152:8899/login/sid=36487a35-4354-421a-b0d8-4a430f88b7fa#/'
// url.value = 'http://192.168.1.152:8899/login/sid5342b777-d86a-4967-a18b-7329a3fca56b/'
// url.value = 'http://192.168.1.152:8899/login/sid=fa190207-f8bf-462c-a7f0-f2f0a14abe97#/'
url
.
value
=
window
.
location
.
href
result
.
value
=
url
.
value
?.
split
(
'='
)[
1
]?.
split
(
'#'
)[
0
];
...
...
src/viewsPc/vip/centerPage.vue
View file @
ad9266b
...
...
@@ -654,7 +654,7 @@ const handelBing3 = (row1, row2) => {
// params.seriesName 可以获取系列名称
if
(
params
.
seriesIndex
===
1
)
{
// 外环的提示内容
return
`
应收
余额<br/>${params.name
}
: ${params.value
}
万`
;
return
`
现金
余额<br/>${params.name
}
: ${params.value
}
万`
;
}
}
}
,
...
...
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