公告板
版本库
filestore
活动
搜索
登录
main
/
ERP_EndUser
ERP终端用户客户端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交未完成界面显示工程号
guoyujie
2025-12-17
de6274e5712bfb8e2a07751d43b4d3d6211b49c3
[ERP_EndUser.git]
/
northglass-erp-client
/
erp-customer-client
/
jsconfig.json
1
2
3
4
5
6
7
8
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}