Browse Source

[新增]增加模式测试环境去掉logo

beijing
邵佳豪 2 years ago
parent
commit
0509519e7f
  1. 3
      src/app/pages/change-password/change-password.component.ts
  2. 2
      src/app/pages/home/home.component.html
  3. 8
      src/app/pages/home/home.component.ts
  4. 9
      src/app/pages/login/forget/forget.component.ts
  5. 9
      src/app/pages/login/login.component.html
  6. 7
      src/app/pages/login/login.component.ts
  7. 13
      src/app/service/pattern.service.ts
  8. 2
      src/app/system-management/navigation/navigation.component.html
  9. 5
      src/app/system-management/navigation/navigation.component.ts

3
src/app/pages/change-password/change-password.component.ts

@ -22,6 +22,7 @@ export class ChangePasswordComponent implements OnInit {
}
}
import { PatternService } from 'src/app/service/pattern.service';
export type MyErrorsOptions = { 'zh-cn': string; en: string } & Record<string, NzSafeAny>;
export type MyValidationErrors = Record<string, MyErrorsOptions>;
@ -33,7 +34,7 @@ export class MyValidators extends Validators {
return null;
}
return isPassword(value) ? null : { mobile: { 'zh-cn': `长度至少 8 位,必须包含大写字母、小写字母、数字、符号四种中的三种,且口令禁止包含 sinochem、sino、zhonghua (含大小写变体) 等中国中化相关字符`, en: `Password phone number is not valid` } };
return isPassword(value) ? null : { mobile: { 'zh-cn': PatternService.isProd ? `长度至少 8 位,必须包含大写字母、小写字母、数字、符号四种中的三种,且口令禁止包含 sinochem、sino、zhonghua (含大小写变体) 等中国中化相关字符` : '长度至少 8 位,必须包含大写字母、小写字母、数字、符号四种中的三种', en: `Password phone number is not valid` } };
}
}

2
src/app/pages/home/home.component.html

@ -4,7 +4,7 @@
</div> -->
<div class="menu">
<div class="boxleft">
<img src="../../../assets/images/logo2.png" alt="">
<img *ngIf="isProd" src="../../../assets/images/logo2.png" alt="">
</div>
<div class="libox" *ngIf="!isGasStationNav">
<li *ngFor="let item of menuList1" (click)="routerChange(item)"

8
src/app/pages/home/home.component.ts

