Commit 6b375a02 authored by 吴冠's avatar 吴冠

link

parent d55899e9
......@@ -75,7 +75,8 @@ export default {
}else{
let token = Cookies.get("token")
/* this.$router.push(`/supply/web_sell/Online_registration/Sign_up?id=${this.proId}`) */
window.open(`http://60.205.251.80:8082/#/supply/bid/signupOnline/SignUp?id=${this.proId}&token=${token}`)
/* window.open(`http://60.205.251.80:8082/#/supply/bid/signupOnline/SignUp?id=${this.proId}&token=${token}`) */
window.open(`http://60.205.251.80:8082/#/supply/home?token=${token}`)
}
},
......
......@@ -209,7 +209,8 @@ export default {
let number = Cookies.get("isSupplier")
if(number =='2'){
let token = Cookies.get("token")
window.open(`http://60.205.251.80:8082/#/supply/bid/signupOnline/seePrice?id=${this.PROid}&token=${token}`)
/* window.open(`http://60.205.251.80:8082/#/supply/bid/signupOnline/seePrice?id=${this.PROid}&token=${token}`) */
window.open(`http://60.205.251.80:8082/#/supply/home?token=${token}`)
}
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment