前端:修复弄错了 url 的问题
This commit is contained in:
parent
366f7791fb
commit
fb851d4f21
@ -14,7 +14,7 @@ let dataSources='local';//local=本地,其他值代表非本地
|
||||
if (process.env.NODE_ENV == 'development') {
|
||||
baseUrl='http://127.0.0.1';
|
||||
}else if(process.env.NODE_ENV == 'production'){
|
||||
baseUrl = 'http://http://180.167.213.26:18099';
|
||||
baseUrl = 'http://180.167.213.26:18099';
|
||||
}
|
||||
|
||||
// baseUrl = 'http://127.0.0.1';
|
||||
|
Loading…
Reference in New Issue
Block a user