|
@@ -729,19 +729,11 @@ export default {
|
|
|
// }, 0)
|
|
|
window.addEventListener('click', this.closeLeadtimeAndBudget)
|
|
|
|
|
|
- if (process.env.NODE_ENV === 'development') {
|
|
|
- const client = algoliasearch(
|
|
|
- '7KGEFE6I2Z',
|
|
|
- 'e39e202ace0a2fa12ea61095e6ede35d'
|
|
|
- )
|
|
|
- this.index = client.initIndex('mysql_test')
|
|
|
- } else {
|
|
|
- const client = algoliasearch(
|
|
|
- '2340OWI595',
|
|
|
- '2d4c53cdcf2bab0c361e589c2c2272fa'
|
|
|
- )
|
|
|
- this.index = client.initIndex('product_au')
|
|
|
- }
|
|
|
+ const client = algoliasearch(
|
|
|
+ 'OGR0RAPKVN',
|
|
|
+ '19f480c6a3000b14705a78beadf19ab6'
|
|
|
+ )
|
|
|
+ this.index = client.initIndex('product_ca')
|
|
|
},
|
|
|
beforeDestroy() {
|
|
|
window.removeEventListener('click', this.closeLeadtimeAndBudget)
|