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
2573e0d4
Commit
2573e0d4
authored
Sep 12, 2025
by
周田
Committed by
yzh
Sep 12, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复点击菜单无法渲染组件的问题
parent
c59f4f33
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
14 deletions
+21
-14
AppMain.vue
src/layout/components/AppMain.vue
+3
-1
index.vue
src/views/os-dataDisplay/index.vue
+3
-6
index.vue
src/views/os-log/index.vue
+2
-0
index.vue
src/views/os-spiderManager/index.vue
+2
-0
index.vue
src/views/os-status/index.vue
+4
-3
index.vue
src/views/os-system/index.vue
+2
-0
index.vue
src/views/os-taskInformation/index.vue
+2
-0
index.vue
src/views/os-taskRecord/index.vue
+3
-4
No files found.
src/layout/components/AppMain.vue
View file @
2573e0d4
...
@@ -8,9 +8,11 @@ const key = computed(() => route.path)
...
@@ -8,9 +8,11 @@ const key = computed(() => route.path)
<
template
>
<
template
>
<section
class=
"app-main"
>
<section
class=
"app-main"
>
<router-view
v-slot=
"
{ Component }" :key="key">
<transition
name=
"fade-transform"
mode=
"out-in"
>
<transition
name=
"fade-transform"
mode=
"out-in"
>
<router-view
:key=
"key
"
/>
<component
:is=
"Component
"
/>
</transition>
</transition>
</router-view>
</section>
</section>
</
template
>
</
template
>
...
...
src/views/os-dataDisplay/index.vue
View file @
2573e0d4
<
template
>
<
template
>
<div
>
<div>
<div
class=
"backStyle"
v-if=
"route.query.jump === 'yes'"
@
click=
"goToStatus"
>
<div
class=
"text-left p-4"
>
</div>
<div
class=
"text-left p-4 "
>
<div
class=
"custom-style"
>
<div
class=
"custom-style"
>
<el-segmented
v-model=
"mode"
:options=
"sizeOptions"
style=
"margin-bottom: 1rem"
size=
"default
"
/>
<el-segmented
v-model=
"mode"
:options=
"sizeOptions"
style=
"margin-bottom: 1rem"
size=
"large
"
/>
</div>
</div>
</div>
</div>
<!-- 综合数据页面组件 -->
<!-- 综合数据页面组件 -->
...
@@ -23,7 +21,6 @@
...
@@ -23,7 +21,6 @@
</
template
>
</
template
>
<
script
setup
lang=
"ts"
>
<
script
setup
lang=
"ts"
>
...
...
src/views/os-log/index.vue
View file @
2573e0d4
<
template
>
<
template
>
<div>
<div
class=
"backStyle"
@
click=
"bactToRecord()"
>
<div
class=
"backStyle"
@
click=
"bactToRecord()"
>
</div>
</div>
<div
class=
"m-t-4"
>
<div
class=
"m-t-4"
>
...
@@ -7,6 +8,7 @@
...
@@ -7,6 +8,7 @@
<div>
<div>
<el-input
v-model=
"textarea"
style=
"width: 93%"
:rows=
"33"
type=
"textarea"
placeholder=
" "
/>
<el-input
v-model=
"textarea"
style=
"width: 93%"
:rows=
"33"
type=
"textarea"
placeholder=
" "
/>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
setup
lang=
"ts"
>
<
script
setup
lang=
"ts"
>
...
...
src/views/os-spiderManager/index.vue
View file @
2573e0d4
<
template
>
<
template
>
<div>
<div
class=
"mt-20"
>
<div
class=
"mt-20"
>
</div>
</div>
<div>
<div>
...
@@ -20,6 +21,7 @@
...
@@ -20,6 +21,7 @@
<Pagination
:total=
"pageObj.total"
v-model:page=
"pageObj.pageNo"
v-model:limit=
"pageObj.pageSize"
<Pagination
:total=
"pageObj.total"
v-model:page=
"pageObj.pageNo"
v-model:limit=
"pageObj.pageSize"
@
pagination=
"getData"
/>
@
pagination=
"getData"
/>
</div>
</div>
</div>
</template>
</template>
<
script
setup
lang=
"ts"
>
<
script
setup
lang=
"ts"
>
...
...
src/views/os-status/index.vue
View file @
2573e0d4
<
template
>
<
template
>
<div>
<div>
<div
class=
"text-left timeStyle"
>
<div>
</div
>
<div
class=
"text-left timeStyle"
/
>
<div
class=
"border-100"
>
<div
class=
"border-100"
>
<statusMonitor></statusMonitor>
<statusMonitor
/>
</div>
</div>
</div>
</div>
</div>
...
...
src/views/os-system/index.vue
View file @
2573e0d4
<
template
>
<
template
>
<div>
<div
class=
"text-left p-8"
>
<div
class=
"text-left p-8"
>
<el-form
inline
>
<el-form
inline
>
<el-form-item>
<el-form-item>
...
@@ -38,6 +39,7 @@
...
@@ -38,6 +39,7 @@
<!-- 创建用户弹窗组件 -->
<!-- 创建用户弹窗组件 -->
<addUserDialog
v-model:dialogVisible=
"dialogVisible"
:mode=
"mode"
:user-count=
"userCount"
:user-name=
"userName"
<addUserDialog
v-model:dialogVisible=
"dialogVisible"
:mode=
"mode"
:user-count=
"userCount"
:user-name=
"userName"
:user-remark=
"userRemark"
:user-password=
"userPassword "
@
confirm=
"handleConfirm"
/>
:user-remark=
"userRemark"
:user-password=
"userPassword "
@
confirm=
"handleConfirm"
/>
</div>
</template>
</template>
<
script
setup
lang=
"ts"
>
<
script
setup
lang=
"ts"
>
...
...
src/views/os-taskInformation/index.vue
View file @
2573e0d4
<
template
>
<
template
>
<div>
<div
class=
"m-t-7"
>
<div
class=
"m-t-7"
>
</div>
</div>
<div
class=
"text-left p-6 toolbarStyle"
>
<div
class=
"text-left p-6 toolbarStyle"
>
...
@@ -43,6 +44,7 @@
...
@@ -43,6 +44,7 @@
</div>
</div>
<!-- 添加任务对话框组件 -->
<!-- 添加任务对话框组件 -->
<addTaskDialog
v-model:dialogVisible=
"showDialog"
@
confirm=
"handleDeleteConfirm"
:mode=
"editMode"
/>
<addTaskDialog
v-model:dialogVisible=
"showDialog"
@
confirm=
"handleDeleteConfirm"
:mode=
"editMode"
/>
</div>
</
template
>
</
template
>
...
...
src/views/os-taskRecord/index.vue
View file @
2573e0d4
<
template
>
<
template
>
<div
class=
"backStyle"
v-if=
"route.query.jump === 'yes'"
@
click=
"goToStatus"
>
<div>
</div>
<div
class=
"m-t-7"
/>
<div
class=
"m-t-7"
>
</div>
<div
class=
"text-left p-6 toolbarStyle"
>
<div
class=
"text-left p-6 toolbarStyle"
>
<div
class=
"formStyle"
>
<div
class=
"formStyle"
>
<el-form
inline
>
<el-form
inline
>
...
@@ -73,6 +71,7 @@
...
@@ -73,6 +71,7 @@
<Pagination
:total=
"pageObj.total"
v-model:page=
"pageObj.pageNo"
v-model:limit=
"pageObj.pageSize"
<Pagination
:total=
"pageObj.total"
v-model:page=
"pageObj.pageNo"
v-model:limit=
"pageObj.pageSize"
@
pagination=
"getData"
/>
@
pagination=
"getData"
/>
</div>
</div>
</div>
...
...
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