|
@@ -214,7 +214,7 @@ export default {
|
|
|
// this.$message.error('游客身份无法与卖家对话,请先注册');
|
|
|
this.$message({
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
- message: '<strong><a href="http://broadcast.waityou24.cn/live/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
+ message: '<strong><a href="http://broadcast.waityou24.cn/live/login" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
type: 'error',
|
|
|
});
|
|
|
return;
|