chenyao
2025-11-08 5aeb8c60920f72382b57c81b3789b127a941f46a
src/components/WebViewPlus.vue
@@ -22,7 +22,7 @@
function messageFun(e) {
  if (e.data.type === "WEB_INVOKE_APPSERVICE") {
    if (e.data.data.arg.type === "tokenExpired") {
      return uni.redirectTo({
      return uni.reLaunch({
        url: "/pages/login/index",
      });
    }