feat:迁移vue-element-admin登录页面

This commit is contained in:
有来技术
2021-11-19 23:55:14 +08:00
parent a4fe3987c3
commit abf2cce2cb
14 changed files with 339 additions and 369 deletions

View File

@@ -45,7 +45,11 @@ export default defineConfig({
{
find:"@views",
replacement: path.resolve("./src/views")
}
},
{
find:"@styles",
replacement: path.resolve("./src/styles")
},
]
}
})