Browse Source

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

dev
宋杰 5 days ago
parent
commit
851cd48747
  1. 4
      src/views/AIchat.vue

4
src/views/AIchat.vue

@ -769,7 +769,7 @@ watch(
const result20 = await dataListAPI({
token:
// "8Csj5VVX1UbIb4C3oxrnbZi0+fEeMx8pywnIlrmTm45Cb/EllzWACLto9J9+fCFsfdgBOvKvyY94FvqlvM0",
"8nkj4QBV1RPIb4CzoRTnbZi0+fEeMx8pywnIlrmTxdwROKkuwWqAWu9orpkpeXVqL98DPfeonNYpHv+mucA",
"8nkj4QBV1RPIb4CzoRTnbZi0+fEeMx8pywnIlrmTxdwROKkuwWqAWu9orpkpeXVqL98DPfeonNYpHv+mucA",
market: codeData.value.market,
code: codeData.value.code,
language: "cn", //t.value.suoxie,
@ -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