wangjunyi
2023-04-27 8ef5e2618d6fed0bbfea1aca99ca010b1e041718
web_src/src/components/dialog/changePushKey.vue
@@ -65,7 +65,7 @@
    onSubmit: function () {
      this.$axios({
        method: 'post',
        url:"./api/user/changePushKey",
        url:"/api/user/changePushKey",
        params: {
          pushKey: this.newPushKey,
          userId: this.form.id,