This commit is contained in:
zh
2025-10-11 16:29:34 +08:00
parent 98a9c02583
commit 52b753885d
16 changed files with 51 additions and 30 deletions

View File

@ -122,7 +122,7 @@ const eventBus: any = inject('bus')
var modelName = ref('')
var clickTreeNode: any = ref('')
const service = ref(localStorage.getItem('service'))
const service = ref(localStorage.getItem('ip'))
//tab
interface Model {