路由使用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" },

View File

@@ -22,7 +22,7 @@
<a-form-item :label="`类型`">
<a-select
class="type-select"
v-decorator="['type', { initialValue: 'all' }]"
v-decorator="['type', { initialValue: 'normal' }]"
placeholder="Please select a country"
>
<a-select-option value="all"> 所有</a-select-option>
@@ -91,7 +91,7 @@ export default {
components: { PartitionInfo },
data() {
return {
queryParam: { type: "all" },
queryParam: { type: "normal" },
data: [],
columns,
selectRow: {},