改名称

This commit is contained in:
2026-07-31 15:58:00 +08:00
parent 790f158cdb
commit 2a82167c23
7 changed files with 18 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
ENV = 'development'
# 页面标题
VUE_APP_TITLE = 洛玻集团驾驶舱
VUE_APP_TITLE = 智能MES系统驾驶舱
# 芋道管理系统/本地环境
VUE_APP_BASE_API = 'http://api-dashboard.yudao.iocoder.cn'

View File

@@ -3,7 +3,7 @@ NODE_ENV = production
ENV = 'production'
# 页面标题
VUE_APP_TITLE = 洛玻集团驾驶舱
VUE_APP_TITLE = 智能MES系统驾驶舱
# 芋道管理系统/生产环境
# VUE_APP_BASE_API = '/prod-api'

View File

@@ -1,3 +1,11 @@
<!--
* @Author: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
* @Date: 2024-08-02 16:36:49
* @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
* @LastEditTime: 2026-07-31 15:30:18
* @FilePath: \yudao-dev\src\layout\components\Sidebar\Logo.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
<div class="sidebar-logo-container" :class="{'collapse':collapse}" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
<transition name="sidebarLogoFade">
@@ -35,7 +43,7 @@ export default {
},
data() {
return {
title: '洛玻集团驾驶舱',
title: '智能MES系统驾驶舱',
logo: logoImg
}
}
@@ -79,7 +87,7 @@ export default {
color: #fff;
font-weight: 600;
line-height: 50px;
font-size: 14px;
font-size: 16px;
font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
vertical-align: middle;
}

View File

@@ -235,7 +235,7 @@ export default {
.top-title {
height: 55px;
font-family: "YouSheBiaoTiHei", sans-serif;
font-size: 42px;
font-size: 36px;
color: #1E1651;
line-height: 55px;
letter-spacing: 6px;

View File

@@ -1,7 +1,7 @@
<template>
<div id="dayReport" class="dayReport" :style="styles">
<sidebar style="opacity: .9;" v-if="!sidebar.hide && openSider" class="sidebar-container" />
<ReportHeader top-title="洛玻集团运营驾驶舱" :dateData="dateData" :openSider="openSider" :is-full-screen="isFullScreen" @screenfullChange="screenfullChange"
<ReportHeader top-title="智能MES系统运营驾驶舱" :dateData="dateData" :openSider="openSider" :is-full-screen="isFullScreen" @screenfullChange="screenfullChange"
@siderOpenChange="siderOpenChange" @timeRangeChange="handleTimeChange" />
<div class="main-body"
style="margin-top: -20px; flex: 1; display: flex;padding: 0px 16px 0;flex-direction: column;">

View File

@@ -39,7 +39,7 @@
border-radius: 100%;
background: #26b9de;
"></span>
洛玻集团
智能MES系统
</p>
</div>
<video src="/static/videos/login.webm" muted autoplay loop style="
@@ -54,12 +54,12 @@
<div class="field">
<!-- [移动端]标题 -->
<h2 class="mobile-title">
<h3 class="title">洛玻集团</h3>
<h3 class="title">智能MES系统</h3>
</h2>
<h2 class="pc-title" style="">
<h3 class="title" style="">
<img src="../assets/logo/cnbm.png" alt="cnbm_logo" style="" class="cnbm_logo" />
<span>洛玻集团</span>
<span>智能MES系统</span>
</h3>
<h3 class="sub-title" style=""></h3>
</h2>

View File

@@ -9,7 +9,7 @@ function resolve(dir) {
const CompressionPlugin = require("compression-webpack-plugin");
const TerserPlugin = require("terser-webpack-plugin");
const name = process.env.VUE_APP_TITLE || "洛玻集团驾驶舱"; // 网页标题
const name = process.env.VUE_APP_TITLE || "智能MES系统驾驶舱"; // 网页标题
const port = process.env.port || process.env.npm_config_port || 80; // 端口