Commit 8cbde94a authored by Bill's avatar Bill

fix: 修改大小写问题

parent 5adf9b5e
...@@ -59,9 +59,8 @@ const router = [ ...@@ -59,9 +59,8 @@ const router = [
// component: '@/pages/home', // component: '@/pages/home',
// // icon: 'BarChartOutlined' // // icon: 'BarChartOutlined'
// }, // },
// ...asyncRoutes, ...asyncRoutes,
// ...refactorRoutes, // ...refactorRoutes,
systemManageRoute,
{ {
path: '/noAuth', path: '/noAuth',
hidePageHeader: true, hidePageHeader: true,
......
...@@ -9,7 +9,7 @@ import TabFooter from './tabFooter'; ...@@ -9,7 +9,7 @@ import TabFooter from './tabFooter';
import styles from './index.less'; import styles from './index.less';
import SwapCoupon from './swapCoupon'; import SwapCoupon from './swapCoupon';
import SwapProduct from './swapProduct'; import SwapProduct from './swapProduct';
import CombineSale from './CombineSale'; import CombineSale from './combineSale';
import FlashSale from './flashSale'; import FlashSale from './flashSale';
const { TabPane } = Tabs; const { TabPane } = Tabs;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment