mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 20:23:52 +08:00
发布v2.6.10版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
message.success('更新成功');
|
||||
|
||||
userStore.logout().then(() => {
|
||||
message.success('成功退出登录');
|
||||
message.success('成功注销登录');
|
||||
// 移除标签页
|
||||
localStorage.removeItem(TABS_ROUTES);
|
||||
router
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
message.success('更新成功');
|
||||
|
||||
userStore.logout().then(() => {
|
||||
message.success('成功退出登录');
|
||||
message.success('成功注销登录');
|
||||
// 移除标签页
|
||||
localStorage.removeItem(TABS_ROUTES);
|
||||
router
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { h } from 'vue';
|
||||
import { NAvatar, NTag } from 'naive-ui';
|
||||
import { timestampToTime, formatBefore, formatAfter } from '@/utils/dateUtil';
|
||||
import { timestampToTime, formatBefore } from '@/utils/dateUtil';
|
||||
|
||||
export const columns = [
|
||||
{
|
||||
@@ -31,11 +31,11 @@ export const columns = [
|
||||
return row.app;
|
||||
},
|
||||
},
|
||||
// {
|
||||
// title: '用户ID',
|
||||
// key: 'userId',
|
||||
// width: 100,
|
||||
// },
|
||||
{
|
||||
title: '用户ID',
|
||||
key: 'userId',
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: '用户名',
|
||||
key: 'username',
|
||||
@@ -90,14 +90,6 @@ export const columns = [
|
||||
return row.os;
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '授权过期',
|
||||
key: 'expTime',
|
||||
width: 80,
|
||||
render: (rows, _) => {
|
||||
return formatAfter(new Date(rows.expTime * 1000));
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '最后活跃',
|
||||
key: 'heartbeatTime',
|
||||
|
||||
Reference in New Issue
Block a user