CN-65 feat: 流量曲线图、饼图、其他内容

This commit is contained in:
chenjinsong
2021-07-20 18:58:55 +08:00
parent d37f5ec1d0
commit 05178b25be
11 changed files with 105 additions and 58 deletions

View File

@@ -68,7 +68,7 @@
</template>
<script>
import { shortFormatter } from '@/components/charts/chartFormatter'
import { shortFormatter } from '@/components/charts/chart-formatter'
import { get } from '@/utils/http'
import { replaceUrlPlaceholder } from '@/utils/tools'
@@ -188,7 +188,8 @@ export default {
startTime: parseInt(this.startTime / 1000),
endTime: parseInt(this.endTime / 1000),
order: this.order,
domain: row.domain
domain: row.domain,
limit: 10
}
get(replaceUrlPlaceholder(url, queryParams)).then(response2 => {
if (response2.code === 200) {