|
|
@@ -4,6 +4,7 @@
|
|
|
<chart-box name="气象预警">
|
|
|
<template #title-right>
|
|
|
<div class="button-group">
|
|
|
+ <div class="button" style="width: auto;" @click="deepseek">AI大脑</div>
|
|
|
<div class="button" style="width: auto;" @click="syxcx">溯源小程序</div>
|
|
|
<div class="button" style="width: auto;" @click="sypt">溯源平台</div>
|
|
|
</div>
|
|
|
@@ -285,6 +286,9 @@ const gybg = () => {
|
|
|
const sypt = () => {
|
|
|
window.open("https://foster-pc-vue.sysuimars.cn/#/auto_login");
|
|
|
}
|
|
|
+const deepseek = () => {
|
|
|
+ window.open("https://yuntan-pc.feiniaotech.com/#/auto_login");
|
|
|
+}
|
|
|
const syxcx = () => {
|
|
|
phoneIframeShow.value = true;
|
|
|
}
|