Commit 25962de9 authored by “yiyousong”'s avatar “yiyousong”

perf:修改系统名称

parent f4051000
# 易政秀 # 易政秀
VUE_APP_API_ES_URL=http://8.136.255.30 VUE_APP_API_ES_URL=http://8.136.255.30
# 系统名称 # 系统名称
VUE_APP_systemName = 数字政务一体化智慧管理平台 VUE_APP_systemName = 智慧大厅集成化综合管理平台
\ No newline at end of file \ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<img class="w-[74px] mb-[20px]" src="@/assets/images/logo.png" /> <img class="w-[74px] mb-[20px]" src="@/assets/images/logo.png" />
<p class="login-text text-[40px] mb-[20px]">欢迎登录!</p> <p class="login-text text-[40px] mb-[20px]">欢迎登录!</p>
<p class="login-text text-[32px] mb-[30px]"> <p class="login-text text-[32px] mb-[30px]">
智慧政务一体化综合管理平台 {{ sysName }}
</p> </p>
<a-form-model <a-form-model
:model="form" :model="form"
...@@ -102,6 +102,7 @@ import storage from "@/utils/js/Storage"; ...@@ -102,6 +102,7 @@ import storage from "@/utils/js/Storage";
export default { export default {
data() { data() {
return { return {
sysName: process.env.VUE_APP_systemName,
labelCol: { span: 0 }, labelCol: { span: 0 },
wrapperCol: { span: 24 }, wrapperCol: { span: 24 },
api: process.env.VUE_APP_API_BASE_URL, api: process.env.VUE_APP_API_BASE_URL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment