xiaozhen 6 лет назад
Родитель
Сommit
5126297576
3 измененных файлов с 10 добавлено и 10 удалено
  1. 2 2
      dist/200.html
  2. 2 2
      dist/index.html
  3. 6 6
      pages/main/index/solution_detail.vue

Разница между файлами не показана из-за своего большого размера
+ 2 - 2
dist/200.html


Разница между файлами не показана из-за своего большого размера
+ 2 - 2
dist/index.html


+ 6 - 6
pages/main/index/solution_detail.vue

@@ -237,14 +237,14 @@
       },
       async userinfo(uid) {
         let url = window.location.href;
-        
+
           window.open(this.$store.state.domainConfig.siteUrl +`/rooter/user/${uid}`)
       },
       async woinfo(uid) {
         let url = window.location.href;
-        
+
           window.open(this.$store.state.domainConfig.siteUrl +`/wo/${uid}`)
-        
+
       },
       async returnPage() {
         let url = window.location.href;
@@ -252,9 +252,9 @@
       },
       async companyVerifyStatus(uid) {
         let url = window.location.href;
-        
+
           window.open(this.$store.state.domainConfig.siteUrl +`/rooter/companyVerifyAuditItem?uid=${uid}`)
-        
+
       },
       async updateStatus(item) {
         const result = 3;
@@ -310,7 +310,7 @@
         console.log('item', item)
         const { id } = item
         let url = window.location.href;
-        window.open(this.$store.state.domainConfig.siteUrl +`/kaifain/${id}`, '_black')
+        window.open(this.$store.state.domainConfig.siteUrl +`/kaifain/s/${id}.html`, '_black')
       }
     }
   }