fix: 登录页logo隐藏,网站标题修改;

tea/dev
wx-jincw 1 hour ago
parent 4edc1de4bc
commit e5e0e96d51

@ -14,7 +14,7 @@ module.exports = {
// 接口请求地址
apiBaseURL: VUE_APP_API_URL,
title: '物业管理',
title: '吕聪六安茶叶工作室',
/**
* @type {boolean} true | false

@ -12,7 +12,8 @@
<div class="index_from page-account-container">
<div class="page-account-top ">
<div class="page-account-top-logo">
<img :src="loginLogo" alt="logo">
<div style="width: 50px; height: 50px; background-color: #fff;"></div>
<!-- <img :src="loginLogo" alt="logo"> -->
</div>
</div>
<el-form

@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
const name = defaultSettings.title || '物业管理' // page title
const name = defaultSettings.title || '吕聪六安茶叶工作室' // page title
// If your port is set to 80,
// use administrator privileges to execute the command line.

Loading…
Cancel
Save