Browse Source

增加地址栏的版本

hyperf
chenlong 3 months ago
parent
commit
2692c37a4b
  1. 2
      Http/Admin/View/Document/view.sc.php

2
Http/Admin/View/Document/view.sc.php

@ -114,7 +114,7 @@ $vue->set('showStar', null);
$vue->set('Stars', []);
$vue->set('loading', false);
$vue->set('searchText', '');
$vue->set('showVersion', 1);
$vue->set('showVersion', (int)\App\Util\Helper::request()->query('version', 1));
$vue->set('apiActive', null);
$vue->set('showApiInfo', 'Form');
$vue->set('showParamInfo', 'response');

Loading…
Cancel
Save