洋浦学校 待办工作阶段代码提交

init
gongdi 3 years ago
parent bb70a3137c
commit f1edf37738

@ -4,7 +4,7 @@ import Cookie from './cookie';
import PublicFn from './public'; import PublicFn from './public';
import interfaceConfig from './axios-config'; import interfaceConfig from './axios-config';
import Base64 from './base64' import Base64 from './base64'
const isSZUpload = true; const isSZUpload = true;//是否使用苏州版本上传附件地址
PublicFn.isSZUpload = isSZUpload; PublicFn.isSZUpload = isSZUpload;
/** /**
* 配置信息 - 公共方法 * 配置信息 - 公共方法

@ -62,12 +62,14 @@
}, },
methods: { methods: {
changeTheme:function (theme) { changeTheme:function (theme) {
if(theme && theme !== 'systemTheme'){ if(this.$refs.moduleRef){
// if(theme && theme !== 'systemTheme'){
this.$refs.moduleRef.style.backgroundColor = "white"; //
}else { this.$refs.moduleRef.style.backgroundColor = "white";
// }else {
this.$refs.moduleRef.style.backgroundColor = "transparent"; //
this.$refs.moduleRef.style.backgroundColor = "transparent";
}
} }
}, },
initLoadModule: function () { initLoadModule: function () {

@ -115,7 +115,7 @@
getItemImgSrc: function (item) { getItemImgSrc: function (item) {
let thumbnail = item.thumbnail; let thumbnail = item.thumbnail;
let src = ""; let src = "";
if (thumbnail && thumbnail.length > 0) { if (thumbnail && thumbnail.length > 0 && thumbnail !== '0') {
src = StaticParams.getThumbUrl(JSON.parse(thumbnail)[0].file_id + "." + JSON.parse(thumbnail)[0].resource_format, 100, 100, 100); src = StaticParams.getThumbUrl(JSON.parse(thumbnail)[0].file_id + "." + JSON.parse(thumbnail)[0].resource_format, 100, 100, 100);
if(this.BaseConfig.pt_type + "" === "1"){ if(this.BaseConfig.pt_type + "" === "1"){
src = src.substring(0, src.indexOf("?")) src = src.substring(0, src.indexOf("?"))

@ -93,6 +93,5 @@ export const systemConfigData = [
menu_name:[""],show_oneLevel:true}, menu_name:[""],show_oneLevel:true},
{id:'career_planning',name:'生涯规划',relative_crm:['healthRating'], {id:'career_planning',name:'生涯规划',relative_crm:['healthRating'],
menu_name:[""],show_oneLevel:true}, menu_name:[""],show_oneLevel:true}
]; ];

Loading…
Cancel
Save