可能原因:在接口的错误捕获写了 .catch{ e => this.$message.error(e)} this.$message.error("") 只能写 String 类型的值, e 是Object 类型,所以会报错。。。