Browse Source

Merge branch 'milestone-20250710-上线前优化' of http://39.101.133.168:8807/hongxilin/AIxiaocaishen into milestone-20250710-上线前优化

dev
宋杰 1 week ago
parent
commit
851cd48747
  1. 2
      src/views/AIchat.vue

2
src/views/AIchat.vue

@ -796,6 +796,7 @@ watch(
const isLiuSe = HomePage ? true : false;
const isAIGoldBull =
AIGoldBull &&
AIGoldBull.DNC &&
AIGoldBull.FCX &&
AIGoldBull.JN &&
@ -1465,6 +1466,7 @@ watch(
}
// K线
if (
AIGoldBull &&
AIGoldBull.DNC &&
AIGoldBull.FCX &&
AIGoldBull.JN &&

Loading…
Cancel
Save