| | |
| | | # 页面标题
|
| | | VITE_APP_TITLE = 中小企业数字化转型二级套餐包
|
| | | VITE_APP_TITLE = 河南东大高温节能材料有限公司
|
| | |
|
| | | # 开发环境配置
|
| | | VITE_APP_ENV = 'development'
|
| | |
| | | name="viewport"
|
| | | content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
| | | />
|
| | | <link rel="icon" href="/favicon.ico" />
|
| | | <link rel="icon" href="/DDGWfavicon.ico" />
|
| | | <title>%VITE_APP_TITLE%</title>
|
| | | <!-- 高德地图API -->
|
| | | <script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=6af5d2639adbbabf95eddfbf2bae5739"></script>
|
| | |
| | | const companySubtitle = String(import.meta.env.VITE_LOGIN_SUBTITLE || "Digital Factory Operation Center").trim() |
| | | const configuredLogo = String(import.meta.env.VITE_APP_LOGO || "").trim() |
| | | const logoModules = import.meta.glob("/src/assets/logo/*.png", { eager: true }) |
| | | const brandIconUrl = `${import.meta.env.BASE_URL}favicon.ico` |
| | | const brandIconUrl = `${import.meta.env.BASE_URL}DDGWfavicon.ico` |
| | | |
| | | const redirect = ref("") |
| | | const loading = ref(false) |