mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-09 14:40:27 +08:00
perf: 增加全局配置本地加载的控制
This commit is contained in:
@@ -38,6 +38,7 @@ const pathResolve = (dir = ".", metaUrl = import.meta.url) => {
|
||||
/** 设置别名 */
|
||||
const alias: Record<string, string> = {
|
||||
"@": pathResolve("../src"),
|
||||
"@public": pathResolve("../public"),
|
||||
"@build": pathResolve()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user