修改后台标题
This commit is contained in:
+1
-1
@@ -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
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user