修改保存跳转
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -825,7 +825,7 @@ const toPath = () => { | ... | @@ -825,7 +825,7 @@ const toPath = () => { |
| 825 | userStore.setTabbar(userStore.tabbar.filter((tab: any) => tab.fullPath !== fullPath)); | 825 | userStore.setTabbar(userStore.tabbar.filter((tab: any) => tab.fullPath !== fullPath)); |
| 826 | assetStore.set(true); | 826 | assetStore.set(true); |
| 827 | router.push({ | 827 | router.push({ |
| 828 | name: 'priceCalculate', | 828 | name: 'priceCalculateNew', |
| 829 | }) | 829 | }) |
| 830 | } | 830 | } |
| 831 | 831 | ... | ... |
-
Please register or sign in to post a comment