fix 站点限流设置Bug

This commit is contained in:
jxxghp
2023-12-07 15:44:01 +08:00
parent fc818fdfd6
commit 2852f26702
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "1.4.9",
"version": "1.4.9-1",
"private": true,
"bin": "dist/service.js",
"scripts": {

View File

@@ -199,7 +199,7 @@ async function updateSiteInfo() {
md="4"
>
<VTextField
v-model="siteForm.limit_seconds"
v-model="siteForm.limit_count"
label="访问次数"
:rules="[numberValidator]"
/>