辅导员管理-业绩考核-填报信息-“就业指导工作“和”加分项“

添加了就业指导页面,和加分项页面
This commit is contained in:
林尉华666
2026-03-18 11:30:03 +08:00
parent 9224b75cfe
commit c7b4834e74
8 changed files with 790 additions and 7 deletions

View File

@@ -60,6 +60,17 @@ module.exports = {
'@': resolve('src')
}
},
module: {
rules: [
{
test: /\.js$/,
include: [/node_modules[\\/](domify|min-dom)[\\/]/],
use: {
loader: 'babel-loader'
}
}
]
},
plugins: [
// http://doc.baidu.vip/baidu-vue/other/faq.html#使用gzip解压缩静态文件
new CompressionPlugin({