shuishen
2021-08-07 66fccea3537807df85f9a64e0dc2c8e38b8797ee
部分修改
2 files modified
8 ■■■■ changed files
src/config/website.js 4 ●●●● patch | view | raw | blame | history
src/page/login/userlogin.vue 4 ●●●● patch | view | raw | blame | history
src/config/website.js
@@ -8,7 +8,7 @@
    indexTitle: '保安服务企业管理',
    clientId: 'saber', // 客户端id
    clientSecret: 'saber_secret', // 客户端密钥
    tenantMode: true, // 是否开启保安单位模式
    tenantMode: false, // 是否开启保安单位模式 租户ID
    tenantId: "000000", // 管理组保安单位编号
    captchaMode: false, // 是否开启验证码模式
    lockPage: '/lock',
@@ -45,4 +45,4 @@
    flowDesignUrl: 'http://localhost:9999',
    // 报表设计器地址(cloud端口为8108,boot端口为80)
    reportUrl: 'http://localhost:8108/ureport',
}
}
src/page/login/userlogin.vue
@@ -78,9 +78,9 @@
          //保安单位ID
          tenantId: "000000",
          //用户名
          username: "admin",
          username: "ncsadmin",
          //密码
          password: "admin",
          password: "123456",
          //账号类型
          type: "account",
          //验证码的值