From 8d657c2990352427babcdc8d01af75c5d2a4330e Mon Sep 17 00:00:00 2001 From: CherrysChang <1935003650@qq.com> Date: Thu, 24 Sep 2020 16:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=20base?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index 5f7700f..2266ea7 100644 --- a/src/main.js +++ b/src/main.js @@ -41,6 +41,7 @@ Vue.use(Vuex) //NProgress.configure({ showSpinner: false }); const router = new VueRouter({ + //base: '/vue-admin/', //build时需要加上 routes })