Browse Source

接口地址

zhouna 3 years ago
parent
commit
54a6cf162c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/index.js

+ 1 - 1
src/api/index.js

@@ -1,7 +1,7 @@
 import api from './request';
 import {message} from 'antd'
 const axios=require('axios');
-axios.defaults.baseURL = 'http://192.168.3.184:8871';//'http://192.168.2.237:8871/';
+axios.defaults.baseURL = 'http://192.168.2.237:8871/';//'http://192.168.3.184:8871';
 const post=(url,data)=>{
     return axios({
         method:'post',