吴sir 4 月之前
父节点
当前提交
7204579796
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/router/router.update.js

+ 1 - 1
src/router/router.update.js

@@ -19,7 +19,7 @@ const component = (view) => {
   return () => comp[`../${view}`]();
 };
 
- 
+
 
 // 路由格式转化
 const toRoutesJson = (data) => {