修改后台标题

This commit is contained in:
2023-01-24 23:30:58 +08:00
parent f05e03e067
commit 34b92fbd1a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<el-container class="layout">
<el-header class="layout-header">
<div class="main-title">博客API管理后台</div>
<div class="main-title">博客管理后台</div>
<div class="nav-btns-right">
<el-dropdown @command="dropdownMenuCommand">
<el-button link type="primary">
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="login-wrapper">
<h2 class="title">博客API管理后台</h2>
<h2 class="title">博客管理后台</h2>
<el-form ref="loginForm" :model="userInfo" :rules="ruleValidate" :label-width="80">
<el-form-item label="用户名" prop="username">
<el-input v-model="userInfo.username" @on-enter="login"/>