|
@@ -8,6 +8,7 @@ import Highcharts from 'highcharts/highstock';
|
|
import {apiChartInfo,apiChartList,apiChartSave,apiChartBeforeAndNext,apiChartRefresh} from '@/api/hzyb/chart.js'
|
|
import {apiChartInfo,apiChartList,apiChartSave,apiChartBeforeAndNext,apiChartRefresh} from '@/api/hzyb/chart.js'
|
|
const router=useRouter()
|
|
const router=useRouter()
|
|
const route=useRoute()
|
|
const route=useRoute()
|
|
|
|
+document.title='图详情'
|
|
|
|
|
|
localStorage.setItem('hzyb-token',route.query.token)
|
|
localStorage.setItem('hzyb-token',route.query.token)
|
|
|
|
|
|
@@ -162,7 +163,7 @@ const getChartInfo=async (type)=>{
|
|
loading.value=false
|
|
loading.value=false
|
|
if(res.code===200){
|
|
if(res.code===200){
|
|
resData.value=res.data
|
|
resData.value=res.data
|
|
- document.title=res.data.ChartInfo.ChartName
|
|
|
|
|
|
+ // document.title=res.data.ChartInfo.ChartName
|
|
|
|
|
|
// 设置highchart配置 ChartType: 1曲线图 2季节图:季节图中公历和农历数据结构不同
|
|
// 设置highchart配置 ChartType: 1曲线图 2季节图:季节图中公历和农历数据结构不同
|
|
if(res.data.ChartInfo.ChartType===1){
|
|
if(res.data.ChartInfo.ChartType===1){
|