Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 551b7378
authored
Apr 10, 2024
by
LiZhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改BUG
1 parent
e3c8c330
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/archi-ele-list/index.vue
src/views/archi-ele-list/index.vue
View file @
551b737
...
...
@@ -1584,7 +1584,7 @@ export default {
)
item
[
'archiLevelName'
]
=
result1
?
result1
.
label
:
''
item
[
'archiBelongName'
]
=
result2
?
result2
.
label
:
''
if
(
item
?.
icon
.
includes
(
'svg+xml'
))
{
if
(
item
.
icon
?
.
includes
(
'svg+xml'
))
{
const
item_icon
=
item
.
icon
.
split
(
'base64,'
)[
1
]
const
decode_item_icon
=
window
.
atob
(
item_icon
)
//svg解码,为字符串
const
svgDocument
=
new
DOMParser
().
parseFromString
(
...
...
Write
Preview
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