@@ -611,6 +611,12 @@ export default function () {
aHref+= '?kds=' + encodeURIComponent(kds)
}
+ if (aHref.includes('?')) {
+ aHref += '&from=sun'
+ } else {
+ aHref += '?from=sun'
+ }
+
const id = item.id
try {
that.$visited.push({
@@ -1505,6 +1505,7 @@ export default {
goToDetail(item) {
const { id, industry } = item
const query = {
+ from: 'sun',
keywords: this.pageState.splitKeys.join('+'),
if (industry) {