Commit 8d44275a authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改跳转路由

parent 6fda8507
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-06 16:30:44
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-30 14:14:07
* @LastEditTime: 2021-08-20 11:31:20
* @Description: 待退货发货
*/
import React, { useState, useRef } from 'react';
......@@ -77,7 +77,7 @@ const ExchangePrDeliver: React.FC = () => {
align: 'center',
render: (text, record) => (
<Link
to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.returnDeliveryId}`}
to={`/memberCenter/afterService/exchangeApplication/exchangePrAddDeliver/deliverDetail?id=${record.returnDeliveryId}`}
>
{text}
</Link>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment