公告板
版本库
filestore
活动
搜索
登录
黄鑫磊
/
MES_Test_Project
Mes测试程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加工程表及相关逻辑,防止重复导入Excel表序号重复生成
huang
6 天以前
22e17b6db03ca58bc477a35ca067e55a09cffce7
[~huangxinlei/MES_Test_Project.git]
/
mes-web
/
vue.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports = {
assetsDir: 'static',
parallel: false,
publicPath: './',
presets: [
'@vue/app',
[
'@babel/preset-env',
{
useBuiltIns: 'entry'
}
]
],
sourceType: 'unambiguous',
};