feat: 完成渠道商限制
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -4,5 +4,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<router-view />
|
<router-view />
|
||||||
</template>
|
</template>
|
||||||
|
<!-- 全局样式 -->
|
||||||
|
|
||||||
<style scoped lang="scss"></style>
|
<style>
|
||||||
|
.popover-content
|
||||||
|
{
|
||||||
|
z-index: 99;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user