前端:增加注册登陆

前端:个人信息修改
This commit is contained in:
YunaiV
2019-03-28 19:19:04 +08:00
parent 1900ccafe2
commit 366f7791fb
14 changed files with 272 additions and 70 deletions

View File

@@ -12,13 +12,13 @@ let dataSources='local';//local=本地,其他值代表非本地
if (process.env.NODE_ENV == 'development') {
baseUrl='';
baseUrl='http://127.0.0.1';
}else if(process.env.NODE_ENV == 'production'){
baseUrl = '';
baseUrl = 'http://http://180.167.213.26:18099';
}
baseUrl = 'http://127.0.0.1';
// baseUrl = 'http://127.0.0.1';
baseUrl = 'http://http://180.167.213.26:18099';
dataSources = 'remote';
// dataSources = 'local';