变更目录结构

This commit is contained in:
lb
2023-11-01 11:08:42 +08:00
parent e87bca96d6
commit ec66a8bf59
32 changed files with 171 additions and 105 deletions

View File

@@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';
import './global.less';
import './index.less';
import Head from '../components/Head';
import Head from '../components/公共组件/顶部公司名称';
import LeftBar from '../components/LeftBar';
import BottomBar from '../components/BottomBar';
import RightBar from '../components/RightBar';