From efec46c57dc43aff09e9355eca8517e378251bfa Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 11 四月 2024 09:18:07 +0800 Subject: [PATCH] fix:修改查看更多路径 --- src/views/screen/components/screen-table/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/screen/components/screen-table/index.vue b/src/views/screen/components/screen-table/index.vue index 0629df0..01e715d 100644 --- a/src/views/screen/components/screen-table/index.vue +++ b/src/views/screen/components/screen-table/index.vue @@ -1,6 +1,6 @@ <template> <div class="table-container"> - <wrapper-title :title="'鍖哄煙璁惧鏁版嵁'" :path="'/monitorServe/face'"></wrapper-title> + <wrapper-title :title="'鍖哄煙璁惧鏁版嵁'" :path="'/monitorServe/recovery'"></wrapper-title> <div class="table-content" ref="tabContent"> <div class="table-wrapper"> <el-table :data="tableData" border :height="tableHeight" :max-height="tableHeight" class="rank-table"> -- Gitblit v1.8.0