@@ -817,7 +817,7 @@ export default {
})
.then(() => {
this.$router.replace({
- path: '/home',
+ path: '/My/index',
});
} else {
@@ -884,7 +884,7 @@ export default {
onClickLeft() {
if (this.source == 'share') {
- path: '/subordinateHistoricalDaily',
this.$router.go(-1);