路由使用history模式

This commit is contained in:
许晓东
2021-09-27 09:59:16 +08:00
parent 69414de47a
commit e2adf41ca8
6 changed files with 19 additions and 16 deletions

View File

@@ -113,7 +113,7 @@ const columns = [
key: "host",
},
{
title: "分区信息",
title: "订阅分区信息",
dataIndex: "partitions",
key: "partitions",
scopedSlots: { customRender: "partitions" },