chore(env): add system type

This commit is contained in:
woody 2025-10-15 11:45:55 +08:00
parent 34eeeeca56
commit 5fbc9ac172
2 changed files with 7 additions and 4 deletions

View File

@ -3,8 +3,9 @@ ENV = 'production'
# base api # base api
VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = '/prod-api'
VUE_APP_CLIENT_ADDRESS = 'http://bfdl413.com/#/' VUE_APP_CLIENT_ADDRESS = 'http://app.bfdl413.com/#/'
VUE_APP_APP_ADDRESS = 'http://bfdl413.com/#/' VUE_APP_APP_ADDRESS = 'http://app.bfdl413.com/#/'
VUE_APP_SYSTEM_TYPE = 'ZK'
# 打包: # 打包:
# npm run build:prod # npm run build:prod

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="login-container"> <div class="login-container">
<div class="top_item"> <div class="top_item">
<div class="title_no">全球一体化系统管理平台</div> <div class="title_no">{{ systemTypes }}系统管理平台</div>
<dv-decoration-5 <dv-decoration-5
:color="['#4278a3', '#4278a3']" :color="['#4278a3', '#4278a3']"
style="width: 100%; height: 100px" style="width: 100%; height: 100px"
@ -166,7 +166,9 @@ export default {
isSend: false, isSend: false,
beginTime: 60, beginTime: 60,
getCode: '获取验证码', getCode: '获取验证码',
timer: '' timer: '',
systemTypes: process.env.VUE_APP_SYSTEM_TYPE
} }
}, },
watch: { watch: {