linwu 1 месяц назад
Родитель
Сommit
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