mirror of
https://github.com/kerwincui/FastBee.git
synced 2025-10-05 16:18:05 +08:00
名称和图标修改
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "wumei-smart",
|
||||
"version": "3.8.0",
|
||||
"description": "物美智能-物联网平台",
|
||||
"description": "物美智能生活物联网平台",
|
||||
"author": "kerwincui",
|
||||
"license": "GPL3.0",
|
||||
"scripts": {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -35,7 +35,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: '物美智能系统',
|
||||
title: '物美智能物联网平台',
|
||||
logo: logoImg
|
||||
}
|
||||
}
|
||||
|
@@ -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 || '物美智能生活物联网平台' // 网页标题
|
||||
|
||||
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
||||
|
||||
|
Reference in New Issue
Block a user