@@ -35,8 +35,9 @@ export default {
},
methods: {
goTo() {
+ sessionStorage.setItem('gotype', this.$route.path);
+
if (this.type == 1) {
- sessionStorage.setItem('gotype', this.$route.path);
this.$router.push({ path: this.to, query: { userid: this.userid, oid: this.oid, org: this.org, role: this.role,tType: this.tType, gotype: 1 } })
}else if (this.type == 2) {
let con = this.betaL =='beta'? 'https://beta.cloud.cocorobo.cn' : 'https://cloud.cocorobo.cn'