Selaa lähdekoodia

兼职招聘主页跳转bug修改

xinfeng 5 vuotta sitten
vanhempi
commit
43b42057c4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/job/detail/_id.vue

+ 1 - 1
pages/job/detail/_id.vue

@@ -603,7 +603,7 @@ export default {
       if (this.$deviceType.app) {
         location.href = `proginn://resume?uid=${uid}&company=1`;
       } else {
-        location.href = `/company/${uid}`;
+        location.href = `${this.$store.state.domainConfig.siteUrl}/company/${uid}`;
       }
     },
     defaultIcon(url) {