Shannon_mu 3 năm trước cách đây
mục cha
commit
9a3575fec4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]
 });