648540858
2023-09-11 a6fb1cdb74ca11c9dba798e64bf3d61bbfbdf05b
web_src/src/components/dialog/addUser.vue
@@ -100,7 +100,7 @@
    onSubmit: function () {
      this.$axios({
        method: 'post',
        url: "./api/user/add",
        url: "/api/user/add",
        params: {
          username: this.username,
          password: this.password,
@@ -139,7 +139,7 @@
      this.$axios({
        method: 'get',
        url: "./api/role/all"
        url: "/api/role/all"
      }).then((res) => {
        this.loading = true;
        if (res.data.code === 0) {