fix 非开发环境用户管理没有操作按钮

This commit is contained in:
赵霄
2024-02-22 09:18:11 +08:00
parent a125d18292
commit 1aad9837f6
+1 -1
View File
@@ -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,