Browse Source

修改浏览器标签

inspection_yanyuan
douyage 14 hours ago
parent
commit
0018aa4654
3 changed files with 2 additions and 2 deletions
  1. BIN
      src/assets/images/header/xfdh-title-navbar.png
  2. +1
    -1
      src/views/login.vue
  3. +1
    -1
      src/views/register.vue

BIN
src/assets/images/header/xfdh-title-navbar.png View File

Before After
Width: 1920  |  Height: 50  |  Size: 80 KiB Width: 1920  |  Height: 50  |  Size: 115 KiB

+ 1
- 1
src/views/login.vue View File

@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">消防动环管理系统</h3>
<h3 class="title">动环智能巡检系统</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"


+ 1
- 1
src/views/register.vue View File

@ -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