chore(env): add system type
This commit is contained in:
parent
34eeeeca56
commit
5fbc9ac172
|
@ -3,8 +3,9 @@ ENV = 'production'
|
|||
|
||||
# base api
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
VUE_APP_CLIENT_ADDRESS = 'http://bfdl413.com/#/'
|
||||
VUE_APP_APP_ADDRESS = 'http://bfdl413.com/#/'
|
||||
VUE_APP_CLIENT_ADDRESS = 'http://app.bfdl413.com/#/'
|
||||
VUE_APP_APP_ADDRESS = 'http://app.bfdl413.com/#/'
|
||||
VUE_APP_SYSTEM_TYPE = 'ZK'
|
||||
# 打包:
|
||||
# npm run build:prod
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="login-container">
|
||||
<div class="top_item">
|
||||
<div class="title_no">全球一体化系统管理平台</div>
|
||||
<div class="title_no">{{ systemTypes }}系统管理平台</div>
|
||||
<dv-decoration-5
|
||||
:color="['#4278a3', '#4278a3']"
|
||||
style="width: 100%; height: 100px"
|
||||
|
@ -166,7 +166,9 @@ export default {
|
|||
isSend: false,
|
||||
beginTime: 60,
|
||||
getCode: '获取验证码',
|
||||
timer: ''
|
||||
timer: '',
|
||||
systemTypes: process.env.VUE_APP_SYSTEM_TYPE
|
||||
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
Loading…
Reference in New Issue