mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
perf: 优化流水线页面切换回来不丢失查询条件
This commit is contained in:
@@ -15,7 +15,8 @@ export const certdResources = [
|
||||
path: "/certd/pipeline",
|
||||
component: "/certd/pipeline/index.vue",
|
||||
meta: {
|
||||
icon: "ion:analytics-sharp"
|
||||
icon: "ion:analytics-sharp",
|
||||
cache: true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -33,7 +34,8 @@ export const certdResources = [
|
||||
path: "/certd/history",
|
||||
component: "/certd/history/index.vue",
|
||||
meta: {
|
||||
icon: "ion:timer-outline"
|
||||
icon: "ion:timer-outline",
|
||||
cache: true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -43,7 +45,8 @@ export const certdResources = [
|
||||
component: "/certd/access/index.vue",
|
||||
meta: {
|
||||
icon: "ion:disc-outline",
|
||||
auth: true
|
||||
auth: true,
|
||||
cache: true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user