feat: 🚀 站点切换

This commit is contained in:
2025-04-09 09:25:12 +08:00
parent af5894dd5a
commit f8d73b1ddb
12 changed files with 115 additions and 97 deletions

View File

@@ -109,22 +109,22 @@ export const BASIC_INFO_FORM_DATA: FormItem[] = [
]
},
{
prop: "is_show1",
placeholder: "",
type: "radio",
label: "是否启用: ",
options: [
{
label: "是",
value: 1
},
{
label: "否",
value: 0
}
]
},
// {
// prop: "is_show1",
// placeholder: "",
// type: "radio",
// label: "是否启用: ",
// options: [
// {
// label: "是",
// value: 1
// },
// {
// label: "否",
// value: -1
// }
// ]
// },
{
prop: "seo_title",