linwu 1 개월 전
부모
커밋
6cacceba11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/themes/default/views/mobile/app/ic/teach/detail.blade.php

+ 1 - 1
public/themes/default/views/mobile/app/ic/teach/detail.blade.php

@@ -127,7 +127,7 @@
     }
 
     $('.apply_jobs').click(function(){
-        location.href = "{{route('mobile.ic.ic.index')}}"
+        location.href = "{{route('mobile.ic.teach.index')}}"
     });
 </script>
 @endsection