mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore:
This commit is contained in:
@@ -99,7 +99,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
domains: {
|
||||
title: "全部域名",
|
||||
search: {
|
||||
show: false
|
||||
show: true
|
||||
},
|
||||
type: "text",
|
||||
form: {
|
||||
@@ -129,7 +129,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
expiresTime: {
|
||||
title: "过期时间",
|
||||
search: {
|
||||
show: true
|
||||
show: false
|
||||
},
|
||||
type: "date",
|
||||
form: {
|
||||
@@ -152,7 +152,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
certProvider: {
|
||||
title: "证书颁发机构",
|
||||
search: {
|
||||
show: true
|
||||
show: false
|
||||
},
|
||||
type: "text",
|
||||
form: {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { request } from "/src/api/service";
|
||||
const apiPrefix = "/basic/email";
|
||||
const apiPrefix = "/mine/email";
|
||||
|
||||
export async function TestSend(receiver: string) {
|
||||
await request({
|
||||
|
||||
Reference in New Issue
Block a user