Commit 9d2b8f731caaf129ca20161dc7bc8f9055290f69
1 parent
b9749135
线路页面
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/pages/base/line/list.html
| ... | ... | @@ -347,7 +347,7 @@ |
| 347 | 347 | <a href="/pages/base/lineinformation/list.html?no={{obj.id}}" class="btn default blue-stripe btn-sm" data-pjax> 查看 </a> |
| 348 | 348 | </td> |
| 349 | 349 | <td> |
| 350 | - <a href="javascript:window.localStorage.setItem('geo_data_edit_line_code' , '{{obj.lineCode}}');window.location.href='/pages/base/geo_data_edit/uk3_wrap.html';" class="btn default blue-stripe btn-sm" data-pjax> 查看 </a> | |
| 350 | + <a href="/pages/base/stationroute/list.html?no={{obj.id}}" class="btn default blue-stripe btn-sm" data-pjax> 查看 </a> | |
| 351 | 351 | </td> |
| 352 | 352 | <td> |
| 353 | 353 | <a href="details.html?no={{obj.id}}" class="btn default blue-stripe btn-sm" data-pjax> 详细 </a> | ... | ... |