|
@@ -301,7 +301,7 @@ export default {
|
|
|
if (this.user.role == '4' || this.user.role == '5') {
|
|
|
this.$router.push({ path: '/market/marketfabu' });
|
|
|
} else if (this.user.uid == undefined) {
|
|
|
- this.$router.push({ path: '/newlogin' });
|
|
|
+ this.$router.push({ path: '/webLogin' });
|
|
|
} else {
|
|
|
}
|
|
|
},
|
|
@@ -320,7 +320,7 @@ export default {
|
|
|
// this.$message.error('游客身份无法与卖家对话,请先注册');
|
|
|
this.$message({
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
- message: '<strong><a href="http://free.liaoningdoupo.com/platlive/newlogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
+ message: '<strong><a href="http://free.liaoningdoupo.com/platlive/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
type: 'error',
|
|
|
});
|
|
|
return;
|
|
@@ -344,7 +344,7 @@ export default {
|
|
|
// this.$message.error('游客身份无法与卖家对话,请先注册');
|
|
|
this.$message({
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
- message: '<strong><a href="http://free.liaoningdoupo.com/platlive/newlogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
+ message: '<strong><a href="http://free.liaoningdoupo.com/platlive/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
type: 'error',
|
|
|
});
|
|
|
return;
|