Commit ee5692b3 by zhaochengxiang

修改目录名

parent 6ca36323
import React, { useState } from 'react'; import React, { useState } from 'react';
import { Row, Col } from 'antd'; import { Row, Col } from 'antd';
import AssetTable from "./components/AssetTable" import AssetTable from "./Component/AssetTable"
import AssetTree from './components/AssetTree'; import AssetTree from './Component/AssetTree';
const AssetManage = (props) => { const AssetManage = (props) => {
......
...@@ -2,7 +2,7 @@ import React, { useState } from "react"; ...@@ -2,7 +2,7 @@ import React, { useState } from "react";
import { Modal } from "antd"; import { Modal } from "antd";
import { dispatch } from '../../../../model'; import { dispatch } from '../../../../model';
import AssetTree from '../../AssetManage/components/AssetTree'; import AssetTree from '../../AssetManage/Component/AssetTree';
import { showMessage } from '../../../../util'; import { showMessage } from '../../../../util';
const AssetMount = (props) => { const AssetMount = (props) => {
......
...@@ -3,8 +3,8 @@ import { Table, Pagination, Space, Tooltip, Button, Modal } from 'antd'; ...@@ -3,8 +3,8 @@ import { Table, Pagination, Space, Tooltip, Button, Modal } from 'antd';
import { ReconciliationOutlined, DeleteOutlined, UndoOutlined } from '@ant-design/icons'; import { ReconciliationOutlined, DeleteOutlined, UndoOutlined } from '@ant-design/icons';
import { dispatchLatest } from '../../../model'; import { dispatchLatest } from '../../../model';
import AssetDetail from '../AssetManage/components/AssetDetail'; import AssetDetail from '../AssetManage/Component/AssetDetail';
import AssetMount from './Components/AssetMount'; import AssetMount from './Component/AssetMount';
import { showMessage } from '../../../util'; import { showMessage } from '../../../util';
import './index.less'; import './index.less';
......
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