diff --git a/.env.development b/.env.development index bc59e96..2aebf4b 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,7 @@ VUE_APP_BRAINTREE_AUTH_KEY=sandbox_bn48hmp6_cz6p85sw4dr5tp8h VUE_APP_MAGENTO_API_URL=https://retailer-stg.crane.com VUE_APP_CRANE_URL=/shop VUE_APP_GATE_URL=/gate -VUE_APP_ME_URL=/retailer +VUE_APP_ME_URL=/b2b VUE_APP_LOGIN_URL=/gate/sign-in VUE_APP_PERSONALIZE_URL=https://studio-stg.crane.com/personalize VUE_APP_IMAGE_PATH_URL=https://retailer-stg.crane.com/media/catalog/product @@ -11,7 +11,7 @@ VUE_APP_RETAILOR_ID=49057567-f789-420c-98b6-2e0443af73f5 VUE_APP_IMAGE_CATEGORY_PATH_URL=https://retailer-stg.crane.com VUE_APP_NODESLS_API_URL=https://imagelib-sls-stg.crane.com -VUE_APP_HOME_PAGE_URL=https://www-stg.crane.com +VUE_APP_HOME_PAGE_URL=https://www-retailer-stg.crane.com VUE_APP_CC_CONNECTION_URL=https://www.staging.personalized-stationery.com/CranesConnectionRedesign/Personalize.aspx? VUE_APP_MAINTENANCE_MODE=false VUE_APP_MAINTENANCE_PAGE_URL=/maintenance @@ -19,4 +19,10 @@ VUE_APP_GTAG_ID=GTM-N774RX4 VUE_APP_GA_ID=UA-26415879-3 VUE_APP_IMAGE_CATEGORY_PARAMS=?height=600&width=600 VUE_APP_CRANE_ORDER_URL=https://ordertest.crane.com -VUE_APP_BASE_URL=https://www-stg.crane.com \ No newline at end of file + +DEPLOY_S3_REGION=us-east-1 +DEPLOY_S3_BUCKET= +DEPLOY_CLOUDFRONT_ID= +VUE_APP_ASSETS_NODESLS_URL=https://assets-stg-sls.crane.com +VUE_APP_IMAGE_LIB_URL=https://imagelib-stg-api.crane.com +VUE_APP_BASE_URL=https://www-retailer-stg.crane.com \ No newline at end of file diff --git a/.env.staging b/.env.staging index 4d1332a..b098fab 100644 --- a/.env.staging +++ b/.env.staging @@ -3,7 +3,7 @@ VUE_APP_BRAINTREE_AUTH_KEY=sandbox_bn48hmp6_cz6p85sw4dr5tp8h VUE_APP_MAGENTO_API_URL=https://retailer-stg.crane.com VUE_APP_CRANE_URL=/shop VUE_APP_GATE_URL=/gate -VUE_APP_ME_URL=/retailer +VUE_APP_ME_URL=/b2b VUE_APP_LOGIN_URL=/gate/sign-in VUE_APP_PERSONALIZE_URL=https://studio-stg.crane.com/personalize VUE_APP_IMAGE_PATH_URL=https://retailer-stg.crane.com/media/catalog/product diff --git a/git_info.json b/git_info.json index be50803..948469c 100644 --- a/git_info.json +++ b/git_info.json @@ -1 +1 @@ -{"branch_name":"beta","last_commit_date":"2022-01-10T10:55:59.000Z","last_commit_author":"Rares Pop","last_commit_hash":"d02052be80b30163732b3db331da31fd0f8887b7"} \ No newline at end of file +{"branch_name":"beta","last_commit_date":"2022-01-10T16:11:16.000Z","last_commit_author":"sidharth","last_commit_hash":"25ae3331437809e4092c87f686e093b4f662b163"} \ No newline at end of file diff --git a/src/components/gate/GateLayout.vue b/src/components/gate/GateLayout.vue index 5185abd..788aafd 100644 --- a/src/components/gate/GateLayout.vue +++ b/src/components/gate/GateLayout.vue @@ -20,50 +20,7 @@ >mdi-close
- - + - - - - - - - {{ items.name }} - - - - - - - - - Store Locator - - - + @@ -474,7 +321,7 @@ export default { this.$store.dispatch("auth/logout"); }, goToDashboard() { - window.open("/retailer/account-dashboard", "_self"); + window.open("/b2b", "_self"); }, }, created() { diff --git a/src/components/layout/Layout.vue b/src/components/layout/Layout.vue index ebf7009..3d77af4 100644 --- a/src/components/layout/Layout.vue +++ b/src/components/layout/Layout.vue @@ -677,7 +677,7 @@ export default { window.open("/gate/sign-in", "_self"); }, goToDashboard() { - window.open("/retailer/account-dashboard", "_self"); + window.open("/b2b", "_self"); }, }, created() { diff --git a/src/components/layout/header/Header.vue b/src/components/layout/header/Header.vue index aa64cd6..05653c4 100644 --- a/src/components/layout/header/Header.vue +++ b/src/components/layout/header/Header.vue @@ -1,6 +1,6 @@