Commit 8e6195c8 authored by Mac's avatar Mac

1

parent 07be67dd
...@@ -82,10 +82,10 @@ ...@@ -82,10 +82,10 @@
addMsg: { addMsg: {
ID:0, ID:0,
MusicUrl:'',//音乐地址 MusicUrl:'https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/static/jiahe.mp3',//音乐地址
Seconds:0, Seconds:0,
IsShow: 0, //是否开启 IsShow: 0, //是否开启
PicUrl: this.domainManager().ImageUrl + '/Static/auth-default.png', //图片 PicUrl: '', //图片
}, },
imgshow:true, imgshow:true,
}; };
...@@ -154,8 +154,8 @@ ...@@ -154,8 +154,8 @@
}, },
beforeAvatarUpload(file){ beforeAvatarUpload(file){
if(file.size/1024 >170){ if(file.size/1024 >190){
this.Error('图片大于170KB'); this.Error('图片大于190KB');
this.imgshow=false this.imgshow=false
}else { }else {
this.imgshow=true this.imgshow=true
......
...@@ -355,6 +355,12 @@ export default new Router({ ...@@ -355,6 +355,12 @@ export default new Router({
path: '/educationOrderDetail', path: '/educationOrderDetail',
name: 'educationOrderDetail', name: 'educationOrderDetail',
component: resolve => require(['@/components/education/educationOrderDetail'], resolve), component: resolve => require(['@/components/education/educationOrderDetail'], resolve),
},
//网课 上传配置
{
path: '/uploadKCSet',
name: 'uploadKCSet',
component: resolve => require(['@/components/education/uploadKCSet'], resolve),
} }
] ]
}, },
......
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