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
Some checks failed
Build (develop) / Promote (main) / build-and-push-deploy (push) Has been cancelled
This commit is contained in:
@@ -7,4 +7,4 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: portal
|
- name: portal
|
||||||
image: 172.35.0.216:3000/simplifique/vendaweb-portal:d76c186
|
image: 172.35.0.216:3000/simplifique/vendaweb-portal:206b4a5
|
||||||
|
|||||||
@@ -2392,7 +2392,7 @@ export class CartSalesComponent
|
|||||||
openPrintPreOrder() {
|
openPrintPreOrder() {
|
||||||
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
|
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
|
||||||
this.urlPrintPreOrder =
|
this.urlPrintPreOrder =
|
||||||
'http://172.35.0.219:8068/Viewer/{action}?order=' +
|
'https://portainer.simplifiquehc.com.br/Viewer/{action}?order=' +
|
||||||
this.preOrderNumber +
|
this.preOrderNumber +
|
||||||
'&model=' +
|
'&model=' +
|
||||||
this.modelPrintPreOrder;
|
this.modelPrintPreOrder;
|
||||||
@@ -2406,7 +2406,7 @@ export class CartSalesComponent
|
|||||||
openPrintOrder() {
|
openPrintOrder() {
|
||||||
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
|
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
|
||||||
this.urlPrintOrder =
|
this.urlPrintOrder =
|
||||||
'http://172.35.0.219:8068/Viewer/{action}?orderId=' +
|
'https://portainer.simplifiquehc.com.br/Viewer/{action}?orderId=' +
|
||||||
this.orderNumber +
|
this.orderNumber +
|
||||||
'&model=' +
|
'&model=' +
|
||||||
this.modelPrintOrder;
|
this.modelPrintOrder;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
url: 'http://172.35.0.217:32619/api/v1/',
|
// url: 'http://172.35.0.217:32619/api/v1/',
|
||||||
// url: 'https://api.vendaweb.simplifiquehc.com.br/api/v1/',
|
url: 'https://api.vendaweb.simplifiquehc.com.br/api/v1/',
|
||||||
// url: 'http://vendaweb.jurunense.com.br/api/v1/',
|
// url: 'http://vendaweb.jurunense.com.br/api/v1/',
|
||||||
URL_PIX: 'http://10.1.1.205:8078/api/v1/',
|
URL_PIX: 'http://10.1.1.205:8078/api/v1/',
|
||||||
firebase: {
|
firebase: {
|
||||||
|
|||||||
Reference in New Issue
Block a user