Shannon_mu %!s(int64=3) %!d(string=hai) anos
pai
achega
9a3575fec4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]
 });