소스 검색

客服页面跳转问题

吴昊天 2 년 전
부모
커밋
286f2aad22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      crmeb/route/route.php

+ 1 - 1
crmeb/route/route.php

@@ -21,7 +21,7 @@ Route::miss(function () {
                 return view(app()->getRootPath() . 'public' . DS . 'home' . DS . 'index.html');
             }
         case 'kefu':
-            return view(app()->getRootPath() . 'public' . DS . 'admin' . DS . 'index.html');
+            return view(app()->getRootPath() . 'public'  . DS . 'system.html');
         case 'pages':
             return view(app()->getRootPath() . 'public' .DS . 'index.html');
         default: