焊接日报

This commit is contained in:
2026-06-11 09:43:42 +08:00
parent 2c8af0f2e0
commit 06781c69e1
14 changed files with 713 additions and 24 deletions
+7
View File
@@ -0,0 +1,7 @@
import {getUrlParam} from './request'
export const scanToSkipUrl = (str)=>{
// 焊接日报跳转
if(str.includes('weldjoint')){
return `/pipe/weld/daily_paper?id=${getUrlParam(str,"id")}`
}
}