Leskov Oleg 5 일 전
부모
커밋
10f76af8f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/app.coffee

+ 1 - 1
app/app.coffee

@@ -16,7 +16,7 @@ document.head.insertAdjacentHTML('beforeend', '<style type="text/tailwindcss" fi
 # Маршруты
 routes = [
     { path: '/', component: require 'app/pages/Home' }
-    { path: '/:path*', component: require 'app/pages/DocumentPage' }
+    #{ path: '/:path*', component: require 'app/pages/DocumentPage' }
 ]
 globalThis._ = {}
 # Глобальное определение vuejs приложения