|
|
@@ -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')
|
|
|
}
|
|
|
}
|
|
|
}
|