style: 修改系统名称

This commit is contained in:
TsMask
2023-09-05 14:49:04 +08:00
parent fc3b0a69d6
commit dd6bcb8d02
4 changed files with 30 additions and 16 deletions

View File

@@ -5,8 +5,8 @@ export default {
// 通用
common: {
title: 'Mask Antd Vue3',
desc: 'Management system based on ant design vue+vue3',
title: '核心网管',
desc: '网元接入管理系统',
loading: 'Please wait...',
tipTitle: 'Prompt',
},

View File

@@ -5,8 +5,8 @@ export default {
// 通用
common: {
title: 'Mask Antd Vue3',
desc: '基于 ant-design-vue + vue3 的管理系统',
title: '核心网管',
desc: '网元接入管理系统',
loading: '请稍等...',
tipTitle: '提示',
},

View File

@@ -399,7 +399,6 @@ onBeforeUnmount(() => {
</a-row>
</a-form>
</div>
</div>
</template>