Commit ac5cbec8 authored by anxixi's avatar anxixi

问题修改

parent 03897c6b
......@@ -127,7 +127,7 @@ module.exports = {
registerTitle: "我要注册",
matchState: "匹配动态",
businessRequire: "大企业需求",
industryInvolved: "行业领域",
industryInvolved: "技术领域",
canCooperation: "可合作领域",
currentRequiredCount: "目前需求数",
industryFlag: "行业通俗标签",
......@@ -276,7 +276,7 @@ module.exports = {
introduce: "一句话介绍",
companyLogo: "公司logo",
emptyLogo: "请上传公司logo",
industryInvolved: "行业领域",
industryInvolved: "技术领域",
companyWeb: "公司官网",
wechat: "公众号",
companyCreated: "公司创建时间",
......@@ -288,7 +288,7 @@ module.exports = {
placeholderIntroduce: "一句话概括公司、产品、或服务",
imgLogoTitle: "请确保图片清晰、完整,仅支持PNG,JPG,最大不超过2M,建议尺寸128x128px",
uploadImg: "上传图片",
placeholderIndustry: "请选择最多3个行业领域",
placeholderIndustry: "请选择最多3个技术领域",
placeholderCompanyWeb: "请填写公司的官网地址",
placeholderWechat: "请填写公司公众号",
placeholderCreateTime: "请选择日期,如2015-10-20",
......@@ -339,7 +339,7 @@ module.exports = {
errorLength300: "最多可以输入300个字",
emptySimpleIntro: "请输入一句话介绍",
emptyPlaceholderCompanyIntro: "请输入公司简介",
errorIndusty: "请选择行业领域",
errorIndusty: "请选择技术领域",
errorPublicNumber: "请填写正确的公司公众号",
errorWebSite: "请填写正确的官网地址",
emptyDate: "请选择日期",
......@@ -409,7 +409,7 @@ module.exports = {
requireByMe: "已发布的需求",
listInfo: {
companyName: "企业名称",
industry: "行业领域",
industry: "技术领域",
targetIndustry: "目标合作领域",
place: "总部所在地"
},
......@@ -427,7 +427,7 @@ module.exports = {
oneself: "自推荐",
hasGt: "已沟通",
checkProgress: "查看沟通进展",
industry: "行业领域",
industry: "技术领域",
webSite: "网址",
weChat: "公众号",
createdTime: "公司创建时间",
......@@ -475,7 +475,7 @@ module.exports = {
},
searchResult: { //搜索结果
industryPlace: "行业领域",
industryPlace: "技术领域",
companyPlace: "公司总部所在地",
targetCooperation: "目标合作领域",
search: "搜索",
......@@ -848,7 +848,7 @@ module.exports = {
detailsjson: {
customername: '客户概况',
demand: '需求',
companyIndustry: '行业领域',
companyIndustry: '技术领域',
targetIndustry: '目标合作领域',
companyAddress: '总部所在地',
projectName: '对应项目',
......@@ -970,7 +970,7 @@ module.exports = {
operationjson: {
projectreview: '项目审核',
accounttype: '账号类型',
industry: '行业领域',
industry: '技术领域',
reviewtime: '提交审核时间',
authBegin: '开始时间',
tos: '至',
......
......@@ -251,13 +251,15 @@
// setInterval(function(){
// that.getInitList();
// },60000*5);
}
if(this.userInfo&&this.userInfo.roleList[0].roleType == 5){
this.activeList.push({
id: 8,
name: "serviceRecord"
});
}
};
if(this.userInfo&&this.userInfo.roleList[0]){
if(this.userInfo.roleList[0].roleType == 5){
this.activeList.push({
id: 8,
name: "serviceRecord"
});
}
};
if(this.userInfo&&this.userInfo.empType == 0){
this.activeList.push({
id: 9,
......@@ -271,7 +273,7 @@
id: 11,
name: "mymessage"
});
}
};
this.getUserInfoFunc();
if(this.$route.name=="mobileLogin"||this.$route.name=="loginByPhone"||this.$route.name=="loginByEmail"||this.$route.name=="mobileSuccess"||this.$route.name=="mobileRegister"||this.$route.name=="registerComplete"){
window.sessionStorage.setItem("mobileIndex",-2)
......
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