zhaoxiaohai 3 anni fa
parent
commit
858d35c7f3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/tabbar/home/index.wxml

+ 1 - 1
pages/tabbar/home/index.wxml

@@ -4,7 +4,7 @@
 <view style="position: fixed;top: 0; z-index: 999999999;">
     <view style="width: 100vw;height: {{capsule.top-6+'px'}};background-color:#085CDF;" />
     <view class="header">
-        <navigator url="/pages/login/selectSite" class="header_title">
+        <navigator url="/pages/login/selectSite"  open-type="reLaunch" class="header_title">
             {{user.sitename}}
             <van-icon name="arrow-down" />
         </navigator>