Sign in
wms
/
wms4_hefeijingke
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2c3d2f2c31121f83f968242e11ece991b7431b9a
Authored by
zhangdaiscott
3 years ago
1 parent
94be8485
【I57I6O】 修复路由添加时Path无法添加问题
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
ant-design-vue-jeecg/src/views/system/modules/GateWayRouteModal.vue
ant-design-vue-jeecg/src/views/system/modules/GateWayRouteModal.vue
View file @
2c3d2f2
...
...
@@ -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:'',
...
...