@@ -310,6 +311,7 @@
import Myheader from "~/components/header.vue";
import MyFooter from '~/components/rc-footer.vue'
import FixRight from "~/components/fixed-right.vue";
+import tabs from "~/components/tabs.vue";
import {
userstype,
biaome,
@@ -320,21 +322,27 @@ import {
export default {
data() {
return {
- value: "",
- isLoading: false,
- userstype: [],
- activeIndex: "0",
- allacindex: 0,
- userishwo: true,
- userishwo4: true,
- userserachlist: [
- {
- categoryName: [], //专区
- tagUsedAge: [], //年龄
- tagFunction: [], //功能
- tagBreed: [], //品种
- },
- ],
+ crumbs:[
+ {
+ path:'/productdetails/productlist/',
+ title:'产品列表',
+ }
+ ],
+ value: "",
+ isLoading: false,
+ userstype: [],
+ activeIndex: "0",
+ allacindex: 0,
+ userishwo: true,
+ userishwo4: true,
+ userserachlist: [
+ {
+ categoryName: [], //专区
+ tagUsedAge: [], //年龄
+ tagFunction: [], //功能
+ tagBreed: [], //品种
+ },
+ ],
activeIndex1: 0,
activeIndexa: "-1",
dialogInfo1: false,
@@ -477,7 +485,8 @@ export default {
components: {
Myheader,
MyFooter,
- FixRight
+ FixRight,
+ tabs
},
created() {
this.routeParams=this.$route.query;