仪表盘
版本库
文件存储
活动
搜索
登录
HuaYiZhongHeng
/
BaiBuLiKu
百步立体仓库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
更新生产统计,修改大屏库存数据展示
chenyong
2025-06-18
867793e0bd4d8e84b8ae98e31d5d722fdb73cee9
[HuaYiZhongHeng/BaiBuLiKu.git]
/
Code Management
/
BigScreenVue
/
.babelrc
1
2
3
4
5
6
7
8
9
10
11
12
{
"presets": [["es2015", { "modules": false }]],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}