提交 f3933ac6 authored 作者: huang's avatar huang

优化

......@@ -26,7 +26,7 @@ export default {
},
data() {
return {
title: '若依管理系统',
title: 'xxx管理系统',
logo: logoImg
}
}
......
module.exports = {
title: '若依管理系统',
title: 'xxx管理系统',
/**
* 是否系统布局配置
......
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">若依后台管理系统</h3>
<h3 class="title">xxx后台管理系统</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论