shuishen
2021-07-05 21e8fe446fe1f91e66090f9d8b9ef603f69fa512
部分文字信息更换,图标更换,部分菜单创建
10 files modified
11 files added
290 ■■■■■ changed files
public/img/logo.png patch | view | raw | blame | history
public/index.html 2 ●●● patch | view | raw | blame | history
src/config/env.js 18 ●●●● patch | view | raw | blame | history
src/config/iconList.js 5 ●●●●● patch | view | raw | blame | history
src/config/website.js 6 ●●●● patch | view | raw | blame | history
src/lang/en.js 4 ●●●● patch | view | raw | blame | history
src/lang/zh.js 4 ●●●● patch | view | raw | blame | history
src/page/index/logo.vue 4 ●●●● patch | view | raw | blame | history
src/page/login/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/management/credentials.vue 22 ●●●●● patch | view | raw | blame | history
src/views/management/cultivate.vue 22 ●●●●● patch | view | raw | blame | history
src/views/management/dispatch.vue 22 ●●●●● patch | view | raw | blame | history
src/views/management/documentsPrint.vue 22 ●●●●● patch | view | raw | blame | history
src/views/management/expression.vue 22 ●●●●● patch | view | raw | blame | history
src/views/management/honor.vue 22 ●●●●● patch | view | raw | blame | history
src/views/management/performance.vue 22 ●●●●● patch | view | raw | blame | history
src/views/management/qualification.vue 22 ●●●●● patch | view | raw | blame | history
src/views/management/register.vue 22 ●●●●● patch | view | raw | blame | history
src/views/unitOperation/economics.vue 22 ●●●●● patch | view | raw | blame | history
src/views/unitOperation/operation.vue 22 ●●●●● patch | view | raw | blame | history
vue.config.js 2 ●●● patch | view | raw | blame | history
public/img/logo.png

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>Saber企业级开发平台</title>
  <title>保安监管系统</title>
  <style>
    html,
    body,
