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