魏超 5 年之前
父節點
當前提交
4d5b4e2b14
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/pages/recommend/recommendCustomer/index.jsx

+ 1
- 1
src/pages/recommend/recommendCustomer/index.jsx 查看文件

@@ -74,7 +74,7 @@ function body(props) {
74 74
 
75 75
   function toAudit(cuurentId) {
76 76
     router.push({
77
-      pathname: '/customer/recommendCustomer/audit',
77
+      pathname: '/recommend/recommendCustomer/audit',
78 78
       query: {
79 79
         id: cuurentId,
80 80
       },