mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Merge branch 'develop_bitOut' into sentry
This commit is contained in:
@@ -611,7 +611,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
|||||||
|
|
||||||
|
|
||||||
async takePicture() {
|
async takePicture() {
|
||||||
alert("!");
|
// alert("!");
|
||||||
|
|
||||||
const roomId = this.roomId
|
const roomId = this.roomId
|
||||||
|
|
||||||
@@ -620,7 +620,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
|||||||
const lastphoto: any = await this.fileService.loadFiles();
|
const lastphoto: any = await this.fileService.loadFiles();
|
||||||
const { capturedImage, capturedImageTitle } = await this.fileService.loadFileData(lastphoto);
|
const { capturedImage, capturedImageTitle } = await this.fileService.loadFileData(lastphoto);
|
||||||
|
|
||||||
alert('!!');
|
// alert('!!');
|
||||||
const base64 = await fetch(capturedImage);
|
const base64 = await fetch(capturedImage);
|
||||||
const blob = await base64.blob();
|
const blob = await base64.blob();
|
||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
|
|||||||
@@ -383,7 +383,7 @@ export class GabineteDigitalPage implements OnInit {
|
|||||||
else if (activityName == 'Diploma Assinado') {
|
else if (activityName == 'Diploma Assinado') {
|
||||||
this.router.navigate(['/home/gabinete-digital/diplomas-assinar', serialNumber, 'gabinete-digital']);
|
this.router.navigate(['/home/gabinete-digital/diplomas-assinar', serialNumber, 'gabinete-digital']);
|
||||||
} else {
|
} else {
|
||||||
alert('bug!')
|
// alert('bug!')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (workflowName == 'Pedido de Parecer' || workflowName == 'Pedido de Deferimento') {
|
else if (workflowName == 'Pedido de Parecer' || workflowName == 'Pedido de Deferimento') {
|
||||||
|
|||||||
@@ -3,13 +3,11 @@ import { StorageService } from './storage.service';
|
|||||||
import { HttpClient, HttpHeaders, HttpEventType } from '@angular/common/http';
|
import { HttpClient, HttpHeaders, HttpEventType } from '@angular/common/http';
|
||||||
import { LoginUserRespose, UserForm, UserSession } from '../models/user.model';
|
import { LoginUserRespose, UserForm, UserSession } from '../models/user.model';
|
||||||
import { environment } from 'src/environments/environment';
|
import { environment } from 'src/environments/environment';
|
||||||
import { HttpService } from './http.service';
|
|
||||||
import { BehaviorSubject } from 'rxjs';
|
import { BehaviorSubject } from 'rxjs';
|
||||||
import { AuthConnstants } from '../config/auth-constants';
|
import { AuthConnstants } from '../config/auth-constants';
|
||||||
import { AlertController } from '@ionic/angular';
|
import { AlertController } from '@ionic/angular';
|
||||||
import { SessionStore } from '../store/session.service';
|
import { SessionStore } from '../store/session.service';
|
||||||
import { AESEncrypt } from '../services/aesencrypt.service';
|
import { AESEncrypt } from '../services/aesencrypt.service';
|
||||||
import { CookieService } from 'ngx-cookie-service';
|
|
||||||
import { RochetChatConnectorService } from 'src/app/services/chat/rochet-chat-connector.service';
|
import { RochetChatConnectorService } from 'src/app/services/chat/rochet-chat-connector.service';
|
||||||
import { Router } from '@angular/router';
|
import { Router } from '@angular/router';
|
||||||
import { NfService } from 'src/app/services/chat/nf.service';
|
import { NfService } from 'src/app/services/chat/nf.service';
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ import { AES, enc, SHA1 } from 'crypto-js'
|
|||||||
})
|
})
|
||||||
export class LocalstoreService {
|
export class LocalstoreService {
|
||||||
|
|
||||||
private prefix = 'v17-'
|
private prefix = 'v18-';
|
||||||
|
private previewPrefix = 'v17-';
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user