Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
8a7b776d
Commit
8a7b776d
authored
Apr 23, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改大屏问题
parent
e757dd75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Message.vue
src/layouts/components/Header/components/Message.vue
+1
-1
ChinaMapChart.vue
src/views/data-screen/components/ChinaMapChart.vue
+2
-2
No files found.
src/layouts/components/Header/components/Message.vue
View file @
8a7b776d
...
...
@@ -107,7 +107,7 @@
(
newValue
,
oldValue
)
=>
{
console
.
log
(
'asdsa'
,
userInfo
)
if
(
userInfo
.
id
)
{
let
url
=
window
.
location
.
origin
?.
replace
(
'https://'
,
'ws
s
://'
).
replace
(
'http://'
,
'ws://'
)
+
'/api/websocket/'
+
userInfo
.
id
;
let
url
=
window
.
location
.
origin
?.
replace
(
'https://'
,
'ws://'
).
replace
(
'http://'
,
'ws://'
)
+
'/api/websocket/'
+
userInfo
.
id
;
socketStore
.
connection
(
url
);
}
if
(
socketStore
.
ws
)
{
...
...
src/views/data-screen/components/ChinaMapChart.vue
View file @
8a7b776d
...
...
@@ -114,12 +114,12 @@
const
findindex
=
mapData
.
value
.
findIndex
((
item
)
=>
item
.
name
===
element
.
province
);
if
(
findindex
===
-
1
)
{
mapData
.
value
.
push
({
name
:
element
.
province
,
name
:
element
.
province
||
''
,
value
:
element
.
commissionAmount
,
caseNum
:
element
.
caseNum
,
tenants
:
[
{
tenantName
:
element
.
tenantName
,
tenantName
:
element
.
tenantName
||
''
,
tenantId
:
element
.
tenantId
,
borrowNum
:
element
.
borrowNum
,
commissionAmount
:
element
.
commissionAmount
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment