优化提示信息

This commit is contained in:
RuoYi
2021-12-02 10:44:15 +08:00
parent b1bc3ceb27
commit 82779f3c70
12 changed files with 17 additions and 39 deletions

View File

@@ -1,15 +0,0 @@
<template>
<i-frame :src="url" />
</template>
<script>
import iFrame from "@/components/iFrame/index";
export default {
name: "Druid",
components: { iFrame },
data() {
return {
url: process.env.VUE_APP_BASE_API + "/druid/login.html"
};
},
};
</script>

View File

@@ -107,7 +107,7 @@ export default {
},
/** 强退按钮操作 */
handleForceLogout(row) {
this.$modal.confirm('是否确认强退名称为"' + row.userName + '"的数据项').then(function() {
this.$modal.confirm('是否确认强退名称为"' + row.userName + '"的用户').then(function() {
return forceLogout(row.tokenId);
}).then(() => {
this.getList();