#
zjj
2025-06-16 9aa2bae5d4e8cd8533c4ef0db0834d9c3670c810
pages/home/index.vue
@@ -142,7 +142,7 @@
            <navigator hover-class='none' url="/pages/outbound/fastPicking" navigateTo>
               <view class="cuIcon-apps text-blue">
               </view>
               <text>快速拣货</text>
               <text>{{$t('index.quickPicking')}}</text>
            </navigator>
         </view>
@@ -179,7 +179,7 @@
            setTimeout(() => {
               uni.removeStorageSync('token');
               uni.reLaunch({
                  url: "/pages/login/login"
                  url: "/pages/login/index"
               });
            }, 1000);
         }