Shannon_mu 3 лет назад
Родитель
Сommit
9a3575fec4
1 измененных файлов с 1 добавлено и 1 удалено
  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]
 });