@@ -33,7 +33,11 @@
props: ['stepLast'],
methods: {
sureAccount () {
- this.$router.push('/cloudcenter')
+ if (this.$route.query.returnURL) {
+ window.location.href = this.$route.query.returnURL
+ } else {
+ this.$router.push('/cloudcenter')
+ }
}
- this.$router.push('/')
@@ -1,6 +1,6 @@
const path = require('path')
const isProdMode = Object.is(process.env.NODE_ENV, 'production')
-const baseUrl = process.env.BASE_URL || (isProdMode ? 'https://sso.ubtob.com/' : 'http://10.1.51.50:8081/')
+const baseUrl = process.env.BASE_URL || (isProdMode ? 'https://sso.ubtob.com/' : 'http://192.168.253.6:36066/')
module.exports = {
router: {