update
This commit is contained in:
parent
5003a255ad
commit
536883746d
@ -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;
|
||||
// 获取数据的方法
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user