Browse Source

页面调整

shuhao 6 months ago
parent
commit
15af21191d
2 changed files with 8 additions and 0 deletions
  1. 4 0
      src/components/fnHeader.vue
  2. 4 0
      src/views/home/components/homePage.vue

+ 4 - 0
src/components/fnHeader.vue

@@ -3,6 +3,10 @@
         <div class="title">
             <img class="logo" src="@/assets/images/common/logo.png" alt="" />
             <span>高州市"AI+低空"智慧农业标准化种植与溯源平台</span>
+            <span style="font-size: 14px;position: absolute;left:20px;bottom: 8px;">
+              中国联通(茂名)×中山大学飞鸟科技
+            </span>
+
             <img class="logo-icon" src="@/assets/images/common/logo-icon.png" alt="" />
         </div>
         <div class="focus-farm" v-show="!hideSwitch">

+ 4 - 0
src/views/home/components/homePage.vue

@@ -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;
 }