update 系统名称、样式修改;在线编辑挪到登录页面

This commit is contained in:
赵霄
2023-08-25 14:51:06 +08:00
parent 5d956fdaf7
commit 731e320a23
10 changed files with 107 additions and 54 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ export default {
methods: {
// update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
changeTitle (title) {
const projectTitle = 'Jero-Boot 企业级快速开发平台'
const projectTitle = '中国重汽标准法规管理模块系统'
// 首页特殊处理
if (this.$route.path === indexKey) {
document.title = projectTitle
+7 -7
View File
@@ -2,13 +2,13 @@
<div id="userLayout" :class="['user-layout-wrapper',device]">
<div :class="!mobile ? 'container' : 'container-mobile'">
<div class="top" id="top" v-if="!mobile">
<div class="logo">
<img id="logo" src="~@/assets/logo.png" alt="">
</div>
<div id="company">
<span id="c-company">合众未来</span>
<span id="p-company">HEZHONGWEILAI</span>
</div>
<!-- <div class="logo">-->
<!-- <img id="logo" src="~@/assets/logo.png" alt="">-->
<!-- </div>-->
<!-- <div id="company">-->
<!-- <span id="c-company">合众未来</span>-->
<!-- <span id="p-company">HEZHONGWEILAI</span>-->
<!-- </div>-->
</div>
<div v-if="mobile">
<span class="top-bg"><img src="~/@assets/mobileBg.png" alt=""></span>