Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fk-spider-web
Overview
Overview
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
周田
fk-spider-web
Commits
7d98388c
Commit
7d98388c
authored
Jan 16, 2026
by
liucan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:添加监控页面esa跳转路径
parent
3b026207
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
taskCard.vue
src/views/os-status/components/taskCard.vue
+13
-2
No files found.
src/views/os-status/components/taskCard.vue
View file @
7d98388c
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"dataCard"
@
click=
"goTo
ST
TaskRecordPage"
>
<div
class=
"dataCard"
@
click=
"goTo
ESA
TaskRecordPage"
>
<div
class=
"titleStyle"
>
<div
class=
"titleStyle"
>
<span>
ESA爬取任务
</span>
<span>
ESA爬取任务
</span>
</div>
</div>
...
@@ -187,7 +187,18 @@ const goToSTTaskRecordPage = () => {
...
@@ -187,7 +187,18 @@ const goToSTTaskRecordPage = () => {
router
.
push
({
router
.
push
({
path
:
"/osTaskInformation/list"
,
path
:
"/osTaskInformation/list"
,
query
:
{
query
:
{
spiderType
:
"api_spider"
,
spiderType
:
"space_track"
,
jump
:
"yes"
,
page
:
"statusMonitor"
,
},
});
};
const
goToESATaskRecordPage
=
()
=>
{
router
.
push
({
path
:
"/osTaskInformation/list"
,
query
:
{
spiderType
:
"es_track_transmission"
,
jump
:
"yes"
,
jump
:
"yes"
,
page
:
"statusMonitor"
,
page
:
"statusMonitor"
,
},
},
...
...
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