|
@@ -94,7 +94,7 @@ router.beforeEach(async (to, from, next) => {
|
|
|
query: to.query
|
|
|
}
|
|
|
store.commit('setLastRoute', lastRoute)
|
|
|
- let ssoServer = 'http://sso.sagacloud.cn'
|
|
|
+ let ssoServer = 'http://10.199.143.85:7003'
|
|
|
let redirectUrl = window.location.protocol + '//' + window.location.host + '/auth'
|
|
|
window.location.href = `${ssoServer}/login?redirectUrl=${redirectUrl}`
|
|
|
}
|