修改 app

This commit is contained in:
GGJ
2024-09-02 09:50:59 +08:00
parent 8214b40495
commit fd55306d1a
30 changed files with 2380 additions and 2091 deletions

View File

@@ -54,6 +54,7 @@ export default {
return str
},
jump() {
console.log(12321,this.device);
uni.navigateTo({
url:
'/pages/device/APF/detail?id=' +
@@ -61,7 +62,7 @@ export default {
'&isPrimaryUser=' +
this.device.isPrimaryUser +
'&process=' +
this.device.process,
this.device.process + '&ndid=' + this.device.ndid,
})
},
},