async getDataNew () {
      const res = await this.$api('apiPath')
      if (res && res.status === 20) {
        // do something
      }
    }

相关文章:

  • 2022-02-02
  • 2021-07-10
  • 2022-03-01
猜你喜欢
  • 2022-12-23
  • 2021-10-31
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
相关资源
相似解决方案