Shannon_mu 2 vuotta sitten
vanhempi
commit
9a3575fec4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      commandCenter/src/router/index.js

+ 1 - 1
commandCenter/src/router/index.js

@@ -37,5 +37,5 @@ const quietRoute = [
 export default new Router({
     mode: 'history',
     base: process.env.BASE_URL,
-    routes: quietRoute
+    routes: [...quietRoute]
 });