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

init
gongdi 3 years ago
parent bb70a3137c
commit f1edf37738

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

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

@ -115,7 +115,7 @@
getItemImgSrc: function (item) {
let thumbnail = item.thumbnail;
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);
if(this.BaseConfig.pt_type + "" === "1"){
src = src.substring(0, src.indexOf("?"))

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

Loading…
Cancel
Save