feat:简单Layout布局

This commit is contained in:
有来技术
2021-11-16 23:47:47 +08:00
parent 225fdd0175
commit 44e487bb97
6 changed files with 148 additions and 72 deletions

View File

@@ -41,6 +41,10 @@ export default defineConfig({
{
find:"@utils",
replacement: path.resolve("./src/utils")
},
{
find:"@views",
replacement: path.resolve("./src/views")
}
]
}