This commit is contained in:
xiaojunnuo
2025-01-19 01:07:20 +08:00
parent 5fc07d4dd4
commit 7f6d03c02a
9 changed files with 9 additions and 8 deletions

View File

@@ -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: {

View File

@@ -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({