名称和图标修改

This commit is contained in:
kerwincui
2022-07-27 17:47:44 +08:00
parent d3a8bba37a
commit 51ea00fbfd
5 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "wumei-smart", "name": "wumei-smart",
"version": "3.8.0", "version": "3.8.0",
"description": "物美智能-物联网平台", "description": "物美智能生活物联网平台",
"author": "kerwincui", "author": "kerwincui",
"license": "GPL3.0", "license": "GPL3.0",
"scripts": { "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

View File

@@ -35,7 +35,7 @@ export default {
}, },
data() { data() {
return { return {
title: '物美智能系统', title: '物美智能物联网平台',
logo: logoImg logo: logoImg
} }
} }

View File

@@ -5,7 +5,7 @@ function resolve(dir) {
return path.join(__dirname, 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 // 端口 const port = process.env.port || process.env.npm_config_port || 80 // 端口