This commit is contained in:
顾有鑫 2025-02-25 15:00:32 +08:00
parent 7d9dcd8efd
commit a43265816b
7 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 生产一体化协同运营平台 VUE_APP_TITLE = 龙翔商贸生产管控系统
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'

View File

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 生产一体化协同运营平台 VUE_APP_TITLE = 龙翔商贸生产管控系统
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 178 KiB

View File

@ -70,7 +70,7 @@ export default {
}, },
data() { data() {
return { return {
title: "生产管控系统", title: "龙翔商贸生产管控系统",
logo: logoImg, logo: logoImg,
}; };
}, },

View File

@ -202,7 +202,7 @@ export default {
flex-direction: column; flex-direction: column;
} }
.title-name { .title-name {
font-size: 50px; font-size: 70px;
margin-bottom: 100px; margin-bottom: 100px;
color: #1c2187; color: #1c2187;
text-shadow: 5px 5px #777; text-shadow: 5px 5px #777;

View File

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin') const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '生产管控系统' // 网页标题 const name = process.env.VUE_APP_TITLE || '龙翔商贸生产管控系统' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口 const port = process.env.port || process.env.npm_config_port || 80 // 端口