旅游云-移动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cjy-sso-yd/ruoyi-ui/alias.config.js

15 lines
293 B

// 并没有什么用,仅供参考
//alias.config.js
function resolve(dir) {
return path.join(__dirname, dir);
}
module.exports = {
resolve: {
alias: {
'@': resolve('src'),
//'_operator': resolve('src/views/operator'),
//'_c': resolve('src/components')
}
}
};