Commit d737919c authored by zhangyanni's avatar zhangyanni

提交

parent 8204ab2f
NODE_ENV="production"
VUE_APP_URL="prod"
API_ROOT="/"
VUE_APP_UPDATED="3.0.02"
VUE_APP_UPDATED="3.0.01"
VUE_APP_UPLOAD_IMG="/base/upload/uploadPicture"
VUE_APP_UPLOAD_FILE="/base/upload/uploadFile"
VUE_APP_UPLOAD_LOGO="/base/upload/uploadLogo"
NODE_ENV="production"
VUE_APP_URL="dev"
API_ROOT="/"
VUE_APP_UPDATED="3.0.02"
VUE_APP_UPDATED="3.0.01"
VUE_APP_UPLOAD_IMG="/base/upload/uploadPicture"
VUE_APP_UPLOAD_FILE="/base/upload/uploadFile"
VUE_APP_UPLOAD_LOGO="/base/upload/uploadLogo"
......@@ -710,7 +710,7 @@ i, em {
height: 1.54rem;
background-size: cover;
background-repeat: no-repeat;
backgroung-position:50% center;
background-position:50% center;
}
.leftInfo{
width:calc(100% - 2.32rem);
......@@ -756,7 +756,7 @@ i, em {
height: 1.54rem;
background-size: cover;
background-repeat: no-repeat;
backgroung-position:50% center;
background-position:50% center;
}
}
}
......
......@@ -66,7 +66,7 @@
});
var version = this.version; //版本号(每次上线前需要更新下版本号)
console.log('当前版本号common.js:',version)
var vvv ='3.0.02'
var vvv ='3.0.01'
console.log('当前版本号app.vue:',vvv)
if(vvv!=version){
this.version=vvv;
......
......@@ -18,7 +18,7 @@ export default {
//获取用户选择标签
getUserIntersetedFlagAxios(){
return api.fetchPost('/business/content/selectEmpDataLabelList')
return api.fetchLoadingPost('/business/content/selectEmpDataLabelList')
},
//获取项目
......
......@@ -1794,9 +1794,9 @@ module.exports = {
},
interseted:{
title:"请选择您感兴趣的领域",
check:"(可多选)",
add:"添加兴趣领域"
title:"Please select your area of interest",
check:" (multiple choices)",
add:"Add Area of Interest"
},
articleInfo:{
......
......@@ -488,7 +488,7 @@
margin: 0 .035rem;
background-repeat: no-repeat;
background-size: cover;
backgroung-position:50% center;
background-position:50% center;
}
}
}
......
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