feat(custom): 多API版本
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-23 18:24:41 +08:00
parent 4261f8c5f1
commit 914c25e962
13 changed files with 336 additions and 47 deletions

View File

@@ -369,7 +369,7 @@ const columns = ref([
window.open(
`${import.meta.env.VITE_MER_LOGIN_URL}?redirect=/workbench&type=${
res.data.type
}&tk=${res.data.token}`
}&tk=${res.data.token}&api=${localStorage.getItem('api_endpoint')}`
)
},
},