@ -19,6 +19,7 @@ import { DisposeequipmentComponent } from '../records/warning-statistics-list/di
import { SelectedMenu } from 'src/app/service/selectedMenu.service';
import { Location } from "@angular/common";
import { SystemModelComponent } from './system-model/system-model.component';
import { PatternService } from 'src/app/service/pattern.service';
@Component({
selector: 'app-home',
templateUrl: './home.component.html',
@ -28,7 +29,7 @@ export class HomeComponent implements OnInit {
@ViewChild('warning', { static: false }) template?: TemplateRef<{}>;
passwordValidateForm!: FormGroup;
constructor(private listRefreshService: listRefreshService, private http: HttpClient, private router: Router, private navChangeService: NavChangeService, public token: CacheTokenService,
private message: NzMessageService, private notificationService: NzNotificationService, private modal: NzModalService, private viewContainerRef: ViewContainerRef, private fb: FormBuilder, private selectedMenu: SelectedMenu, private location: Location) {
private message: NzMessageService, private notificationService: NzNotificationService, private modal: NzModalService, private viewContainerRef: ViewContainerRef, private fb: FormBuilder, private selectedMenu: SelectedMenu, private location: Location, private patternService: PatternService) {
const { password } = MyValidators;
this.passwordValidateForm = this.fb.group({
@ -94,8 +95,9 @@ export class HomeComponent implements OnInit {
this.selectedItem = item.name
this.router.navigate([item.url])
}
isProd: boolean
ngOnInit(): void {
this.isProd = this.patternService.isProd
this.location.subscribe(event => {
if (event.url == "/homepage") {
@ -217,7 +219,7 @@ export class HomeComponent implements OnInit {
isVisible = false
isConfirmLoading = false
changePasswordPopup() {
this.isVisible = false
this.isVisible = true
}
handleOk(): void {
console.log(this.passwordValidateForm)

9
src/app/pages/login/forget/forget.component.ts

@ -13,9 +13,10 @@ export class ForgetComponent implements OnInit {
validateForm!: FormGroup;
validateForm2!: FormGroup;
validateForm3!: FormGroup;
constructor(private fb: FormBuilder, private message: NzMessageService, private http: HttpClient, private modal: NzModalRef) { }
constructor(private fb: FormBuilder, private message: NzMessageService, private http: HttpClient, private modal: NzModalRef, private patternService: PatternService) { }
isProd: boolean
ngOnInit(): void {
this.isProd = this.patternService.isProd
this.validateForm = this.fb.group({
account: [null, [Validators.required]]
});
@ -120,7 +121,7 @@ export class ForgetComponent implements OnInit {
}
}
import { PatternService } from 'src/app/service/pattern.service';
export type MyErrorsOptions = { 'zh-cn': string; en: string } & Record<string, NzSafeAny>;
export type MyValidationErrors = Record<string, MyErrorsOptions>;
@ -132,7 +133,7 @@ export class MyValidators extends Validators {
return null;
}
return isPassword(value) ? null : { mobile: { 'zh-cn': `长度至少 8 位,必须包含大写字母、小写字母、数字、符号四种中的三种,且口令禁止包含 sinochem、sino、zhonghua (含大小写变体) 等中国中化相关字符`, en: `Password phone number is not valid` } };
return isPassword(value) ? null : { mobile: { 'zh-cn': PatternService.isProd ? `长度至少 8 位,必须包含大写字母、小写字母、数字、符号四种中的三种,且口令禁止包含 sinochem、sino、zhonghua (含大小写变体) 等中国中化相关字符` : '长度至少 8 位,必须包含大写字母、小写字母、数字、符号四种中的三种', en: `Password phone number is not valid` } };
}
}

9
src/app/pages/login/login.component.html

@ -7,7 +7,8 @@
<nz-form-item>
<nz-form-control nzErrorTip="请输入账号!">
<nz-input-group nzPrefixIcon="user">
<input autocomplete="on" required nz-input type="text" formControlName="userName" placeholder="请输入账号" nzSize="large" />
<input autocomplete="on" required nz-input type="text" formControlName="userName" placeholder="请输入账号"
nzSize="large" />
</nz-input-group>
</nz-form-control>
</nz-form-item>
@ -37,14 +38,12 @@
<button [nzLoading]="isLoading" nz-button class="login-form-button login-form-margin"
[nzType]="'primary'">登录</button>
</form>
<p class="company">中化石油销售有限公司 北京安信科创软件有限公司 版权所有</p>
<p *ngIf="isProd" class="company">中化石油销售有限公司 北京安信科创软件有限公司 版权所有</p>
</div>
<div class="name">
<img src="../../../assets/images/logo2.png" alt="">
<!-- <h1>中化石油</h1>
<h1>智能安全管理系统</h1> -->
<img *ngIf="isProd" src="../../../assets/images/logo2.png" alt="">
</div>
</div>

7
src/app/pages/login/login.component.ts

@ -10,6 +10,7 @@ import { NzSafeAny } from 'ng-zorro-antd/core/types';
import { SelectedMenu } from 'src/app/service/selectedMenu.service';
import { NzModalService } from 'ng-zorro-antd/modal';
import { ForgetComponent } from './forget/forget.component';
import { PatternService } from 'src/app/service/pattern.service';
// import { THIS_EXPR } from '@angular/compiler/src/output/output_ast';
declare var abp: any
@ -22,7 +23,7 @@ export class LoginComponent implements OnInit {
validateForm!: FormGroup;
passwordValidateForm!: FormGroup;
constructor(private http: HttpClient, private router: Router, private route: ActivatedRoute, public token: CacheTokenService, private fb: FormBuilder, private message: NzMessageService, private notificationService: NzNotificationService, private selectedMenu: SelectedMenu, private modal: NzModalService, private viewContainerRef: ViewContainerRef) {
constructor(private http: HttpClient, private router: Router, private route: ActivatedRoute, public token: CacheTokenService, private fb: FormBuilder, private message: NzMessageService, private notificationService: NzNotificationService, private selectedMenu: SelectedMenu, private modal: NzModalService, private viewContainerRef: ViewContainerRef, private patternService: PatternService) {
const { password } = MyValidators;
this.validateForm = this.fb.group({
userName: [null, [Validators.required]],
@ -37,8 +38,10 @@ export class LoginComponent implements OnInit {
});
}
ngOnInit() {
isProd: boolean
ngOnInit() {
this.isProd = this.patternService.isProd
//如果本地储存了账号密码信息,那就回显在输入框
let account = localStorage.getItem('account')
let password = localStorage.getItem('password')

13
src/app/service/pattern.service.ts

@ -0,0 +1,13 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class PatternService {
static isProd: any = true;
constructor() { }
public isProd: boolean = true //是否是生产环境
}

2
src/app/system-management/navigation/navigation.component.html

@ -2,7 +2,7 @@
<nz-layout>
<nz-sider [nzWidth]='300'>
<div class="logo">
<img style="width: 154px;" src="../../../assets/images/logo2.png" alt="">
<img *ngIf="isProd" style="width: 154px;" src="../../../assets/images/logo2.png" alt="">
</div>
<div class="headPortrait">
<div class="photograph">

5
src/app/system-management/navigation/navigation.component.ts

@ -1,5 +1,6 @@
import { Component, OnInit } from '@angular/core';
import { Router } from '@angular/router';
import { PatternService } from 'src/app/service/pattern.service';
@Component({
selector: 'app-navigation',
@ -8,7 +9,7 @@ import { Router } from '@angular/router';
})
export class NavigationComponent implements OnInit {
constructor(private router: Router) { }
constructor(private router: Router, private patternService: PatternService) { }
userMenu = []
menu = []
tap = []
@ -33,7 +34,9 @@ export class NavigationComponent implements OnInit {
]
name
isProd: boolean
ngOnInit(): void {
this.isProd = this.patternService.isProd
let a = sessionStorage.getItem('userdata')
this.userMenu = JSON.parse(a).menus
this.name = JSON.parse(a).name

Loading…
Cancel
Save