chore: 更新copyright

This commit is contained in:
TsMask
2023-11-09 10:26:22 +08:00
parent 4631fb2061
commit f8b036b462
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ VITE_HISTORY_HASH = false
VITE_HISTORY_BASE_URL = "/"
# 应用名称
VITE_APP_NAME = "核心网管理平台"
VITE_APP_NAME = "Core Network EMS"
# 应用标识
VITE_APP_CODE = "CoreNet"

View File

@@ -5,13 +5,13 @@ VITE_HISTORY_HASH = true
VITE_HISTORY_BASE_URL = "/"
# 应用名称
VITE_APP_NAME = "核心网管理平台"
VITE_APP_NAME = "Core Network EMS"
# 应用标识
VITE_APP_CODE = "CoreNet"
# 应用版本
VITE_APP_VERSION = "2.231108.7"
VITE_APP_VERSION = "2.231109.7"
# 接口基础URL地址-不带/后缀
VITE_API_BASE_URL = "/omc-api"

View File

@@ -32,7 +32,7 @@ const useAppStore = defineStore('app', {
appName: import.meta.env.VITE_APP_NAME,
appCode: import.meta.env.VITE_APP_CODE,
appVersion: import.meta.env.VITE_APP_VERSION,
copyright: 'Copyright ©2023 For 核心网管理平台',
copyright: 'Copyright ©2023 For AGrandTech',
logoType: 'icon',
filePathIcon: '',
filePathBrand: '',