src/page/kline/components/kLine.vue
@@ -1060,7 +1060,13 @@ created() { const { query } = this.$route; console.log(query, "33333"); this.Symbol = `${query.code}_${query.sok}.${query.type}`; console.log(query.if_zhishu!= '0', "44444"); if(query.if_zhishu== '0'){ this.Symbol = `${query.code}_${query.sok}.${query.type}`; }else{ this.Symbol = `${query.if_zhishu}_${query.sok}.${query.type}`; } console.log(this.Symbol); },