浏览代码

:bug: wiki.index 缺少lang

visuddhinanda 1 月之前
父节点
当前提交
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