wlzboy
4 天以前 06a17c236d4cb9b8da75fce43af938cb7ea510bf
app/pages/qylogin.vue
@@ -34,10 +34,18 @@
  },
  onLoad(options) {
    // 添加容错处理
    try {
    // 保存页面参数
    this.pageOptions = options || {};
    // 页面加载时执行免登流程
    this.qyWechatAutoLogin();
    } catch (e) {
      console.error('页面加载出错:', e);
      this.loading = false;
      this.error = true;
      this.errorMessage = "页面初始化失败,请重试";
    }
  },
  methods: {