This commit is contained in:
tx 2024-12-05 15:46:19 +08:00
parent 19800d7b47
commit eff15b47dc
5 changed files with 5095 additions and 5168 deletions

View File

@ -41,7 +41,9 @@
]
},
/* ios */
"ios" : {},
"ios" : {
"dSYMs" : false
},
/* SDK */
"sdkConfigs" : {}
}

View File

@ -18,7 +18,7 @@
<image v-if="info.avatar==''&&deptId==100"
src="https://lxnapi.ccttiot.com/bike/img/static/uSRzzLXhnbnWLB8jMKmr" mode=""></image>
<image v-if="info.avatar==''&&deptId==101"
src=" https://lxnapi.ccttiot.com/bike/img/static/uP9vN4Vht0B2bd10Sy60" mode=""></image>
src="https://lxnapi.ccttiot.com/bike/img/static/uP9vN4Vht0B2bd10Sy60" mode=""></image>
<view class="cont">
<view class="name" v-if="info.realName!=null">

File diff suppressed because it is too large Load Diff

View File

@ -272,7 +272,7 @@
success(res) {
if (res.code) {
this.openCode=res.code
console.log(this.openCode,'this.openCodethis.openCode');
}
},
});

View File

@ -1751,6 +1751,8 @@
}
</script>
<style lang="scss">
page {
overflow-x: hidden;