mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
fix(frontend): correct anti-leech component import path (#12494)
This commit is contained in:
@@ -94,7 +94,7 @@ import SitePath from './site-folder/index.vue';
|
||||
import Rewrite from './rewrite/index.vue';
|
||||
import Proxy from './proxy/index.vue';
|
||||
import AuthBasic from './auth-basic/index.vue';
|
||||
import AntiLeech from './anti-leech/index.vue';
|
||||
import AntiLeech from './anti-Leech/index.vue';
|
||||
import Redirect from './redirect/index.vue';
|
||||
import LoadBalance from './load-balance/index.vue';
|
||||
import PHP from './php/index.vue';
|
||||
|
||||
Reference in New Issue
Block a user