浏览代码

大托管

wulanhaote
庞东旭 2 年前
父节点
当前提交
c0bd73c0bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/agriculturalTrusteeship/insurance/insuranceList.vue

+ 1
- 1
src/views/agriculturalTrusteeship/insurance/insuranceList.vue 查看文件

@@ -167,7 +167,7 @@
next('/url') //放行到指定的路由
*/
next(vm => {
if (from.path === '/agriculturalTrusteeship/buyerIndex'){
if (from.path === '/agriculturalTrusteeship/buyerIndex'||from.path === '/agriculturalTrusteeship/index'){
location.reload()
}
})


正在加载...
取消
保存