Commit 7eaa3816 by Sweet Zhang

logo修改,文件路径修改,联系客服点不了问题修复

parent 041ae84a
...@@ -5,18 +5,20 @@ const dev = { ...@@ -5,18 +5,20 @@ const dev = {
base_url:'https://mdev.anjibao.cn', base_url:'https://mdev.anjibao.cn',
api_url:'https://mdev.anjibao.cn/cffpApi', api_url:'https://mdev.anjibao.cn/cffpApi',
cffp_url:'https://mdev.anjibao.cn/cffpApi/cffp', cffp_url:'https://mdev.anjibao.cn/cffpApi/cffp',
share_url:'https://mdev.anjibao.cn/cffp', share_url:'https://mdev.anjibao.cn/appYdhomeoffice',
sfp_url:'https://mdev.anjibao.cn/sfpApi', sfp_url:'https://mdev.anjibao.cn/sfpApi',
img_url:'https://mdev.zuihuibi.cn', img_url:'https://mdev.zuihuibi.cn',
scrm_url:'https://mdev.zuihuibi.cn' scrm_url:'https://mdev.zuihuibi.cn',
file_query_url:'https://mdev.zuihuibi.cn'
} }
const stage = { const stage = {
base_url:'https://mstage.zuihuibi.cn', base_url:'https://mstage.zuihuibi.cn',
api_url:'https://mstage.zuihuibi.cn/cffpApi', api_url:'https://mstage.zuihuibi.cn/cffpApi',
cffp_url:'https://mstage.zuihuibi.cn/cffpApi/cffp', cffp_url:'https://mstage.zuihuibi.cn/cffpApi/cffp',
share_url:'https://mstage.zuihuibi.cn/cffp', share_url:'https://mstage.zuihuibi.cn/appYdhomeoffice',
sfp_url:'https://mstage.zuihuibi.cn/sfpApi', sfp_url:'https://mstage.zuihuibi.cn/sfpApi',
scrm_url:'https://mstage.zuihuibi.cn' scrm_url:'https://mstage.zuihuibi.cn',
file_query_url:'https://mstage.zuihuibi.cn'
} }
const prod = { const prod = {
...@@ -26,7 +28,8 @@ const prod = { ...@@ -26,7 +28,8 @@ const prod = {
share_url:'https://app.ydhomeoffice.cn/appYdhomeoffice', share_url:'https://app.ydhomeoffice.cn/appYdhomeoffice',
sfp_url:'https://hoservice.ydhomeoffice.cn/hoserviceApi', sfp_url:'https://hoservice.ydhomeoffice.cn/hoserviceApi',
img_url:'https://app.ydhomeoffice.cn', img_url:'https://app.ydhomeoffice.cn',
scrm_url:'https://m.zuihuibi.cn' scrm_url:'https://m.zuihuibi.cn',
file_query_url:'https://m.zuihuibi.cn'
} }
// companyType: '1', cffp // companyType: '1', cffp
// companyType: '2', appYdhomeoffice // companyType: '2', appYdhomeoffice
...@@ -41,9 +44,9 @@ let companyInfo = { ...@@ -41,9 +44,9 @@ let companyInfo = {
appName: '银盾家办', appName: '银盾家办',
companyName: '银盾家办', companyName: '银盾家办',
companyFullName: '银盾家办(广州)企业管理咨询有限公司', companyFullName: '银盾家办(广州)企业管理咨询有限公司',
companyLogo:'../../static/logo2.png', companyLogo:'../../static/suplogo.png',
systemType: 'NoIOS', systemType: 'NoIOS',
imgType:'cffp' //因为测试环境用的cffp,生产环境要改成appYdhomeoffice imgType:'appYdhomeoffice' //因为测试环境用的cffp,生产环境要改成appYdhomeoffice
} }
const config = { const config = {
dev, dev,
...@@ -59,6 +62,7 @@ let shareURL = config[env].share_url; ...@@ -59,6 +62,7 @@ let shareURL = config[env].share_url;
let sfpUrl = config[env].sfp_url; let sfpUrl = config[env].sfp_url;
let imgUrl = config[env].img_url; let imgUrl = config[env].img_url;
let scrmUrl = config[env].scrm_url; let scrmUrl = config[env].scrm_url;
let fileQueryErl = config[env].file_query_url;
export{ export{
baseURL, baseURL,
...@@ -69,5 +73,6 @@ export{ ...@@ -69,5 +73,6 @@ export{
sfpUrl, sfpUrl,
env, env,
imgUrl, imgUrl,
scrmUrl scrmUrl,
fileQueryErl
} }
\ No newline at end of file
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
</script> </script>
<title>银盾家办</title> <title>银盾家办</title>
<link rel="stylesheet" href="./static/font/iconfont.css"> <link rel="stylesheet" href="./static/font/iconfont.css">
<link rel="shortcut icon" href="./static/iconLong.png"> <link rel="shortcut icon" href="./static/suplogo.ico">
<script src="./static/uni.webview.1.5.7.js"></script> <script src="/static/uni.webview.1.5.7.js"></script>
</head> </head>
<body> <body>
<div id="app"> <div id="app">
......
...@@ -150,7 +150,7 @@ import customSegmentedControl from '@/components/customSegmentedControl/customSe ...@@ -150,7 +150,7 @@ import customSegmentedControl from '@/components/customSegmentedControl/customSe
shareTipsFlag:false, shareTipsFlag:false,
runEnv:dataHandling.getRuntimeEnv(), //运行的环境 runEnv:dataHandling.getRuntimeEnv(), //运行的环境
companyType : companyInfo.companyType, companyType : companyInfo.companyType,
companyLogo : '../../static/logo2.png', companyLogo : '../../static/suplogo.png',
sharePictrue:'../static/images/cardLogo.png', sharePictrue:'../static/images/cardLogo.png',
infoList:[ infoList:[
...@@ -215,7 +215,7 @@ import customSegmentedControl from '@/components/customSegmentedControl/customSe ...@@ -215,7 +215,7 @@ import customSegmentedControl from '@/components/customSegmentedControl/customSe
if(this.companyType == '1'){ if(this.companyType == '1'){
this.companyLogo='../../static/myteam/Group1633.png'; this.companyLogo='../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){ }else if(this.companyType == '2'){
this.companyLogo='../../static/logo2.png'; this.companyLogo='../../static/suplogo.png';
} }
if(this.isShare){ if(this.isShare){
this.getShareCard() this.getShareCard()
......
...@@ -408,7 +408,7 @@ ...@@ -408,7 +408,7 @@
} }
.iconBox{ .iconBox{
border-radius: 15rpx; border-radius: 15rpx;
width: 400rpx !important; width: 200rpx !important;
} }
} }
.content{ .content{
......
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
marginTop:'30rpx', marginTop:'30rpx',
sharelogin: false, sharelogin: false,
companyType : companyInfo.companyType, companyType : companyInfo.companyType,
companyLogo : '../../static/logo2.png', companyLogo : '../../static/suplogo.png',
showTeam:false, showTeam:false,
updateItem:{}, updateItem:{},
remarkName:'',//修改备注名称 remarkName:'',//修改备注名称
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
if(this.companyType == '1'){ if(this.companyType == '1'){
this.companyLogo='../../static/myteam/Group1633.png'; this.companyLogo='../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){ }else if(this.companyType == '2'){
this.companyLogo='../../static/logo2.png'; this.companyLogo='../../static/suplogo.png';
} }
// 未登录,弹出登录框 // 未登录,弹出登录框
if(options.myTeam&&(!uni.getStorageSync('loginType')||uni.getStorageSync('loginType')=='visitor' )){ if(options.myTeam&&(!uni.getStorageSync('loginType')||uni.getStorageSync('loginType')=='visitor' )){
......
...@@ -136,9 +136,9 @@ ...@@ -136,9 +136,9 @@
}, },
data(){ data(){
return{ return{
companyLogo : '../../static/logo2.png', companyLogo : '../../static/suplogo.png',
itemList:[ itemList:[
{leftText:'头像',rightImage:'../../static/logo2.png',id:'1',}, {leftText:'头像',rightImage:'../../static/suplogo.png',id:'1',},
{leftText:'姓名',rightText:'豆丝店',id:'2'}, {leftText:'姓名',rightText:'豆丝店',id:'2'},
], ],
infoList:[ infoList:[
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
items: ["关于我们", "企业荣誉", "关注官微"], items: ["关于我们", "企业荣誉", "关注官微"],
current: 0, current: 0,
systemInfo:{}, systemInfo:{},
codeImage:'../../static/logo2.png', codeImage:'../../static/suplogo.png',
dataForm: { dataForm: {
loginId: uni.getStorageSync('cffp_userId'), loginId: uni.getStorageSync('cffp_userId'),
targetType: "7", targetType: "7",
......
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
danmuValue: '', danmuValue: '',
qrCodeUrl: 'https://example.com',//二维码的链接地址 qrCodeUrl: 'https://example.com',//二维码的链接地址
qrCodeSize: 100,//二维码的尺寸 qrCodeSize: 100,//二维码的尺寸
companyLogo : '../../static/logo2.png', companyLogo : '../../static/suplogo.png',
generatedImage:'',//生成的海报图片, generatedImage:'',//生成的海报图片,
shareItem:{fileFirstImage:''}, shareItem:{fileFirstImage:''},
showImg:false, showImg:false,
...@@ -1359,7 +1359,7 @@ ...@@ -1359,7 +1359,7 @@
if(companyInfo.companyType == '1'){ if(companyInfo.companyType == '1'){
this.companyLogo='../../static/myteam/Group1633.png'; this.companyLogo='../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){ }else if(this.companyType == '2'){
this.companyLogo='../../static/logo2.png'; this.companyLogo='../../static/suplogo.png';
} }
if(option.addSystemType){ if(option.addSystemType){
this.addSystemType = option.addSystemType this.addSystemType = option.addSystemType
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
qrCodeUrl: 'https://example.com',//二维码的链接地址 qrCodeUrl: 'https://example.com',//二维码的链接地址
qrCodeSize: 100,//二维码的尺寸 qrCodeSize: 100,//二维码的尺寸
companyLogo : '../../static/logo2.png', companyLogo : '../../static/suplogo.png',
generatedImage:'',//生成的海报图片 generatedImage:'',//生成的海报图片
sharePosterObj:{},//海报分享数据 sharePosterObj:{},//海报分享数据
sharePosterItem:{fileFirstImage:''}, sharePosterItem:{fileFirstImage:''},
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
if(companyInfo.companyType == '1'){ if(companyInfo.companyType == '1'){
this.companyLogo='../../static/myteam/Group1633.png'; this.companyLogo='../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){ }else if(this.companyType == '2'){
this.companyLogo='../../static/logo2.png'; this.companyLogo='../../static/suplogo.png';
} }
}, },
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<text class="iconfont icon-guanbi" @click="$refs.popup.close()"></text> <text class="iconfont icon-guanbi" @click="$refs.popup.close()"></text>
</view> </view>
<view class="imageBox"> <view class="imageBox">
<image src="@/static/logo2.png" mode="widthFix" style="width: 120rpx !important;"></image> <image src="@/static/suplogo.png" mode="widthFix" style="width: 120rpx !important;"></image>
</view> </view>
<view class="description"> <view class="description">
{{cffpUserInfo.description}} {{cffpUserInfo.description}}
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
data() { data() {
return { return {
areaName: companyInfo.companyName, areaName: companyInfo.companyName,
imgSrc:'../../static/logo2.png', imgSrc:'../../static/suplogo.png',
//imgSrc: '../../static/cffp_logo.png', //imgSrc: '../../static/cffp_logo.png',
invitationName:'', invitationName:'',
shareId:'', shareId:'',
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
return { return {
companyType:'', companyType:'',
areaName: companyInfo.companyName, areaName: companyInfo.companyName,
imgSrc:'../../static/logo2.png', imgSrc:'../../static/suplogo.png',
//imgSrc: '../../static/cffp_logo.png', //imgSrc: '../../static/cffp_logo.png',
liginName: '登录', liginName: '登录',
disabledSendBtn:false, disabledSendBtn:false,
......
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
data() { data() {
return { return {
companyType:companyInfo.companyType, companyType:companyInfo.companyType,
ydLogoShare: `${shareURL}/static/logo2.png`, ydLogoShare: `${shareURL}/static/suplogo.png`,
dataForm: { dataForm: {
applyType: '1', //申请类型邀请加盟传 1 申请加盟传 2 applyType: '1', //申请类型邀请加盟传 1 申请加盟传 2
operatStep: '1', // 99:最后一步,1:第一步,2:为第二步该obj 为第一步 operatStep: '1', // 99:最后一步,1:第一步,2:为第二步该obj 为第一步
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
qrCodeUrl:'/myPackageA/applyFranchise/applyFranchise', qrCodeUrl:'/myPackageA/applyFranchise/applyFranchise',
qrCodeSize: 80,//二维码的尺寸 qrCodeSize: 80,//二维码的尺寸
generatedImage:'',//生成的海报图片 generatedImage:'',//生成的海报图片
companyLogo : '../../static/logo2.png', companyLogo : '../../static/suplogo.png',
posterImg:'', posterImg:'',
isLoading: false isLoading: false
}; };
...@@ -200,12 +200,12 @@ ...@@ -200,12 +200,12 @@
if(this.companyType == '1'){ if(this.companyType == '1'){
this.ydLogoShare = `${shareURL}/static/cffp_logo.jpg`; this.ydLogoShare = `${shareURL}/static/cffp_logo.jpg`;
}else { }else {
this.ydLogoShare = `${shareURL}/static/logo2.png`; this.ydLogoShare = `${shareURL}/static/suplogo.png`;
} }
if(companyInfo.companyType == '1'){ if(companyInfo.companyType == '1'){
this.companyLogo='../../static/myteam/Group1633.png'; this.companyLogo='../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){ }else if(this.companyType == '2'){
this.companyLogo='../../static/logo2.png'; this.companyLogo='../../static/suplogo.png';
} }
let dataForm = JSON.parse(uni.getStorageSync('cffp_userInfo')) let dataForm = JSON.parse(uni.getStorageSync('cffp_userInfo'))
this.realName = dataForm.realName || dataForm.nickName; this.realName = dataForm.realName || dataForm.nickName;
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
companyType : companyInfo.companyType, companyType : companyInfo.companyType,
companyFullName : companyInfo.companyFullName, companyFullName : companyInfo.companyFullName,
appName : companyInfo.appName, appName : companyInfo.appName,
companyLogo : '../../../static/logo2.png' companyLogo : '../../../static/suplogo.png'
} }
}, },
created() { created() {
...@@ -57,14 +57,14 @@ ...@@ -57,14 +57,14 @@
if(this.companyType == '1'){ if(this.companyType == '1'){
this.companyLogo='../../../static/myteam/Group1633.png'; this.companyLogo='../../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){ }else if(this.companyType == '2'){
this.companyLogo='../../../static/logo2.png' this.companyLogo='../../../static/suplogo.png'
} }
}, },
onShow() { onShow() {
if(this.companyType == '1'){ if(this.companyType == '1'){
this.companyLogo='../../../static/myteam/Group1633.png'; this.companyLogo='../../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){ }else if(this.companyType == '2'){
this.companyLogo='../../../static/logo2.png' this.companyLogo='../../../static/suplogo.png'
} }
// #ifdef H5 // #ifdef H5
initJssdkShare(() => { initJssdkShare(() => {
......
...@@ -159,7 +159,7 @@ const rawTabConfig = ref<Record<number, PdfItem[]>>({ ...@@ -159,7 +159,7 @@ const rawTabConfig = ref<Record<number, PdfItem[]>>({
id: 'product2', id: 'product2',
title: '港险分析', title: '港险分析',
urls: [ urls: [
`${OSS_BASE_URL}/products/hk-analysis-20251031.pdf`, `${OSS_BASE_URL}/products/hk-analysis-20260115.pdf`,
], ],
type: 'showURL' , type: 'showURL' ,
landscapeFlag:true landscapeFlag:true
...@@ -168,7 +168,7 @@ const rawTabConfig = ref<Record<number, PdfItem[]>>({ ...@@ -168,7 +168,7 @@ const rawTabConfig = ref<Record<number, PdfItem[]>>({
id: 'product1', id: 'product1',
title: '港险明细', title: '港险明细',
urls: [ urls: [
`${OSS_BASE_URL}/products/2025Q3-hk-detail.pdf`, `${OSS_BASE_URL}/products/hk-detail-20260115.pdf`,
], ],
type: 'showURL' , type: 'showURL' ,
landscapeFlag:true landscapeFlag:true
...@@ -271,7 +271,7 @@ const queryUserInfoAndPermission = () => { ...@@ -271,7 +271,7 @@ const queryUserInfoAndPermission = () => {
const initPdfAfterPermission = () => { const initPdfAfterPermission = () => {
loading.value = true; loading.value = true;
const filteredTabs = filteredCurrentTabs.value; const filteredTabs = filteredCurrentTabs.value;
console.log(filteredTabs)
if (currentType.value >= 2 && currentType.value <= 4) { if (currentType.value >= 2 && currentType.value <= 4) {
if (filteredTabs.length > 0) { if (filteredTabs.length > 0) {
activeTab.value = 0; activeTab.value = 0;
......
...@@ -51,14 +51,14 @@ ...@@ -51,14 +51,14 @@
</view> </view>
</view> </view>
<!-- 不是合伙人的角色可以看名片 v-if="customerBasicInfo.userIdentity&&customerBasicInfo.userIdentity!=='PARTNER'" --> <!-- 不是合伙人的角色可以看名片 v-if="customerBasicInfo.userIdentity&&customerBasicInfo.userIdentity!=='PARTNER'" -->
<view class="infoBody" v-if="customerBasicInfo.userIdentity&&customerBasicInfo.userIdentity!=='PARTNER'" style="margin-top: 10rpx;" @click="businessCard()"> <!-- <view class="infoBody" v-if="customerBasicInfo.userIdentity&&customerBasicInfo.userIdentity!=='PARTNER'" style="margin-top: 10rpx;" @click="businessCard()">
<view class=""> <view class="">
我的名片 我的名片
</view> </view>
<view class=""> <view class="">
<view class="iconfont icon-youjiantou iconColor"></view> <view class="iconfont icon-youjiantou iconColor"></view>
</view> </view>
</view> </view> -->
<view class="kuaiBox" v-for="item in mainMenuLists" :key="item.id"> <view class="kuaiBox" v-for="item in mainMenuLists" :key="item.id">
<view class="kuaiTit"> <view class="kuaiTit">
{{item.categoryName}} {{item.categoryName}}
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
msgTotal:0, msgTotal:0,
messageInfo:[], messageInfo:[],
companyType : companyInfo.companyType, companyType : companyInfo.companyType,
companyLogo : '../../static/logo2.png', companyLogo : '../../static/suplogo.png',
userId: uni.getStorageSync('cffp_userId'), userId: uni.getStorageSync('cffp_userId'),
loginType : uni.getStorageSync('loginType'), loginType : uni.getStorageSync('loginType'),
inviteEqrode:'', inviteEqrode:'',
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
if(this.companyType == '1'){ if(this.companyType == '1'){
this.companyLogo='../../static/myteam/Group1633.png'; this.companyLogo='../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){ }else if(this.companyType == '2'){
this.companyLogo='../../static/logo2.png'; this.companyLogo='../../static/suplogo.png';
} }
if(!this.loginType|| this.loginType == "visitor"){ if(!this.loginType|| this.loginType == "visitor"){
...@@ -497,7 +497,7 @@ ...@@ -497,7 +497,7 @@
'我的', '我的',
'pages/personalCenter/personalCenter' 'pages/personalCenter/personalCenter'
) )
if (typeof wx.miniProgram === 'object' && wx.miniProgram){ if (uni.getStorageSync('mpCffp') == '1'){
let d = { let d = {
corpId: 'ww43cac1cf9dd6a3d0',//企业微信ID corpId: 'ww43cac1cf9dd6a3d0',//企业微信ID
url: 'https://work.weixin.qq.com/kfid/kfc08c55f4170e7fc9e',//企业微信客户接入链接 url: 'https://work.weixin.qq.com/kfid/kfc08c55f4170e7fc9e',//企业微信客户接入链接
......
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
}, },
isComposing: false, isComposing: false,
companyType : companyInfo.companyType, companyType : companyInfo.companyType,
companyLogo : '../../static/logo2.png', companyLogo : '../../static/suplogo.png',
dataForm: { dataForm: {
loginId: "1", loginId: "1",
targetType: "5", targetType: "5",
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
if(this.companyType == '1'){ if(this.companyType == '1'){
this.companyLogo='../../static/myteam/Group1633.png'; this.companyLogo='../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){ }else if(this.companyType == '2'){
this.companyLogo='../../static/logo2.png'; this.companyLogo='../../static/suplogo.png';
} }
// 使用深拷贝保存初始数据 // 使用深拷贝保存初始数据
const initialData = JSON.parse(options.customerBasicInfo); const initialData = JSON.parse(options.customerBasicInfo);
......
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