From 27a98d5c608ec419a43c7e7e334f2b9aed58356a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 5 Sep 2023 10:54:33 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 57 +++++++++++++++++++++++---------------------- src/router/index.js | 2 +- 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/public/index.html b/public/index.html index 78cdb07..4ccf1c1 100644 --- a/public/index.html +++ b/public/index.html @@ -1,37 +1,38 @@ - - - - - <%= htmlWebpackPlugin.options.title %> - - - - <% if (process.env.NODE_ENV === 'development' ) { %> - - <% } %> - <% if (process.env.NODE_ENV === 'production' ) { %> - - <% } %> + + + + + <%= htmlWebpackPlugin.options.title %> + + + + + <% if (process.env.NODE_ENV === 'development' ) { %> + + <% } %> + <% if (process.env.NODE_ENV === 'production' ) { %> + + <% } %>
diff --git a/src/router/index.js b/src/router/index.js index 73431c2..9d64d14 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -7,7 +7,7 @@ const routes = [ { path: '/', name: 'Home', - redirect: '/onlyoffice', + redirect: '/editor', }, { path: '/onlyoffice',