Переглянути джерело

change: ai搜索低配版.

wu67 7 місяців тому
батько
коміт
d0758768c0
2 змінених файлів з 11 додано та 26 видалено
  1. 5 13
      components/PcHeader.vue
  2. 6 13
      mixins/category.js

+ 5 - 13
components/PcHeader.vue

@@ -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)

+ 6 - 13
mixins/category.js

@@ -384,19 +384,12 @@ export default {
   beforeMount() {
     const CancelToken = axios.CancelToken
     this.cancelSource = CancelToken.source()
-    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')
+
     this.getList()
   },