Shannon_mu 3 年之前
父节点
当前提交
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]
 });