This commit is contained in:
ylj20011123 2026-02-06 15:17:02 +08:00
parent 5003a255ad
commit 536883746d
2 changed files with 26 additions and 6 deletions

View File

@ -3343,7 +3343,7 @@
<text class="funText">财务报表</text>
</view>
</view> -->
<view v-if="projectWarning" class="funItem" @click="goToRobot">
<view v-if="showAi" class="funItem" @click="goToRobot">
<view class="funItemContent">
<view class="funIconBox">
<image class="funIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/statistics.svg" />
@ -3404,7 +3404,7 @@
<!-- <text class="funText">{{ isShowFestival==='spring'?'平安春运':isShowFestival==='qm'?'清明节':'' }}</text>-->
</view>
</view>
<view v-if="businessWarning" class="funItem" :style="{ marginTop: projectWarning ? '32rpx' : '' }"
<view v-if="businessWarning" class="funItem" :style="{ marginTop: showAi ? '32rpx' : '' }"
@click="goToOperateWarning">
<view class="funItemContent">
<view class="funIconBox">
@ -3413,7 +3413,8 @@
<text class="funText">经营预警</text>
</view>
</view>
<view v-if="projectWarning" class="funItem" style="margin-top: 32rpx" @click="goToProjectWarning">
<view v-if="projectWarning" class="funItem"
:style="{ marginTop: showAi || businessWarning ? '32rpx' : '' }" @click="goToProjectWarning">
<view class="funItemContent">
<view class="funIconBox">
<image class="funIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/warning/projectWarning.svg" />
@ -4260,6 +4261,7 @@ export default {
smallTab: 1, //
realBoxPageX: 0, // x
realBoxPageY: 0, // y
showAi: false,//
};
},
watch: {
@ -4313,6 +4315,13 @@ export default {
this.projectWarning = true;
}
if (
userInfo.userData.AuthorityInfo[
"2cf9a69f-fc06-4a1c-a8cb-3f0e914db6b8"
] === 1
) {
this.showAi = true;
}
if (!this.isReturn) {
@ -4530,6 +4539,16 @@ export default {
) {
this.projectWarning = true;
}
if (
userInfo.userData.AuthorityInfo &&
userInfo.userData.AuthorityInfo[
"2cf9a69f-fc06-4a1c-a8cb-3f0e914db6b8"
] === 1
) {
this.showAi = true;
}
//option
this.option = option;
//

View File

@ -1,5 +1,6 @@
<template>
<web-view src="https://eshangtech.com/deepseek/"></web-view>
<!-- <web-view src="https://eshangtech.com/deepseek/"></web-view> -->
<web-view src="https://llm.eshangtech.com/mobile.html"></web-view>
<!-- <web-view src="https://ahyd.eshangtech.com/robot/"></web-view> -->
<!-- <web-view src="https://saas.eshangtech.com/robot/robot"></web-view> -->
<!-- <view class="main" v-if="false">