Skip to content

Commit 7f2396e

Browse files
fix(frontend): correct anti-leech component import path
1 parent 786c5c1 commit 7f2396e

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/views/website/website/config/basic

1 file changed

+1
-1
lines changed

frontend/src/views/website/website/config/basic/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ import SitePath from './site-folder/index.vue';
9494
import Rewrite from './rewrite/index.vue';
9595
import Proxy from './proxy/index.vue';
9696
import AuthBasic from './auth-basic/index.vue';
97-
import AntiLeech from './anti-leech/index.vue';
97+
import AntiLeech from './anti-Leech/index.vue';
9898
import Redirect from './redirect/index.vue';
9999
import LoadBalance from './load-balance/index.vue';
100100
import PHP from './php/index.vue';

0 commit comments

Comments
 (0)