公告板
版本库
filestore
活动
搜索
登录
main
/
ERP_EndUser
ERP终端用户客户端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交vue-route配置,防止刷新页面访问异常
guoyujie
2025-12-17
1f5cb7e48ca586cd7a3122db32b9bdf42179184f
[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"]
}