feat:名称及logo修改

This commit is contained in:
一休哥哥6666
2026-06-18 18:45:46 +08:00
parent ddae147aef
commit 4d833d7882
23 changed files with 29 additions and 47 deletions

View File

@@ -7,7 +7,7 @@ function resolve(dir) {
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 || 2092 // ??
@@ -77,7 +77,7 @@ module.exports = {
},
chainWebpack(config) {
config.plugin('html').tap(args => {
args[0].title = process.env.VUE_APP_TITLE || '觉远创智配件系统'
args[0].title = process.env.VUE_APP_TITLE || '觉远创智功能镜片配镜系统'
return args
})