beforeCreate(){
    // 添加背景色
    document.querySelector('body').setAttribute('style', 'background-color:#ffffff')
  },
beforeDestroy(){
    document.querySelector('body').setAttribute('style', '')
  },

相关文章:

  • 2021-07-19
  • 2019-03-04
  • 2021-11-21
  • 2021-12-10
  • 2022-12-23
  • 2022-02-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2018-03-14
  • 2022-01-03
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案