修改后台标题

This commit is contained in:
灌糖包子 2023-01-24 23:30:58 +08:00
parent f05e03e067
commit 34b92fbd1a
Signed by: sookie
GPG Key ID: 691E688C160D3188
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" /> <link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>博客API管理后台</title> <title>博客管理后台</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -1,7 +1,7 @@
<template> <template>
<el-container class="layout"> <el-container class="layout">
<el-header class="layout-header"> <el-header class="layout-header">
<div class="main-title">博客API管理后台</div> <div class="main-title">博客管理后台</div>
<div class="nav-btns-right"> <div class="nav-btns-right">
<el-dropdown @command="dropdownMenuCommand"> <el-dropdown @command="dropdownMenuCommand">
<el-button link type="primary"> <el-button link type="primary">

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="login-wrapper"> <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 ref="loginForm" :model="userInfo" :rules="ruleValidate" :label-width="80">
<el-form-item label="用户名" prop="username"> <el-form-item label="用户名" prop="username">
<el-input v-model="userInfo.username" @on-enter="login"/> <el-input v-model="userInfo.username" @on-enter="login"/>