吴昊天 пре 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: