#
zjj
2025-06-16 4c9525b77cb86da7c5b477dcafffc78360c5b850
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);
         }