张家口旅游云
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.
 
 
 
 

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')
}
}
};