魏超 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
       },