chore: 更新copyright
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user