init cms
parent
14eb1ea4f7
commit
22054bf3ee
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "ChestnutCMS",
|
"name": "ChestnutCMS",
|
||||||
"version": "1.3.21",
|
"version": "1.3.21",
|
||||||
"description": "陕西福彩网站内容管理系统",
|
"description": "研筑CMS后台管理系统",
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
export default {
|
export default {
|
||||||
APP: {
|
APP: {
|
||||||
TITLE: '陕西福彩网站内容管理系统'
|
TITLE: '研筑CMS后台管理系统'
|
||||||
},
|
},
|
||||||
Common: {
|
Common: {
|
||||||
Search: '搜索',
|
Search: '搜索',
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
<el-dropdown class="avatar-container right-menu-item hover-effect" trigger="click">
|
<el-dropdown class="avatar-container right-menu-item hover-effect" trigger="click">
|
||||||
<div class="avatar-wrapper">
|
<div class="avatar-wrapper">
|
||||||
<img :src="avatar" class="user-avatar">
|
<img :src="avatar!=null?avatar:'/assets/image/profile.png'" class="user-avatar">
|
||||||
<i class="el-icon-caret-bottom" />
|
<i class="el-icon-caret-bottom" />
|
||||||
</div>
|
</div>
|
||||||
<el-dropdown-menu slot="dropdown">
|
<el-dropdown-menu slot="dropdown">
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<div class="login_left">
|
<div class="login_left">
|
||||||
<h1>Hi,你好!</h1>
|
<h1>Hi,你好!</h1>
|
||||||
<h1>欢迎进入</h1>
|
<h1>欢迎进入</h1>
|
||||||
<h1>陕西福彩网站内容管理系统</h1>
|
<h1>研筑CMS后台管理系统</h1>
|
||||||
<h2>公益牢记于心,责任实践于行。</h2>
|
<h2>做大做强,再创辉煌。</h2>
|
||||||
</div>
|
</div>
|
||||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
||||||
<h3 class="title">{{ $t('APP.TITLE') }}</h3>
|
<h3 class="title">{{ $t('APP.TITLE') }}</h3>
|
||||||
|
|
Loading…
Reference in New Issue