首页-人工只能专区,招聘会-VR,我的-AI面试, 一体机模式下提示暂未开放

This commit is contained in:
2025-12-17 10:15:13 +08:00
parent 4a03b4d4cb
commit cd9c3acfc0
3 changed files with 8 additions and 3 deletions

View File

@@ -113,6 +113,8 @@ import useLocationStore from '@/stores/useLocationStore';
import { storeToRefs } from 'pinia';
import config from '@/config';
const { longitudeVal, latitudeVal } = storeToRefs(useLocationStore());
import useUserStore from '@/stores/useUserStore';
const { isMachineEnv } = storeToRefs(useUserStore());
const { $api, navTo, cloneDeep, debounce } = inject('globalFunction');
import useScreenStore from '@/stores/useScreenStore'
@@ -194,8 +196,8 @@ function changeSwiperMsgType(e) {
function seemsg(index) {
if (index === 1) {
if(isMachineEnv.value) return $api.msg('暂未开放');
handleItemClick();
// $api.msg('功能确定中');
return;
}
state.current = index;