Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
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
04927a69
authored
2025-01-24 13:48:02 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
a490222f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
30 additions
and
30 deletions
index.html
public/swzl_logo.gif
public/swzl_logo.png → public/swzl_logo1.png
src/views/[...all].vue
src/views/data_asset/index.vue
src/views/data_meta/analysisView.vue
src/views/indexNewBigScreen.vue
index.html
View file @
04927a6
...
...
@@ -24,7 +24,7 @@
<div class="square"></div>
</div>
<div class="text">载入中</div> -->
<img
s
rc=
"./public/swzl_logo.png
"
>
<img
s
tyle=
"width: 468px; height: 96px;"
src=
"./public/swzl_logo.gif
"
>
</div>
<div
id=
"browser-upgrade"
>
<div
class=
"title"
>
为了您的体验,推荐使用以下浏览器
</div>
...
...
public/swzl_logo.gif
0 → 100644
View file @
04927a6
185 KB
public/swzl_logo.png
→
public/swzl_logo
1
.png
View file @
04927a6
29.3 KB
src/views/[...all].vue
View file @
04927a6
...
...
@@ -45,7 +45,7 @@ function goBack() {
<
template
>
<div
class=
"notfound"
>
<img
s
rc=
"../../public/swzl_logo.png
"
>
<img
s
tyle=
"width: 468px; height: 96px;"
src=
"../../public/swzl_logo.gif
"
>
</div>
</
template
>
...
...
src/views/data_asset/index.vue
View file @
04927a6
This diff is collapsed.
Click to expand it.
src/views/data_meta/analysisView.vue
View file @
04927a6
...
...
@@ -871,28 +871,28 @@ const pageSave = () => {
}).
then
(()
=>
{
if
(
res
.
code
==
'00000'
)
{
saveMetaReportAnalysis
({
table
:
lastClickNode
.
value
.
tableName
,
database
:
lastClickNode
.
value
.
databaseName
,
analysisReportUrl
:
res
.
data
?.
signedUrl
,
analysisReportName
:
analysisReportName
,
databaseChName
:
lastClickNode
.
value
.
databaseChName
}).
then
((
res
:
any
)
=>
{
dialogInfo1
.
value
.
footer
.
btns
[
1
].
loading
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
ElMessage
({
type
:
"success"
,
message
:
"保存成功"
,
appendTo
:
lineageGraph
.
value
.
containerRef
})
dialogInfo1
.
value
.
visible
=
false
}
else
{
ElMessage
({
type
:
"error"
,
message
:
res
.
msg
,
appendTo
:
lineageGraph
.
value
.
containerRef
})
}
})
table
:
lastClickNode
.
value
.
tableName
,
database
:
lastClickNode
.
value
.
databaseName
,
analysisReportUrl
:
res
.
data
?.
signedUrl
,
analysisReportName
:
analysisReportName
,
databaseChName
:
lastClickNode
.
value
.
databaseChName
}).
then
((
res
:
any
)
=>
{
dialogInfo1
.
value
.
footer
.
btns
[
1
].
loading
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
ElMessage
({
type
:
"success"
,
message
:
"保存成功"
,
appendTo
:
lineageGraph
.
value
.
containerRef
})
dialogInfo1
.
value
.
visible
=
false
}
else
{
ElMessage
({
type
:
"error"
,
message
:
res
.
msg
,
appendTo
:
lineageGraph
.
value
.
containerRef
})
}
})
}
else
{
ElMessage
({
type
:
"error"
,
...
...
@@ -901,11 +901,11 @@ const pageSave = () => {
})
}
}).
catch
((
res
)
=>
{
ElMessage
.
error
(
res
.
msg
)
});
ElMessage
.
error
(
res
.
msg
)
});
}).
catch
((
res
)
=>
{
ElMessage
.
error
(
res
.
msg
)
});
ElMessage
.
error
(
res
.
msg
)
});
}
const
formItems1
:
any
=
ref
([
...
...
@@ -1103,7 +1103,7 @@ const handleLineageSwitchChange = (val, type) => {
@
handleSave=
"handleSave"
@
handleRefres=
"handleRefres"
@
handleLineageSwitchChange=
"handleLineageSwitchChange"
@
handleChOrEn=
handleChOrEn
:isCh=
"isCh"
@
handleToggle=
"handleToggle"
:isToggle=
"isToggle"
/>
<div
v-show=
"lastClickNode && lastClickNode?.type !== 3 && lastClickNode?.type !== 4"
class=
"main-placeholder"
>
<img
width=
"210"
height=
"100"
src=
"../../../public/swzl_logo.png
"
>
<img
style=
"width: 468px; height: 96px;"
src=
"../../../public/swzl_logo.gif
"
>
</div>
<Dialog
:dialogInfo=
"dialogInfo"
ref=
"diaLogRef"
class=
"timedDia"
@
btnClick=
"dialogBtnClick"
@
selectChange=
"selectChange"
@
treeSelectLoad=
"nodeLoad"
@
treeSelectNodeChange=
"treeSelectNodeChange"
/>
...
...
src/views/indexNewBigScreen.vue
View file @
04927a6
...
...
@@ -894,7 +894,7 @@ const handleChangeTime = (val) => {
<!-- <platformIndex v-else-if="userData.tenantType != 1" /> -->
<platformIndexNewBigScreen
v-else-if=
"userData.tenantType == 1"
/>
<div
v-else
class=
"main-placeholder"
>
<img
width=
"210"
height=
"100"
src=
"../../public/swzl_logo.png
"
/>
<img
style=
"width: 468px; height: 96px;"
src=
"../../public/swzl_logo.gif
"
/>
</div>
</div>
</template>
...
...
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