|
|
|
@@ -9,7 +9,7 @@ type RobotFrameProps = { |
|
|
|
}; |
|
|
|
|
|
|
|
function RobotFrame({ onClose, visible }: RobotFrameProps) { |
|
|
|
const url = 'http://172.20.32.181:30080/chat/l4S79c4rly0o1pn7'; |
|
|
|
const url = 'http://172.20.32.181:30080/chat/EruwZfxVgDkWdLYs'; |
|
|
|
const openUrl = () => { |
|
|
|
window.open(url, '_blank'); |
|
|
|
}; |
|
|
|
|