| | |
| | | /* |
| | | * @Author : yuan |
| | | * @Date : 2025-06-21 10:08:29 |
| | | * @LastEditors : yuan |
| | | * @LastEditTime : 2025-07-21 14:58:00 |
| | | * @FilePath : \src\buildConfig\baseConfig\config.default.js |
| | | * @Description : |
| | | * Copyright 2025 OBKoro1, All Rights Reserved. |
| | | * 2025-06-21 10:08:29 |
| | | */ |
| | | // src/buildConfig/config.private.js |
| | | import { useStore } from 'vuex' |
| | | import menuConfig from '@/buildConfig/menuConfig/defaultMenu' |
| | |
| | | import defaultHomeConfig from '@/buildConfig/homeConfig/defaultHomeConfig' |
| | | import { getDateRange } from '@/utils/date' |
| | | const systemNameEnum = { |
| | | 0: '银轨科技', |
| | | 0: 'appWebView', |
| | | } |
| | | |
| | | export default function getBaseConfig() { |
| | |
| | | |
| | | return { |
| | | userLoginTitle(key) { |
| | | return (systemNameEnum[key] || '中图智飞') + '低空感知网平台' |
| | | return (systemNameEnum[key] || 'appWebview') + '平台' |
| | | }, |
| | | // envName: 'jiangwu', |
| | | userLoginPageClass: '', |
| | | loginTitle: '中图智飞低空智能感知网平台', //登陆页面标题 |
| | | headerTitle: `${loginUserInfo.value?.areaName || ''}低空感知网指挥调度平台`, //首页标题 |
| | | gateTitle: '中图智飞低空感知网平台', |
| | | loginTitle: 'appWebview', //登陆页面标题 |
| | | headerTitle: `${loginUserInfo.value?.areaName || ''}appWebView`, //首页标题 |
| | | gateTitle: 'appWebview', |
| | | gateTitleEn: 'AISKY Low-altitude Perception Network Platform', |
| | | isShowFooterBtns: true, |
| | | isShowAiSkyLogo: true, |