Commit 7eaa3816 by Sweet Zhang

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

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