魏超 5 vuotta sitten
vanhempi
commit
4d5b4e2b14
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/pages/recommend/recommendCustomer/index.jsx

+ 1
- 1
src/pages/recommend/recommendCustomer/index.jsx Näytä tiedosto

@@ -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
       },