Commit d5c3651d authored by wzy's avatar wzy

fix: 文件大小写问题

parent ed90cd09
......@@ -20,7 +20,7 @@ import asyncRoutes from '../router.config.json';
// const isDev = process.env.NODE_ENV === 'development'
const isDev = true
const isDev = false
const homeRoute = {
path: `/memberCenter/home`,
......
import { useIntl } from 'umi';
import React from 'react';
// import TimelyDeliveryRate from './chart';
import PercentChart from './PercentChart';
import PercentChart from './percentChart';
import CustomizeCard from '../CustomizeCard';
import StatusLabel from '../StatusLabel';
......
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