Merge branch 'main' of http://172.35.0.216:3000/simplifique/Vendaweb-portal
Some checks failed
Build (develop) / Promote (main) / build-and-push-deploy (push) Has been cancelled

This commit is contained in:
Luis Eduardo Estevao
2026-05-05 16:13:22 -03:00
3 changed files with 5 additions and 5 deletions

View File

@@ -7,4 +7,4 @@ spec:
spec:
containers:
- name: portal
image: 172.35.0.216:3000/simplifique/vendaweb-portal:d76c186
image: 172.35.0.216:3000/simplifique/vendaweb-portal:206b4a5

View File

@@ -2392,7 +2392,7 @@ export class CartSalesComponent
openPrintPreOrder() {
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
this.urlPrintPreOrder =
'http://172.35.0.219:8068/Viewer/{action}?order=' +
'https://portainer.simplifiquehc.com.br/Viewer/{action}?order=' +
this.preOrderNumber +
'&model=' +
this.modelPrintPreOrder;
@@ -2406,7 +2406,7 @@ export class CartSalesComponent
openPrintOrder() {
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
this.urlPrintOrder =
'http://172.35.0.219:8068/Viewer/{action}?orderId=' +
'https://portainer.simplifiquehc.com.br/Viewer/{action}?orderId=' +
this.orderNumber +
'&model=' +
this.modelPrintOrder;

View File

@@ -1,7 +1,7 @@
export const environment = {
production: true,
url: 'http://172.35.0.217:32619/api/v1/',
// url: 'https://api.vendaweb.simplifiquehc.com.br/api/v1/',
// url: 'http://172.35.0.217:32619/api/v1/',
url: 'https://api.vendaweb.simplifiquehc.com.br/api/v1/',
// url: 'http://vendaweb.jurunense.com.br/api/v1/',
URL_PIX: 'http://10.1.1.205:8078/api/v1/',
firebase: {