|  |  |  | 
|---|
|  |  |  | // import { config } from 'vue/types/umd'; | 
|---|
|  |  |  | axios.defaults.withCredentials=true; | 
|---|
|  |  |  | axios.defaults.crossDomain=true; | 
|---|
|  |  |  | axios.defaults.baseURL = 'http://10.30.4.92:7081';//'http://192.168.2.51:8099'; //'http://localhost:8099'; //'http://192.168.2.51:8099';// | 
|---|
|  |  |  | axios.defaults.baseURL = 'http://127.0.0.1:7081';//'http://192.168.2.51:8099'; //'http://localhost:8099'; //'http://192.168.2.51:8099';// | 
|---|
|  |  |  | axios.defaults.headers.post["Content-Type"]="application/json;charset=utf-8"; | 
|---|
|  |  |  | // 閿欒淇℃伅澶勭悊 | 
|---|
|  |  |  | const  errorHandle = (status, other) => { | 
|---|