style: 登录页面标题

This commit is contained in:
TsMask
2023-11-01 18:09:28 +08:00
parent ba0ab5bad3
commit 940c0d2134
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ export default {
// 通用 // 通用
common: { common: {
title: '核心网管理平台', title: '核心网管理平台',
desc: '核心网管理平台', desc: '核心网管理平台',
loading: '请稍等...', loading: '请稍等...',
tipTitle: '提示', tipTitle: '提示',
msgSuccess: '成功 {msg}', msgSuccess: '成功 {msg}',

View File

@@ -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: '',