| package-lock.json | ●●●●● patch | view | raw | blame | history | |
| public/index.html | ●●●●● patch | view | raw | blame | history | |
| src/config/website.js | ●●●●● patch | view | raw | blame | history | |
| src/lang/zh.js | ●●●●● patch | view | raw | blame | history |
package-lock.json
Diff too large public/index.html
@@ -19,7 +19,7 @@ <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script> <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script> <link rel="icon" href="<%= BASE_URL %>favicon.png"> <title>保安考试系统</title> <title>保安员考试系统</title> <style> html, body, src/config/website.js
@@ -2,7 +2,7 @@ * 全局配置文件 */ export default { title: "保安考试系统", title: "保安员考试系统", logo: "S", key: 'saber',//配置主键,目前用于存储 indexTitle: '保安考试', src/lang/zh.js
@@ -67,7 +67,7 @@ }, login: { title: '登录 ', info: '保安考试系统', info: '保安员考试系统', tenantId: '请输入租户ID', username: '请输入账号', password: '请输入密码',