修改后台标题
This commit is contained in:
parent
f05e03e067
commit
34b92fbd1a
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="./favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>博客API管理后台</title>
|
||||
<title>博客管理后台</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@ -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,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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user