style: 登录页面标题
This commit is contained in:
@@ -5,8 +5,8 @@ export default {
|
|||||||
|
|
||||||
// 通用
|
// 通用
|
||||||
common: {
|
common: {
|
||||||
title: '核心网络管理平台',
|
title: '核心网管理平台',
|
||||||
desc: '核心网络管理平台',
|
desc: '核心网管理平台',
|
||||||
loading: '请稍等...',
|
loading: '请稍等...',
|
||||||
tipTitle: '提示',
|
tipTitle: '提示',
|
||||||
msgSuccess: '成功 {msg}',
|
msgSuccess: '成功 {msg}',
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ const useAppStore = defineStore('app', {
|
|||||||
appName: import.meta.env.VITE_APP_NAME,
|
appName: import.meta.env.VITE_APP_NAME,
|
||||||
appCode: import.meta.env.VITE_APP_CODE,
|
appCode: import.meta.env.VITE_APP_CODE,
|
||||||
appVersion: import.meta.env.VITE_APP_VERSION,
|
appVersion: import.meta.env.VITE_APP_VERSION,
|
||||||
copyright: 'Copyright ©2023 For AGrand 千通科技',
|
copyright: 'Copyright ©2023 For 核心网管理平台',
|
||||||
logoType: 'icon',
|
logoType: 'icon',
|
||||||
filePathIcon: '',
|
filePathIcon: '',
|
||||||
filePathBrand: '',
|
filePathBrand: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user