Commit 6d0fd306 authored by liwei's avatar liwei

将图片基础路径放到了vuex里

parent e383c323
......@@ -206,22 +206,22 @@ import {setUserProfile} from '../../api/login/index'
name: "金币",
num: 0,
la: "立即充值",
img: "http://192.168.1.80/static/images/user/mymoney.png",
img: this.$store.state.imgUrl+"/user/mymoney.png",
}, {
name: "个人资料",
num: '',
la: "",
img: "http://192.168.1.80/static/images/user/myren.png",
img: this.$store.state.imgUrl+"/user/myren.png",
}, {
name: "推荐给好友",
num: '',
la: "",
img: "http://192.168.1.80/static/images/user/myshare.png",
img: this.$store.state.imgUrl+"/user/myshare.png",
}, {
name: "设置",
num: '',
la: "",
img: 'http://192.168.1.80/static/images/user/myset.png',
img: this.$store.state.imgUrl+'/user/myset.png',
}],
info: {
headPortrait:'http://192.168.1.80/upload/CmsBanner/20241230/18E63B570FF04DB3A8EFE277D58256C4.jpg',
......
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