代码优化

This commit is contained in:
BianLzhaoMin 2024-10-17 10:43:30 +08:00
parent 0a731bf59a
commit 744d8c24ed
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,7 @@
size="mini" size="mini"
@click="handlePush" @click="handlePush"
:disabled="ids.length == 0" :disabled="ids.length == 0"
v-if="ENV === 'development-nw' || ENV === 'production-nw'"
>推送租赁平台</el-button >推送租赁平台</el-button
> >
</el-col> </el-col>
@ -582,6 +583,7 @@ export default {
typeId: '', typeId: '',
maCode: '', maCode: '',
}, },
ENV: process.env.VUE_APP_ENV,
// //
loading: true, loading: true,
// //