Merge branch 'dev'

* dev:
  cxw-010203
  zx
prod
校文 2 years ago
commit a3dd5918cf

@ -24,6 +24,7 @@ function filterRequestData(obj) {
//创建axios的实例 //创建axios的实例
const httpService = axios.create({ const httpService = axios.create({
baseURL: 'http://cloud.sws010.com',// TODO:具体的配置可以根据项目情况而来 baseURL: 'http://cloud.sws010.com',// TODO:具体的配置可以根据项目情况而来
// withCredentials: true
// timeout: 5000 // timeout: 5000
}) })
@ -32,7 +33,8 @@ httpService.interceptors.request.use(config => {
// 请求成功处理 // 请求成功处理
// if(localStorage.getItem('token')){//判断浏览器中的cookie中是否存在项目的token // if(localStorage.getItem('token')){//判断浏览器中的cookie中是否存在项目的token
// config.headers.token = localStorage.getItem('token') // config.headers.token = localStorage.getItem('token')
// } // }\
config.withCredentials = true;
const rqParams = filterRequestData(config.params); const rqParams = filterRequestData(config.params);
const rqData = filterRequestData(config.data); const rqData = filterRequestData(config.data);
// post 'Content-Type' === 'application/x-www-form-urlencoded' // post 'Content-Type' === 'application/x-www-form-urlencoded'

@ -9,11 +9,11 @@
<template> <template>
<div class="iss-outter" v-loading="load"> <div class="iss-outter" v-loading="load">
<v-label-div title="事件传播态势"> <v-label-div title="事件传播态势">
<a-select v-model="form.sTimeType" :size="$vuiSize" style="width: 7rem; margin-left: 2.2rem; margin-right: 0.5rem" @change="handleChange"> <!-- <a-select v-model="form.sTimeType" :size="$vuiSize" style="width: 7rem; margin-left: 2.2rem; margin-right: 0.5rem" @change="handleChange">
<a-select-option :style="{ color: '#fff' }" v-for="item in selDatas" :value="item.key" :key="item.key"> <a-select-option :style="{ color: '#fff' }" v-for="item in selDatas" :value="item.key" :key="item.key">
{{ item.value }} {{ item.value }}
</a-select-option> </a-select-option>
</a-select> </a-select> -->
</v-label-div> </v-label-div>
<div class="iss-inner"> <div class="iss-inner">
<v-echarts :opt="opt" @clickMark="clickMark"></v-echarts> <v-echarts :opt="opt" @clickMark="clickMark"></v-echarts>

@ -10,11 +10,11 @@
<div class="taed-outter" v-loading="load"> <div class="taed-outter" v-loading="load">
<div class="taed-inner"> <div class="taed-inner">
<v-label-div title="传播态势" :showLine="false" :eStyle="{'border-style': 'none'}"> <v-label-div title="传播态势" :showLine="false" :eStyle="{'border-style': 'none'}">
<a-select v-model="form.sTimeType" :size="$vuiSize" style="width: 7rem; margin-left: 2.2rem; margin-right: 0.5rem" @change="handleChange"> <!-- <a-select v-model="form.sTimeType" :size="$vuiSize" style="width: 7rem; margin-left: 2.2rem; margin-right: 0.5rem" @change="handleChange">
<a-select-option :style="{ color: '#fff' }" v-for="item in selDatas" :value="item.key" :key="item.key"> <a-select-option :style="{ color: '#fff' }" v-for="item in selDatas" :value="item.key" :key="item.key">
{{ item.value }} {{ item.value }}
</a-select-option> </a-select-option>
</a-select> </a-select> -->
</v-label-div> </v-label-div>
<div class="taed-d1"> <div class="taed-d1">
<v-echarts :opt="opt"></v-echarts> <v-echarts :opt="opt"></v-echarts>

@ -9,11 +9,11 @@
<template> <template>
<div class="tcp-outter" v-loading="load"> <div class="tcp-outter" v-loading="load">
<v-label-div title="调性传播态势"> <v-label-div title="调性传播态势">
<a-select v-model="form.sTimeType" :size="$vuiSize" style="width: 7rem; margin-left: 2.2rem; margin-right: 0.5rem" @change="handleChange"> <!-- <a-select v-model="form.sTimeType" :size="$vuiSize" style="width: 7rem; margin-left: 2.2rem; margin-right: 0.5rem" @change="handleChange">
<a-select-option :style="{ color: '#fff' }" v-for="item in selDatas" :value="item.key" :key="item.key"> <a-select-option :style="{ color: '#fff' }" v-for="item in selDatas" :value="item.key" :key="item.key">
{{ item.value }} {{ item.value }}
</a-select-option> </a-select-option>
</a-select> </a-select> -->
</v-label-div> </v-label-div>
<div class="tcp-inner"> <div class="tcp-inner">
<v-echarts :opt="opt"></v-echarts> <v-echarts :opt="opt"></v-echarts>

Loading…
Cancel
Save