代码优化

This commit is contained in:
GaoHao
2025-03-26 14:35:59 +08:00
parent 413222a5f0
commit 656793dae2
47 changed files with 142 additions and 4103 deletions

View File

@@ -6,7 +6,6 @@
* @date 2022/11/22 10:38
*/
import { $parseQrCodeUrl } from '@/http/apiManager.js'
const model = {
@@ -23,9 +22,9 @@ const model = {
// 解析 码牌
parseQrc: (originQrVal) => {
return $parseQrCodeUrl(originQrVal).then( ({bizData}) => {
return model.returnFunc(model.QR_TYPE_QRC, bizData, originQrVal)
})
// return $parseQrCodeUrl(originQrVal).then( ({bizData}) => {
// return model.returnFunc(model.QR_TYPE_QRC, bizData, originQrVal)
// })
},