修改抄表记录详情中sn取值错误

This commit is contained in:
ZiHangQin 2025-07-28 10:35:49 +08:00
parent 5f56f9a6a8
commit 7bc344e90b
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@
readonly
/>
<van-field
value="{{ readingDetail.meter.code }}SN"
value="{{ readingDetail.meter.sn }}SN"
border="{{ false }}"
label="编号"
readonly

View File

@ -47,6 +47,7 @@ export function getConfigByEnv() {
case 'develop':
api = "http://localhost:8000"
// api = "https://zgd.hbhcbn.com/api3"
// TODO: 发布正式时使用此路径
// api = "https://zgd.hbhcbn.com/wxApi"
// api = "http://127.0.0.1:4523/m1/4143821-0-default"
break;