配置修改

dev
wangxy 2 weeks ago
parent d7accf2ad3
commit fe2fa8302a

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 后台管理系统
VUE_APP_TITLE = 运维管理系统
# 开发环境配置
ENV = 'development'

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 后台管理系统
VUE_APP_TITLE = 运维管理系统
# 生产环境配置
ENV = 'production'

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 后台管理系统
VUE_APP_TITLE = 运维管理系统
NODE_ENV = production

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 47 KiB

@ -21,22 +21,6 @@
</ul>
</p>
<p>
<el-tag type="danger">&yen;免费开源</el-tag>
</p>
<p>
<el-button
type="primary"
size="mini"
icon="el-icon-cloudy"
plain
@click="goTarget('https://gitee.com/dromara/warm-flow')"
>访问码云</el-button>
<el-button
size="mini"
icon="el-icon-s-home"
plain
@click="goTarget('http://www.warm-flow.cn/')"
>访问主页</el-button>
</p>
</el-col>
</el-row>

@ -1,7 +1,7 @@
<template>
<div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
<h3 class="title">后台管理系统</h3>
<h3 class="title">运维管理系统</h3>
<el-form-item prop="username">
<el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

Loading…
Cancel
Save