mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
1.修改前端页面,替换logo
This commit is contained in:
@@ -5,7 +5,7 @@ function resolve(dir) {
|
||||
return path.join(__dirname, dir)
|
||||
}
|
||||
|
||||
const name = process.env.VUE_APP_TITLE || '物美智能生活物联网平台' // 网页标题
|
||||
const name = process.env.VUE_APP_TITLE || 'FastBee物联网平台' // 网页标题
|
||||
|
||||
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
||||
|
||||
|
||||
Reference in New Issue
Block a user