perf: modify jdmc license url

This commit is contained in:
Bai
2026-03-19 16:02:45 +08:00
parent dcb1af6295
commit e83fbd41d5

View File

@@ -601,7 +601,7 @@ export default {
beforeEnter: (_to, _from, next) => {
const settings = getSettings()
if (settings?.JDMC_ENABLED) {
goToJDMC('/jdmc/appManagement/appAuth')
goToJDMC('/jdmc/app-management/app-auth')
next(false)
} else {
next()