feat: 完成渠道商限制

This commit is contained in:
ccnetcore
2026-01-03 02:58:21 +08:00
parent a6e7a5e906
commit be5f57f654
3 changed files with 9 additions and 2 deletions

View File

@@ -280,6 +280,7 @@ namespace Yi.Abp.Web
{ {
options.TokenValidationParameters = new TokenValidationParameters options.TokenValidationParameters = new TokenValidationParameters
{ {
RoleClaimType = "Roles",
ClockSkew = TimeSpan.Zero, ClockSkew = TimeSpan.Zero,
ValidateIssuerSigningKey = true, ValidateIssuerSigningKey = true,
ValidIssuer = jwtOptions.Issuer, ValidIssuer = jwtOptions.Issuer,

View File

@@ -4,5 +4,11 @@
<template> <template>
<router-view /> <router-view />
</template> </template>
<!-- 全局样式 -->
<style scoped lang="scss"></style> <style>
.popover-content
{
z-index: 99;
}
</style>

View File

@@ -216,7 +216,7 @@ function openVipGuide() {
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">
.popover-content { .popover-content{
width: 520px; width: 520px;
height: 520px; height: 520px;
} }