Merge pull request #221 from millionfor/dev-20190415

Dev 20190415
This commit is contained in:
millionfor 2019-04-28 18:48:15 +08:00 committed by GitHub
commit 9bab24c292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# 后端接口地址
API_BASE = http://192.168.220.154:12345
API_BASE = http://192.168.xx.xx:12345
# 本地开发如需ip访问项目把"#"号去掉
#DEV_HOST = 192.168.xx.xx

View File

@ -3,5 +3,5 @@
*/
export default {
// qianfan task record switch
recordSwitch:true
recordSwitch:false
}