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