| @@ -1063,11 +1063,11 @@ export function filedownload(query) { | |||||
| params:query | params:query | ||||
| }) | }) | ||||
| } | } | ||||
| // 洞察详情导出 | |||||
| // export function dcCarReceptionRecord(query) { | |||||
| // return request({ | |||||
| // url: '/autoSR/matchKeywords/dcCarReceptionRecord', | |||||
| // method:'get', | |||||
| // params:query | |||||
| // }) | |||||
| // } | |||||
| //选择楼盘后 | |||||
| export function addLoginCount(data) { | |||||
| return request({ | |||||
| url: 'admin/log/admin/log/addLoginCount', | |||||
| method:'post', | |||||
| data | |||||
| }) | |||||
| } | |||||
| @@ -654,6 +654,9 @@ export default { | |||||
| </script> | </script> | ||||
| <style scoped="scoped" lang="scss" > | <style scoped="scoped" lang="scss" > | ||||
| /deep/.el-tree-node__content{ | |||||
| overflow: hidden; | |||||
| } | |||||
| .box-center { | .box-center { | ||||
| width: 100%; | width: 100%; | ||||
| padding: 15px; | padding: 15px; | ||||
| @@ -3,8 +3,8 @@ | |||||
| * https://cli.vuejs.org/zh/config/ | * https://cli.vuejs.org/zh/config/ | ||||
| */ | */ | ||||
| // const url = 'http://pigx-gateway' | // const url = 'http://pigx-gateway' | ||||
| const url = 'http://39.97.167.65:9999' //测试 | |||||
| // const url = 'http://192.168.31.169:9999' //长龙 | |||||
| // const url = 'http://39.97.167.65:9999' //测试 | |||||
| const url = 'http://192.168.31.169:9999' //长龙 | |||||
| // const url = 'http://192.168.31.134:9999' //嘉豪 | // const url = 'http://192.168.31.134:9999' //嘉豪 | ||||
| // const url = 'http://192.168.31.100:9999' //王笑 | // const url = 'http://192.168.31.100:9999' //王笑 | ||||
| // const url = 'http://62.234.122.43:9999' //王笑 | // const url = 'http://62.234.122.43:9999' //王笑 | ||||