648540858
2023-10-11 7de73ebd2bc07a51f0f9db031d6f616bdcfe549c
web_src/src/components/dialog/changePushKey.vue
old mode 100644 new mode 100755
@@ -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,