功能
This commit is contained in:
parent
7d9dcd8efd
commit
a43265816b
@ -1,5 +1,5 @@
|
|||||||
# 页面标题
|
# 页面标题
|
||||||
VUE_APP_TITLE = 生产一体化协同运营平台
|
VUE_APP_TITLE = 龙翔商贸生产管控系统
|
||||||
|
|
||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
ENV = 'development'
|
ENV = 'development'
|
||||||
|
@ -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 |
@ -70,7 +70,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
title: "生产管控系统",
|
title: "龙翔商贸生产管控系统",
|
||||||
logo: logoImg,
|
logo: logoImg,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
@ -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;
|
||||||
|
@ -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 // 端口
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user