黄何裕
2024-08-01 e3474cf91877c95964b0d87fe55311941e601d6b
src/views/home/index.vue
@@ -19,12 +19,11 @@
  },
  methods: {
    getUserDate() {
      console.log(123);
      login({
        code: "061f951w3vnwd33iLL1w3kAvmo1f951N"
        code: "061akYFa14JATH0EzoIa1NNVTC3akYFI"
      }
      ).then((res) => {
       console.log(res);
       localStorage.setItem('user',JSON.stringify(res.data))
      });
    },
  },