system-clients 3.2.74 → 3.2.76-rongchuang

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  // 分公司特殊组件页面注册
2
2
 
3
3
  let specialComp = {
4
- // 登录页面
4
+ 'home-page': (resolve) => {require(['./Main'], resolve) },
5
5
  'login': (resolve) => { require(['./login.vue'], resolve) }
6
6
  }
7
7
  exports.specialComp = specialComp
@@ -218,6 +218,8 @@ let GetLoginInfoService = {
218
218
  Verification: true,
219
219
  //构建时间开关
220
220
  versionTime: true,
221
+ //
222
+ SinglePageToken : {},
221
223
  //登录信息展示开关
222
224
  depPrompt: true,
223
225
  install(Vue, options) {
@@ -237,6 +239,7 @@ let GetLoginInfoService = {
237
239
  if (cue === undefined || cue === null || cue === '') {
238
240
  cue = true
239
241
  }
242
+ Vue.$login.SinglePageToken = cryptJS.AESEncrypt(JSON.stringify({name,password}), "OXuYieBb4eoIne^K")
240
243
  return loginGen(name, password, cue)
241
244
  },
242
245
 
@@ -4,7 +4,11 @@
4
4
  //.html-hight(){
5
5
  // height: ;
6
6
  //}
7
-
7
+ .basic-main:has(table){
8
+ .list-flex{
9
+ height: 98% !important;
10
+ }
11
+ }
8
12
  .a-tabs a {
9
13
  &,
10
14
  &:hover,
File without changes