From 1aad9837f64bed4193ba3419a3f2960db353402d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 22 Feb 2024 09:18:11 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=9D=9E=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/UserList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/UserList.vue b/src/views/system/UserList.vue index 55c5ea18..0ceb9ba7 100644 --- a/src/views/system/UserList.vue +++ b/src/views/system/UserList.vue @@ -228,7 +228,7 @@ export default { data () { return { // 是否开发环境(线上需隐藏按钮) - isDev: process.env.VUE_APP_TAG_FLAG !== '0', + isDev: process.env.VUE_APP_TAG_FLAG === '0', description: this.$t('user.freezePasManagementPage'), queryParam: {}, recycleBinVisible: false,