隐藏任务记录

This commit is contained in:
gongzijian 2019-04-28 18:46:37 +08:00
parent e441e124ec
commit 099550bd76
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
}