dingxin il y a 5 ans
Parent
révision
8e34883dc9

+ 1
- 1
config/config.js Voir le fichier

@@ -455,7 +455,7 @@ export default {
455 455
 
456 456
   proxy: {
457 457
     '/api/': {
458
-      target: 'http://192.168.0.84:8080/',
458
+      target: 'http://localhost:8080//',
459 459
       changeOrigin: true,
460 460
       // pathRewrite: { '^/server': '' },
461 461
     },

+ 1
- 0
src/pages/channel/channelList.jsx Voir le fichier

@@ -109,6 +109,7 @@ const header = props => {
109 109
   const [data, setData] = useState({ channelNmae: [], result: [] })
110 110
   // eslint-disable-next-line react-hooks/rules-of-hooks
111 111
   useEffect(() => {
112
+    localStorage.removeItem('value');
112 113
     getList({ pageNum: 1, pageSize: 10 })
113 114
   }, [])
114 115
 

+ 3
- 4
src/pages/customer/independentList/index.jsx Voir le fichier

@@ -374,11 +374,10 @@ function body(props) {
374 374
         <>
375 375
           {
376 376
             <>
377
-              <sapn style={{ color: 'rgba(239,39,58,1)' }}>查看详细</sapn>
377
+              {/* <sapn style={{ color: 'rgba(239,39,58,1)' }}>查看详细</sapn> */}
378
+              <a style={{ color: 'rgba(239,39,58,1)' }} onClick={() => Invite(record)}>邀请经纪人</a>
378 379
               &nbsp;&nbsp;&nbsp;&nbsp;
379
-              <sapn style={{ color: 'rgba(239,39,58,1)' }} onClick={() => Invite(record)}>邀请经纪人</sapn>
380
-              &nbsp;&nbsp;&nbsp;&nbsp;
381
-              <sapn style={{ color: 'rgba(239,39,58,1)' }} onClick={() => gM(record)}>推荐客户</sapn>
380
+              <a style={{ color: 'rgba(239,39,58,1)' }} onClick={() => gM(record)}>推荐客户</a>
382 381
             </>
383 382
           }
384 383
         </>