diff --git a/fir_client/src/components/apps/FirApps.vue b/fir_client/src/components/apps/FirApps.vue index 7811d8b..c50c36d 100644 --- a/fir_client/src/components/apps/FirApps.vue +++ b/fir_client/src/components/apps/FirApps.vue @@ -80,6 +80,16 @@ 确 定 + +

{{ udid }}

+ + 取消 + 复制到剪切板 + +
{ if (data.code === 1000 && data.data === 0) { @@ -798,14 +814,9 @@ export default { }) }, showUDID(appinfo) { - let udidstr = ''; - for (let i = 0; i < appinfo.udid.length; i++) { - udidstr = udidstr + "

" + appinfo.udid[i] + "

" - } - this.$alert(udidstr, appinfo.appname + ' UDID', { - confirmButtonText: '确定', - dangerouslyUseHTMLString: true, - }); + this.showudidTitle = appinfo.appname + ' UDID'; + this.showudidSync = true + this.showudidList = appinfo.udid }, updateappinfo(file, analyseappinfo, multiFlag, binaryFlag, resolve) { if (binaryFlag) {