This commit is contained in:
gyb281
2023-08-21 16:07:06 +08:00
parent 189d599876
commit 959c4d1a82
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = LXK-Vue-Plus后台管理系统
VUE_APP_TITLE = 众易查后台管理系统
NODE_ENV = production

View File

@@ -1,7 +1,7 @@
{
"name": "ruoyi-vue-plus",
"version": "4.0.1",
"description": "RuoYi-Vue-Plus后台管理系统",
"description": "众易查后台管理系统",
"author": "LionLi",
"license": "MIT",
"scripts": {

View File

@@ -1,7 +1,7 @@
<template>
<div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
<h3 class="title">LXK-Vue-Plus后台管理系统</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" />