xiongzhu 3 жил өмнө
parent
commit
74b79165e5

+ 1 - 1
src/main/vue/src/views/AdminEdit.vue

@@ -75,7 +75,7 @@ export default {
     created() {
     created() {
         if (this.$route.query.id) {
         if (this.$route.query.id) {
             this.$http
             this.$http
-                .get(`/user/get/${this.$route.query.id}`)
+                .get(`/user/adminGet/${this.$route.query.id}`)
                 .then(res => {
                 .then(res => {
                     this.formData = res;
                     this.formData = res;
                 })
                 })