疯狂的狮子li
2021-05-25 5795958a18f16698066a1326e32d27f38cd48cd5
ruoyi-ui/src/views/login.vue
@@ -99,8 +99,8 @@
  methods: {
    getCode() {
      getCodeImg().then(res => {
        this.codeUrl = "data:image/gif;base64," + res.img;
        this.loginForm.uuid = res.uuid;
        this.codeUrl = "data:image/gif;base64," + res.data.img;
        this.loginForm.uuid = res.data.uuid;
      });
    },
    getCookie() {