Explorar el Código

feat: logo修改

lanjianrong hace 5 años
padre
commit
a9157ee592
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      src/layouts/BasicLayout.jsx
  2. 2 2
      src/pages/Customer/Company/index.jsx

+ 1 - 1
src/layouts/BasicLayout.jsx

@@ -10,7 +10,7 @@ import { Link, useIntl, connect, history } from 'umi'
 import { Result, ConfigProvider } from 'antd'
 import Authorized from '@/utils/auth/Authorized'
 import RightContent from '@/components/GlobalHeader/RightContent'
-import logo from '../assets/logo.svg'
+import logo from '../../public/logo.svg'
 import styles from './BasicLayout.less'
 import BasicModal from '@/components/Modal'
 import { BasicDrawer } from '@/components/Modal'

+ 2 - 2
src/pages/Customer/Company/index.jsx

@@ -166,8 +166,8 @@ const Company = props => {
     },
     {
       title: '地区',
-      dataIndex: 'local',
-      key: 'local',
+      dataIndex: 'districtName',
+      key: 'districtName',
       search: false,
       width: 100
     },