Selaa lähdekoodia

fix: 修复登录标题显示错误的问题

leo 1 viikko sitten
vanhempi
commit
c879dea7a0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/login/login.vue

+ 1 - 1
pages/login/login.vue

@@ -13,7 +13,7 @@
         ></image>
       </view>
       <text class="app-title">{{
-        $isneutral ? '智慧农业大数据平台' : '云飞智控'
+        $isneutral ? '云飞智控' : '智控'
       }}</text>
     </view>