ソースを参照

:bug: wiki.index 缺少lang

visuddhinanda 2 週間 前
コミット
5f391ebaa9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      api-v13/resources/views/library/wiki/show.blade.php

+ 1 - 1
api-v13/resources/views/library/wiki/show.blade.php

@@ -33,7 +33,7 @@
     {{-- 标签 --}}
     <div class="wiki-tags">
         @foreach ($entry['tags'] as $tag)
-        <a class="wiki-tag" href="{{ route('library.wiki.index') }}?tag={{ $tag }}">
+        <a class="wiki-tag" href="{{ route('library.wiki.index',[$lang]) }}?tag={{ $tag }}">
             {{ $tag }}
         </a>
         @endforeach