Commit 0751e6ff authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_lqs' into 'master'

修改

See merge request !63
parents 5ba47e3b 84dd9a02
......@@ -34,7 +34,7 @@ export default {
console.log(this.$route.query);
const headImage = this.$route.query.headImage;
if (headImage) {
this.avatar = process.env.VUE_APP_BASE_URL + headImage;
this.avatar = headImage;
} else {
this.avatar = require("@/assets/images/no_avatar.png");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment