parent
5b0516f37e
commit
ce61d8b9aa
@ -4,7 +4,7 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"newProjectRoot": "projects",
|
"newProjectRoot": "projects",
|
||||||
"projects": {
|
"projects": {
|
||||||
"demo-stand": {
|
"sakura": {
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"schematics": {
|
"schematics": {
|
||||||
"@schematics/angular:component": {
|
"@schematics/angular:component": {
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"builder": "@angular-devkit/build-angular:browser",
|
"builder": "@angular-devkit/build-angular:browser",
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "/var/www/html/lk.crm4retail.ru/demo-stand",
|
"outputPath": "/var/www/html/lk.crm4retail.ru/sakura",
|
||||||
"deleteOutputPath": false,
|
"deleteOutputPath": false,
|
||||||
"baseHref": "/",
|
"baseHref": "/",
|
||||||
"index": "src/index.html",
|
"index": "src/index.html",
|
||||||
@ -84,10 +84,10 @@
|
|||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "demo-stand:build:production"
|
"browserTarget": "sakura:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "demo-stand:build:development",
|
"browserTarget": "sakura:build:development",
|
||||||
"proxyConfig": "proxy.confi.json"
|
"proxyConfig": "proxy.confi.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -96,7 +96,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "demo-stand:build"
|
"browserTarget": "sakura:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
|
|||||||
4
angular/package-lock.json
generated
4
angular/package-lock.json
generated
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "demo-stand",
|
"name": "sakura",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "demo-stand",
|
"name": "sakura",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^14.0.0",
|
"@angular/animations": "^14.0.0",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "demo-stand",
|
"name": "sakura",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
"logLevel": "debug"
|
"logLevel": "debug"
|
||||||
},
|
},
|
||||||
"/static": {
|
"/static": {
|
||||||
"target": "https://demo-stand.lk.crm4retail.ru/static",
|
"target": "https://sakura.lk.crm4retail.ru/static",
|
||||||
"secure": false,
|
"secure": false,
|
||||||
"pathRewrite": {
|
"pathRewrite": {
|
||||||
"^/static": ""
|
"^/static": ""
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"logLevel": "debug"
|
"logLevel": "debug"
|
||||||
},
|
},
|
||||||
"/it-retail": {
|
"/it-retail": {
|
||||||
"target": "https://demo-stand.lk.crm4retail.ru/it-retail",
|
"target": "https://sakura.lk.crm4retail.ru/it-retail",
|
||||||
"secure": false,
|
"secure": false,
|
||||||
"pathRewrite": {
|
"pathRewrite": {
|
||||||
"^/it-retail": ""
|
"^/it-retail": ""
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import * as ConfigActions from './state/config/config.actions'
|
|||||||
styleUrls: ['./app.component.scss']
|
styleUrls: ['./app.component.scss']
|
||||||
})
|
})
|
||||||
export class AppComponent implements OnInit {
|
export class AppComponent implements OnInit {
|
||||||
title = 'Demo stand';
|
title = 'Sakura';
|
||||||
|
|
||||||
constructor(private primengConfig: PrimeNGConfig,
|
constructor(private primengConfig: PrimeNGConfig,
|
||||||
private store: Store) {}
|
private store: Store) {}
|
||||||
|
|||||||
@ -39,7 +39,7 @@ export class RefSystemComponent implements OnInit {
|
|||||||
if (navigator.share) {
|
if (navigator.share) {
|
||||||
navigator.share({
|
navigator.share({
|
||||||
title: document.title,
|
title: document.title,
|
||||||
text: "Demo stand",
|
text: "Sakura",
|
||||||
url: this.refUrl
|
url: this.refUrl
|
||||||
})
|
})
|
||||||
.then(() => console.log('Successful share'))
|
.then(() => console.log('Successful share'))
|
||||||
|
|||||||
@ -7,7 +7,7 @@ export const environment = {
|
|||||||
appWPEndpoint: 'http://213.239.210.240:4500/wp-json/woofood/v1/',
|
appWPEndpoint: 'http://213.239.210.240:4500/wp-json/woofood/v1/',
|
||||||
hasBonusProgram: true,
|
hasBonusProgram: true,
|
||||||
systemId: 'StyrkNFW9vKga1KlJP',
|
systemId: 'StyrkNFW9vKga1KlJP',
|
||||||
defaultUrl: 'https://demo-stand.lk.crm4retail.ru',
|
defaultUrl: 'https://sakura.lk.crm4retail.ru',
|
||||||
firebase: {
|
firebase: {
|
||||||
apiKey: "AIzaSyCnKvln5itnrBj62POCPHxshAN_Vmd0zds",
|
apiKey: "AIzaSyCnKvln5itnrBj62POCPHxshAN_Vmd0zds",
|
||||||
authDomain: "fashionlogicanotification.firebaseapp.com",
|
authDomain: "fashionlogicanotification.firebaseapp.com",
|
||||||
@ -20,8 +20,8 @@ export const environment = {
|
|||||||
version: packageJson.version,
|
version: packageJson.version,
|
||||||
appleWalletEndpoint: 'https://apple-push-notifications.it-retail.tech/apns/api',
|
appleWalletEndpoint: 'https://apple-push-notifications.it-retail.tech/apns/api',
|
||||||
appleWalletSecret: 'Token F5mbzEERAznGKVbB6l',
|
appleWalletSecret: 'Token F5mbzEERAznGKVbB6l',
|
||||||
webhookItRetail: 'https://demo-stand.lk.crm4retail.ru/api/orders/handlers/tillda/115eaf95-bb44-4cfc-851a-fec5325b45ff',
|
webhookItRetail: 'https://sakura.lk.crm4retail.ru/api/orders/handlers/tillda/115eaf95-bb44-4cfc-851a-fec5325b45ff',
|
||||||
icardProxy: 'https://demo-stand.lk.crm4retail.ru/api/icard-proxy/',
|
icardProxy: 'https://sakura.lk.crm4retail.ru/api/icard-proxy/',
|
||||||
clientName: 'demo-stand',
|
clientName: 'sakura',
|
||||||
cities: ['Менделеевск'],
|
cities: ['Менделеевск'],
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,6 +22,6 @@ export const environment = {
|
|||||||
appleWalletSecret: 'Token F5mbzEERAznGKVbB6l',
|
appleWalletSecret: 'Token F5mbzEERAznGKVbB6l',
|
||||||
webhookItRetail: 'http://192.168.0.14:4200/it-retail/handlers/tillda/1eb3fb56-3c4c-43b7-9a04-ce532ab7548f',
|
webhookItRetail: 'http://192.168.0.14:4200/it-retail/handlers/tillda/1eb3fb56-3c4c-43b7-9a04-ce532ab7548f',
|
||||||
icardProxy: 'http://192.168.0.14:4200/icard-proxy/',
|
icardProxy: 'http://192.168.0.14:4200/icard-proxy/',
|
||||||
clientName: 'demo-stand',
|
clientName: 'sakura',
|
||||||
cities: ['Менделеевск'],
|
cities: ['Менделеевск'],
|
||||||
};
|
};
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Demo stand</title>
|
<title>Sakura</title>
|
||||||
<base href="/">
|
<base href="/">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="apple-touch-icon" href="./assets/icons/apple-icon-180x180.png">
|
<link rel="apple-touch-icon" href="./assets/icons/apple-icon-180x180.png">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "demo-stand",
|
"name": "sakura",
|
||||||
"short_name": "demo-stand",
|
"short_name": "sakura",
|
||||||
"theme_color": "#1976d2",
|
"theme_color": "#1976d2",
|
||||||
"background_color": "#fafafa",
|
"background_color": "#fafafa",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user