Commit 2c3d2f2c31121f83f968242e11ece991b7431b9a

Authored by zhangdaiscott
1 parent 94be8485

【I57I6O】 修复路由添加时Path无法添加问题

ant-design-vue-jeecg/src/views/system/modules/GateWayRouteModal.vue
... ... @@ -134,6 +134,10 @@
134 134 //gateway对应的规则key
135 135 tagArray: [
136 136 {
  137 + name:'Path',
  138 + args:[]
  139 + },
  140 + {
137 141 name:'Header',
138 142 args:{
139 143 header:'',
... ...