Browse Source

修改图表详情标题

jwyu 3 years ago
parent
commit
4539d4eacc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/hzyb/chart/Detail.vue

+ 2 - 1
src/views/hzyb/chart/Detail.vue

@@ -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){