xinfeng пре 5 година
родитељ
комит
1b777d5dcd

+ 1 - 1
components/header.vue

@@ -349,7 +349,7 @@ export default {
       location.href = this.baseUrl + url;
     },
     clickInputEnter() {
-      window.location.href = this.baseUrl + "/kaifain/?keyword=" + this.keywork;
+      window.location.href = this.kaifainUrl + "/?keyword=" + this.keywork;
     },
     async getMessageCount() {
       let res = await this.$axios.$get(

+ 1 - 1
pages/kaifain/add/index.vue

@@ -621,7 +621,7 @@
         window.open(item.file, '__black')
       },
       jumpToOther() {
-        let url = "https://kaifain.proginn.com/kaifain/s/10"
+        let url = "https://kaifain.proginn.com/s/10"
         window.open(url, '__black')
       }
     },

+ 1 - 1
pages/kaifain/detail/_tid/index.vue

@@ -68,7 +68,7 @@
           <nuxt-link class="cell"
             v-for="item in detail.successful_case"
             :key="item.id"
-            :to="`/kaifain/case/${item.hash_id}`"
+            :to="`/kaifain/d/${item.hash_id}`"
             target="_blank"
             :title="item.name"
           >

+ 1 - 1
pages/kaifain/preview.vue

@@ -55,7 +55,7 @@
           <nuxt-link class="cell"
             v-for="item in detail.successful_case"
             :key="item.id"
-            :to="`/kaifain/case/${item.hash_id}`"
+            :to="`/kaifain/d/${item.hash_id}`"
             target="_blank"
             :title="item.name"
           >