648540858
2023-02-07 6484f52e4624f9c2dbd03443080adf6db6b800b4
web_src/src/components/dialog/changePushKey.vue
@@ -65,14 +65,13 @@
    onSubmit: function () {
      this.$axios({
        method: 'post',
        url:"/api/user/changePushKey",
        url:"./api/user/changePushKey",
        params: {
          pushKey: this.newPushKey,
          userId: this.form.id,
        }
      }).then((res)=> {
        console.log(res.data)
        if (res.data.msg === "success"){
        if (res.data.code === 0) {
          this.$message({
            showClose: true,
            message: '修改成功',