mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
fix(projects): 修复vite alias
This commit is contained in:
@ -9,7 +9,7 @@ export default defineConfig((configEnv) => {
|
||||
base: viteEnv.VITE_BASE_URL,
|
||||
resolve: {
|
||||
alias: {
|
||||
'~/': vitePath.root,
|
||||
'~': vitePath.root,
|
||||
'@': vitePath.src,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user