refactor(projects): 代码优化

This commit is contained in:
Soybean
2022-04-27 07:46:27 +08:00
parent 41e46a5d80
commit 251b5b9664
9 changed files with 255 additions and 215 deletions

View File

@ -5,6 +5,6 @@ import 'swiper/css/pagination';
import '../styles/css/global.css';
/** import static assets: css, js , font and so on. - [引入静态资源css、js和字体文件等] */
export default function setupImportAssets() {
export default function setupAssets() {
//
}

View File

@ -1,3 +1,3 @@
import setupImportAssets from './assets';
import setupAssets from './assets';
export { setupImportAssets };
export { setupAssets };