Browse Source

改标题

李文 4 years ago
parent
commit
c2443e9d65
2 changed files with 4 additions and 4 deletions
  1. 1 1
      public/index.html
  2. 3 3
      src/i18n/zh-CN.js

+ 1 - 1
public/index.html

@@ -23,7 +23,7 @@
       'query': {},       // 查询参数, 由 this.$route.query 自动赋值
       'menuId': '',      // 菜单id(用于选中侧边栏菜单,与this.$store.state.sidebarMenuActiveName进行匹配)
       // 'currentMenuItem': {},      // 当前选中一级菜单菜单
-      'title': '',       // 标题
+      'title': '海南社会管理信息化平台',       // 标题
       'isTab': true,     // 是否通过tab展示内容?
       'iframeURL': ''    // 是否通过iframe嵌套展示内容? (以http[s]://开头, 自动匹配)
     };

+ 3 - 3
src/i18n/zh-CN.js

@@ -3,7 +3,7 @@ const t = {}
 t.loading = '加载中...'
 
 t.brand = {}
-t.brand.lg = '管理后台'
+t.brand.lg = '海南社会管理信息化平台'
 t.brand.mini = '后台'
 
 t.add = '新增'
@@ -75,12 +75,12 @@ t.login.username = '用户名'
 t.login.password = '密码'
 t.login.captcha = '验证码'
 t.login.demo = '在线演示'
-t.login.copyright = '管理后台'
+t.login.copyright = '海南社会管理信息化平台'
 
 t.home = {}
 t.home.sysInfo = {}
 t.home.sysInfo.name = '系统名称'
-t.home.sysInfo.nameVal = '管理后台'
+t.home.sysInfo.nameVal = '海南社会管理信息化平台'
 t.home.sysInfo.version = '版本信息'
 t.home.sysInfo.versionVal = window.SITE_CONFIG['version']
 t.home.sysInfo.osName = '操作系统'