解决跳转不回显应用的问题;

This commit is contained in:
terrfly 2021-06-23 09:15:39 +08:00
parent a995818d8c
commit 7692e9b7e5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<template slot="opSlot" slot-scope="{record}"> <!-- 操作列插槽 -->
<JeepayTableColumns>
<a-button type="link" v-if="$access('ENT_MCH_PAY_TEST')">
<router-link :to="{path:'paytest',params:{appId:record.appId}}">
<router-link :to="{name:'ENT_MCH_PAY_TEST', params:{appId:record.appId}}">
支付体验
</router-link>
</a-button>