|
|
@ -180,7 +180,7 @@ export default { |
|
|
methods: { |
|
|
methods: { |
|
|
// 从这里开始写 |
|
|
// 从这里开始写 |
|
|
async getChartTraffic () { |
|
|
async getChartTraffic () { |
|
|
const url = "/pli/power/visitVisitor/chart/traffic"; |
|
|
const url = "/epmetuser/icResiCollectVisitor/chart/traffic"; |
|
|
let params = { |
|
|
let params = { |
|
|
date: this.timeFormat(this.lineTime) |
|
|
date: this.timeFormat(this.lineTime) |
|
|
}; |
|
|
}; |
|
|
|