Browse Source

fix[litemall-admin]: 多了一个空格。

Junling Bu 7 years ago
parent
commit
3f97fa1158
1 changed files with 1 additions and 1 deletions
  1. 1 1
      litemall-admin/src/router/index.js

+ 1 - 1
litemall-admin/src/router/index.js

@@ -108,7 +108,7 @@ export const asyncRouterMap = [
     ]
   },
   {
-    path: '/promotion ',
+    path: '/promotion',
     component: Layout,
     redirect: 'noredirect',
     name: 'promotionManage',