backup_master_20231211
飘泊客 10 months ago
commit 4025a156f7

@ -1,20 +1,20 @@
###
# @Description:
# @Autor: 飘泊客
# @Date: 2023-02-13 18:25:04
# @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
# @LastEditTime: 2023-10-10 10:21:00
###
ENV = 'development'
# 接口地址 http://8.130.96.163:8899
# VUE_APP_BASE_API = 'https://baiyee.vip'
#VUE_APP_BASE_API = 'http://172.18.0.225:8899xy'
#VUE_APP_BASE_API = 'http://172.18.0.228:8899ts'
# VUE_APP_BASE_API = 'http://172.18.1.8:8899jt'
VUE_APP_BASE_API = 'http://39.100.77.21:8013'
VUE_APP_BASE_IMG = 'http://39.100.77.21:8013'
VUE_APP_WS_API = 'wss://baiyee.vip'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true
###
# @Description:
# @Autor: 飘泊客
# @Date: 2023-02-13 18:25:04
# @LastEditors: 飘泊客
# @LastEditTime: 2023-06-21 15:15:11
###
ENV = 'development'
# 接口地址 http://8.130.96.163:8899
VUE_APP_BASE_API = 'https://baiyee.vip'
# VUE_APP_BASE_API = 'http://172.18.0.225:8899'//xy
# # VUE_APP_BASE_API = 'http://172.18.0.228:8899'//ts
#VUE_APP_BASE_API = 'http://172.18.1.8:8899jt'
# VUE_APP_BASE_API = 'http://8.130.96.163:8899'
VUE_APP_BASE_IMG = 'https://baiyee.vip'
VUE_APP_WS_API = 'wss://baiyee.vip'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true

@ -3,7 +3,7 @@
* @Autor: 飘泊客
* @Date: 2021-12-02 16:54:53
* @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
* @LastEditTime: 2023-10-16 19:32:17
* @LastEditTime: 2023-07-12 15:58:49
-->
<template>
<div>
@ -427,13 +427,13 @@
size="mini"
type="primary"
class="filter-item mb-5"
@click="advertisingFun({type: 1})"
@click="advertisingFun(1)"
>建模</el-button>
<el-button
size="mini"
type="success"
class="filter-item mb-5"
@click="advertisingFun({type: 2})"
@click="advertisingFun(2)"
>上传巨量</el-button>
</div>
</div>
@ -1496,6 +1496,18 @@ export default {
this.agreementDialog = this.user.companyStatus !== 1
}
this.updateUrl = this.$store.getters.picturesUpload
// var isrem = localStorage.getItem('isRemind')
// if (everydayRemind() && isrem !== 1 && this.user.companyStatus === 1) {
// this.$alert(
// `<i style='color:red'></i>`,
// '',
// {
// confirmButtonText: '',
// dangerouslyUseHTMLString: true
// }
// )
// localStorage.setItem('isRemind', 1)
// }
} else if (!this.user.isManager && !this.user.isAdmin) {
this.Statistics.usrNum = 0
this.Statistics.turnOnNum = 0
@ -1519,23 +1531,21 @@ export default {
}
this.getTurnover()
}
//
// var isrem = Number(localStorage.getItem('isRemind'))
// if (isrem !== 1) {
// this.$alert(
// `<i><i style='color:red'></i>10168CRM线</i>`,
// '',
// {
// confirmButtonText: '',
// dangerouslyUseHTMLString: true
// }
// )
// }
},
methods: {
handleSetLineChartData(type) {
this.$emit('handleSetLineChartData', type)
},
advertisingFun(type) {
if (type === 1) {
this.$alert('当前检测数量不足需达到100,000才可制作上传', '提示', {
confirmButtonText: '确定',
callback: action => {}
})
} else if (type === 2) {
window.open('https://business.oceanengine.com/site/asset/dmp/audience/list', 'mozillaTab')
}
},
//
formatTime(timestamp) {
const time = new Date(timestamp)
@ -1577,6 +1587,7 @@ export default {
const res = await getAdvertisingQualityScore()
if (res.status === 0) {
this.advertisingQualityScoreData = res.data
console.log(this.advertisingQualityScoreData, 'this.advertisingQualityScoreData')
} else {
this.$message.error(res.msg)
}
@ -2503,17 +2514,6 @@ export default {
location.reload()
})
}
},
advertisingFun(obj) {
const { type } = obj
if (type === 1) {
this.$alert('当前检测数量不足需达到100,000才可制作上传', {
confirmButtonText: '确定',
callback: action => {}
})
} else if (type === 2) {
window.open = 'https://business.oceanengine.com/site/asset/dmp/audience/list'
}
}
}
</script>
@ -2820,10 +2820,10 @@ export default {
}
.bullshit {
font-size: 19px;
font-weight: bold;
line-height: 40px;
color: #5066e1;
// opacity: 0;
margin-left: 20px;
}
font-weight: bold;
line-height: 40px;
color: #5066e1;
// opacity: 0;
margin-left: 20px;
}
</style>

Loading…
Cancel
Save