lancer 3 лет назад
Родитель
Сommit
1b406accb9
3 измененных файлов: 13 добавлений и 10 удалений
  1. +8
    -8
      src/api/modules/api.js
  2. +3
    -0
      src/views/Customer/label.vue
  3. +2
    -2
      vue.config.js

+ 8
- 8
src/api/modules/api.js Просмотреть файл

@@ -1063,11 +1063,11 @@ export function filedownload(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
})
}

+ 3
- 0
src/views/Customer/label.vue Просмотреть файл

@@ -654,6 +654,9 @@ export default {
</script>

<style scoped="scoped" lang="scss" >
/deep/.el-tree-node__content{
overflow: hidden;
}
.box-center {
width: 100%;
padding: 15px;


+ 2
- 2
vue.config.js Просмотреть файл

@@ -3,8 +3,8 @@
* https://cli.vuejs.org/zh/config/
*/
// 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.100:9999' //王笑
// const url = 'http://62.234.122.43:9999' //王笑


Загрузка…
Отмена
Сохранить