TLS: Remove ECH Force Query

This commit is contained in:
MHSanaei
2026-05-04 13:20:24 +02:00
parent 51e2fb6dbf
commit e19061d513
66 changed files with 4378 additions and 4636 deletions
+3 -4
View File
@@ -43,8 +43,7 @@
Vue.component('a-sidebar', {
data() {
return {
tabs: [
{
tabs: [{
key: '{{ .base_path }}panel/',
icon: 'dashboard',
title: '{{ i18n "menu.dashboard"}}'
@@ -79,8 +78,8 @@
},
methods: {
openLink(key) {
return key.startsWith('http') ?
window.open(key) :
return key.startsWith('http') ?
window.open(key) :
location.href = key
},
closeDrawer() {