路径添加path类型问题

pull/22/merge
zhangdaiscott 2022-05-31 11:25:44 +08:00
parent 7b29a56cc0
commit 8e93c1f943
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@
const noKeyRouter=["Path","Host","Method","After","Before","Between","RemoteAddr"]; const noKeyRouter=["Path","Host","Method","After","Before","Between","RemoteAddr"];
const filterArray = [/*{ key: 0, name: '熔断器' },*/ { key: 1, name: '限流过滤器' }]; const filterArray = [/*{ key: 0, name: '熔断器' },*/ { key: 1, name: '限流过滤器' }];
const tagArray = ref([ const tagArray = ref([
{
name:'Path',
args:[]
},
{ {
name:'Header', name:'Header',
args:{ args:{