Explorar el Código

更新后台打包路径

吴昊天 hace 2 años
padre
commit
61ab510719
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      crmeb/route/route.php

+ 1 - 1
crmeb/route/route.php

@@ -14,7 +14,7 @@ Route::miss(function () {
     switch (strtolower($appName)) {
         case config('app.admin_prefix', 'admin'):
         case 'kefu':
-            return view(app()->getRootPath() . 'public' . DS . config('app.admin_prefix', 'admin') . 'system.html');
+            return view(app()->getRootPath() . 'public' . DS . config('app.admin_prefix', 'admin') . DS . 'system.html');
         case 'home':
             if (request()->isMobile()) {
                 return redirect(app()->route->buildUrl('/'));