feature:增加静态目录public,调整在线logo地址到public。

This commit is contained in:
pixelmaxQM
2024-06-22 21:16:36 +08:00
parent 8ef4f408bf
commit f23cd22110
4 changed files with 2 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ export default ({
const config = {
base: '/', // index.html文件所在位置
root: './', // js导入的资源路径src
publicDir: 'public', // 静态资源文件夹
resolve: {
alias,
},