|
@@ -176,7 +176,7 @@
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.$EventBus.$emit('onGlobalLoading', false)
|
|
this.$EventBus.$emit('onGlobalLoading', false)
|
|
}, 1500)
|
|
}, 1500)
|
|
- routerInfo = routerInfo || { name: 'homePage' }
|
|
|
|
|
|
+ routerInfo = routerInfo || { name: localStorage.getItem('srvAdr') == 'Global' ? 'myCourse' : 'homePage' }
|
|
// console.error(routerInfo.name);
|
|
// console.error(routerInfo.name);
|
|
// console.error(this.$route);
|
|
// console.error(this.$route);
|
|
this.$router.push(routerInfo)
|
|
this.$router.push(routerInfo)
|