mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-14 22:30:31 +08:00
refactor: 使用@/别名替换/@/别名
This commit is contained in:
@@ -15,7 +15,7 @@ const pathResolve = (dir: string): string => {
|
||||
|
||||
/** 设置别名 */
|
||||
const alias: Record<string, string> = {
|
||||
"/@": pathResolve("src"),
|
||||
"@": pathResolve("src"),
|
||||
"@build": pathResolve("build")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user