魏超 5 anos atrás
pai
commit
4d5b4e2b14
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/pages/recommend/recommendCustomer/index.jsx

+ 1
- 1
src/pages/recommend/recommendCustomer/index.jsx Ver arquivo

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