<@tools.includePlace path="/common/8ddab9ba-a8aa-4745-86c6-66bf1c2c976c.html"/> <#-- header --> <@tools.includePlace path="/common/c32a4f4a-ff5d-49cf-bb59-5d9784539174.html"/> <#-- 导航 -->
<@tools.includePlace path="/c936c718-5f19-426f-b3ff-13a5a8d63044.html"/> <#-- 个人中心导航 -->
<#macro message code>${springMacroRequestContext.getMessage(code)} <@sys.userTokenList userId=user.id pageIndex=pageIndex pageSize=10>

我的登录授权

    <#list page.list as a>
  • ${a.channel!} ${a.createDate?date!}

    ${a.expiryDate?string('yyyy-MM-dd HH:mm')!} ${a.loginIp!} 删除

    <#assign url='myToken.html' start=1 end=page.totalPage /> <#if (page.pageIndex-5) gt start> <#assign start=page.pageIndex-4/> <#if (page.pageIndex+5) lt end> <#assign end=page.pageIndex+4/>
  • <#if start gt 1>
  • 1
  • ...
  • <#list start..end as n>
  • ${n}
  • <#if end lt page.totalPage>
  • ...
  • ${page.totalPage}
<@tools.includePlace path="/footer/7f8bacb5-30ca-4641-b66f-987d447b1a85.html"/> <#-- footer -->