Просмотр исходного кода

fix: 调整统计客户数据的层级关系

outaozhen 4 лет назад
Родитель
Сommit
d921d57ce2
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      config/routes.js
  2. 0 0
      src/pages/Statistic/Customer/CustomerAdditions/index.jsx

+ 1 - 1
config/routes.js

@@ -231,7 +231,7 @@ export default [
           {
           {
             path: 'customer-additions',
             path: 'customer-additions',
             name: 'customer-additions',
             name: 'customer-additions',
-            component: './Statistic/Product/CustomerAdditions',
+            component: './Statistic/Customer/CustomerAdditions',
             access: 'authRouteFilter'
             access: 'authRouteFilter'
           }
           }
         ]
         ]

src/pages/Statistic/Product/CustomerAdditions/index.jsx → src/pages/Statistic/Customer/CustomerAdditions/index.jsx