waiwangdizhi
This commit is contained in:
parent
7753602409
commit
9be3a5c384
|
@ -8,7 +8,7 @@ VUE_APP_TITLE = '曲阳金隅安全智能管控平台'
|
|||
#VUE_APP_API_BASEURL = http://1.203.161.103:2800/api
|
||||
#VUE_APP_WS_API = 'ws://localhost:8000'
|
||||
VUE_APP_API_BASEURL = http://10.99.5.79:20309/api
|
||||
VUE_APP_API_BASEURL = http://127.0.0.1:8000/api
|
||||
#VUE_APP_API_BASEURL = http://127.0.0.1:8000/api
|
||||
#VUE_APP_BASEURL = http://127.0.0.1:8000
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ const DEFAULT_CONFIG = {
|
|||
|
||||
//接口地址
|
||||
// API_URL: process.env.NODE_ENV === 'development' && process.env.VUE_APP_PROXY === 'false' ? "/api" : process.env.VUE_APP_API_BASEURL,
|
||||
API_URL: window.IPConfig.baseURL.indexOf('localhost')? 'http://10.99.5.79:20309/api' : window.IPConfig.baseURL,
|
||||
API_URL: window.IPConfig.baseURL.indexOf('localhost')>-1? "http://10.99.5.79:20309/api" : window.IPConfig.baseURL,
|
||||
|
||||
//请求超时
|
||||
TIMEOUT: 200000,
|
||||
|
|
Loading…
Reference in New Issue