소스 검색

完善技术信用

xiaozhen 6 년 전
부모
커밋
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) {
       async userinfo(uid) {
         let url = window.location.href;
         let url = window.location.href;
-        
+
           window.open(this.$store.state.domainConfig.siteUrl +`/rooter/user/${uid}`)
           window.open(this.$store.state.domainConfig.siteUrl +`/rooter/user/${uid}`)
       },
       },
       async woinfo(uid) {
       async woinfo(uid) {
         let url = window.location.href;
         let url = window.location.href;
-        
+
           window.open(this.$store.state.domainConfig.siteUrl +`/wo/${uid}`)
           window.open(this.$store.state.domainConfig.siteUrl +`/wo/${uid}`)
-        
+
       },
       },
       async returnPage() {
       async returnPage() {
         let url = window.location.href;
         let url = window.location.href;
@@ -252,9 +252,9 @@
       },
       },
       async companyVerifyStatus(uid) {
       async companyVerifyStatus(uid) {
         let url = window.location.href;
         let url = window.location.href;
-        
+
           window.open(this.$store.state.domainConfig.siteUrl +`/rooter/companyVerifyAuditItem?uid=${uid}`)
           window.open(this.$store.state.domainConfig.siteUrl +`/rooter/companyVerifyAuditItem?uid=${uid}`)
-        
+
       },
       },
       async updateStatus(item) {
       async updateStatus(item) {
         const result = 3;
         const result = 3;
@@ -310,7 +310,7 @@
         console.log('item', item)
         console.log('item', item)
         const { id } = item
         const { id } = item
         let url = window.location.href;
         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')
       }
       }
     }
     }
   }
   }