|
|
@@ -1,9 +1,10 @@
|
|
|
export default class DealSeoData {
|
|
|
- constructor({ $axios, req, app, redirect }) {
|
|
|
+ constructor({ $axios, req, app, redirect, store }) {
|
|
|
this.$axios = $axios
|
|
|
this.req = req
|
|
|
this.app = app
|
|
|
this.redirect = redirect
|
|
|
+ this.store = store
|
|
|
this.selected = {
|
|
|
city: 0,
|
|
|
industry: 0,
|
|
|
@@ -51,6 +52,8 @@ export default class DealSeoData {
|
|
|
const typeList = this.typeList
|
|
|
const { city, industry, techType, cityName = "", industryName = "", techTypeName = "", proviceName } = this.selected
|
|
|
const { headers: { host } } = this.req
|
|
|
+ const kaifainUrl = this.store.state.domainConfig.kaifainUrl
|
|
|
+
|
|
|
let footer = {
|
|
|
baseLink: "", link: [
|
|
|
{ name: "", data: [] }, { name: "", data: [] },
|