src/config/env.js
@@ -1,21 +1,21 @@
// 阿里矢量图标库配置
let iconfontVersion = ['567566_pwc3oottzol'];
let iconfontVersion = ['567566_pwc3oottzol', '2057093_bptm5k964zj', '2652129_79ej8yw79fo'];
let iconfontUrl = `//at.alicdn.com/t/font_$key.css`;
let baseUrl = '';
let codeUrl = `${baseUrl}/code`
const env = process.env
if (env.NODE_ENV === 'development') {
    baseUrl = ``; // 开发环境地址
  baseUrl = ``; // 开发环境地址
} else if (env.NODE_ENV === 'production') {
    baseUrl = ``; //生产环境地址
  baseUrl = ``; //生产环境地址
} else if (env.NODE_ENV === 'test') {
    baseUrl = ``; //测试环境地址
  baseUrl = ``; //测试环境地址
}
export {
    baseUrl,
    iconfontUrl,
    iconfontVersion,
    codeUrl,
    env
  baseUrl,
  iconfontUrl,
  iconfontVersion,
  codeUrl,
  env
}
src/config/iconList.js
@@ -1,5 +1,4 @@
export default [
  {
export default [{
    label: "通用图标",
    list: [
      "iconfont iconicon_roundadd",
@@ -66,6 +65,8 @@
      "iconfont iconicon_add",
      "iconfont icongithub",
      "iconfont icongitee2",
      "iconfont icon-baoan",
      "iconfont icon-baoanguanlipad",
    ]
  },
  {
src/config/website.js
@@ -2,15 +2,15 @@
 * 全局配置文件
 */
export default {
  title: "saber",
  title: "", // 登录页标题
  logo: "S",
  key: 'saber',//配置主键,目前用于存储
  indexTitle: 'Saber Admin',
  indexTitle: '保安监管系统',
  clientId: 'saber', // 客户端id
  clientSecret: 'saber_secret', // 客户端密钥
  tenantMode: true, // 是否开启租户模式
  tenantId: "000000", // 管理组租户编号
  captchaMode: true, // 是否开启验证码模式
  captchaMode: false, // 是否开启验证码模式
  lockPage: '/lock',
  tokenTime: 3000,
  tokenHeader: 'Blade-Auth',
src/lang/en.js
@@ -1,6 +1,6 @@
export default {
  title: 'Avue is a framework',
  tip: 'tip',
  title: 'Security supervision system',
  logoutTip: 'Exit the system, do you want to continue?',
  submitText: 'submit',
  cancelText: 'cancel',
@@ -67,7 +67,7 @@
  },
  login: {
    title: 'Login ',
    info: 'Enterprise Development Platform',
    info: 'Security supervision system',
    tenantId: 'Please input tenantId',
    username: 'Please input username',
    password: 'Please input a password',
src/lang/zh.js
@@ -1,6 +1,6 @@
export default {
  tip: '提示',
  title: 'Saber企业级开发平台',
  title: '保安监管系统',
  logoutTip: '退出系统, 是否继续?',
  submitText: '确定',
  cancelText: '取消',
@@ -67,7 +67,7 @@
  },
  login: {
    title: '登录 ',
    info: 'BladeX 企业级开发平台',
    info: '保安监管系统',
    tenantId: '请输入租户ID',
    username: '请输入账号',
    password: '请输入密码',
src/page/index/logo.vue
@@ -4,7 +4,7 @@
      <span v-if="keyCollapse"
            class="avue-logo_subtitle"
            key="0">
        {{website.logo}}
        <i class="icon-baoan"></i>
      </span>
    </transition>
    <transition-group name="fade">
@@ -70,4 +70,4 @@
    color: #fff;
  }
}
</style>
</style>
src/page/login/index.vue
@@ -15,7 +15,8 @@
        <div class="login-main">
          <h4 class="login-title">
            {{ $t('login.title') }}{{website.title}}
            <top-lang></top-lang>
            <!-- <top-lang></top-lang>  -->
            <!-- 关闭中英文切换 -->
          </h4>
          <userLogin v-if="activeName==='user'"></userLogin>
          <codeLogin v-else-if="activeName==='code'"></codeLogin>
src/views/management/credentials.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:44:19
 * menu-name 保安员证件吊销
 */
<template>
  <div>
    保安员证件吊销
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
src/views/management/cultivate.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:44:18
 * menu-name 报名培训查询
 */
<template>
  <div>
    报名培训查询
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
src/views/management/dispatch.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:40:11
 * menu-name 保安员派遣记录
 */
<template>
  <div>
    保安员派遣记录
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
src/views/management/documentsPrint.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:40:11
 * menu-name 保安员证打印
 */
<template>
  <div>
    保安员证打印
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
src/views/management/expression.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:40:11
 * menu-name 保安员现实表现
 */
<template>
  <div>
    保安员现实表现
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
src/views/management/honor.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:40:11
 * menu-name 保安员荣誉录入
 */
<template>
  <div>
    保安员荣誉录入
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
src/views/management/performance.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:40:11
 * menu-name 成绩查询
 */
<template>
  <div>
    成绩查询
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
src/views/management/qualification.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:44:14
 * menu-name 人员资格审查
 */
<template>
  <div>
    人员资格审查
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
src/views/management/register.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:40:11
 * menu-name 保安员注册查询
 */
<template>
  <div>
    保安员注册查询
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
src/views/unitOperation/economics.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:40:22
 * menu-name 公司经济情况
 */
<template>
  <div>
    公司经济情况
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
src/views/unitOperation/operation.vue
New file
@@ -0,0 +1,22 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 16:40:20
 * menu-name 公司运营情况
 */
<template>
  <div>
    公司运营情况
  </div>
</template>
<script>
export default {
}
</script>
<style>
</style>
vue.config.js
@@ -26,7 +26,7 @@
    proxy: {
      '/api': {
        //本地服务接口地址
        target: 'http://localhost',
        target: 'http://192.168.0.104',
        //远程演示服务地址,可用于直接启动项目
        //target: 'https://saber.bladex.vip/api',
        ws: true,