仪表盘
版本库
文件存储
活动
搜索
登录
HuaYiZhongHeng
/
BaiBuLiKu
百步立体仓库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
新增异常库位提示页面,优化前端显示
chenyong
2025-07-04
823f0ece05689758ae8f42e26c4ec994db77bc56
[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"
}
]
]
}