diff --git a/src/i18n/lang/zh_CN/layout.ts b/src/i18n/lang/zh_CN/layout.ts index 623c3bc..572a5b8 100644 --- a/src/i18n/lang/zh_CN/layout.ts +++ b/src/i18n/lang/zh_CN/layout.ts @@ -1,7 +1,7 @@ const storeName = localStorage.getItem('StoreName') || 'WebSoft Inc'; /* 主框架 */ export default { - system: '小程序开发', + system: '企业商城', home: '主页', header: { profile: '个人资料', diff --git a/src/views/cms/cmsStatistics/index.vue b/src/views/cms/cmsStatistics/index.vue index 00eba76..c2ce907 100644 --- a/src/views/cms/cmsStatistics/index.vue +++ b/src/views/cms/cmsStatistics/index.vue @@ -87,7 +87,7 @@ // 系统信息 const systemInfo = ref({ - name: '小程序开发', + name: '企业商城', description: '基于Spring、SpringBoot、SpringMVC等技术栈构建的前后端分离开发平台', version: '2.0.0', diff --git a/src/views/cms/dashboard/index.vue b/src/views/cms/dashboard/index.vue index 3fc5b8f..e7489fb 100644 --- a/src/views/cms/dashboard/index.vue +++ b/src/views/cms/dashboard/index.vue @@ -209,7 +209,7 @@ // 系统信息 const systemInfo = ref({ - name: '小程序开发', + name: '企业商城', description: '基于Spring、SpringBoot、SpringMVC等技术栈构建的前后端分离开发平台', version: '2.0.0',