ashen

Results 2 issues of ashen

请教一下,使用创建新窗口时 OnCreateView 获取不到网页脚本 b() 方式的跳转链接,这样的跳转方式不支持吗? a()方法跳转能够正常获取到链接,能给个解决思路吗? function a() { window.open('http://127.0.0.1:6699/test.html'); } function b() { var b = window.open(); b.location.href = 'http://127.0.0.1:6699/test.html'; }

### 💻 系统环境 Windows ### 📦 部署环境 Official Preview ### 🌐 浏览器 Chrome ### 🐛 问题描述 最新调整session逻辑的版本,移动端点击“添加助手并会话”,没有正确跳转到选定的助手会话界面。 ### 🚦 期望结果 _No response_ ### 📷 复现步骤 移动端进入助手市场,选择任意一个gpts,点击“添加助手并会话” session值是新的,但是停留在空白的自定义助手界面 ![image](https://github.com/lobehub/lobe-chat/assets/14324029/f3844b5a-6b65-4390-9c80-def9ca177158) ![image](https://github.com/lobehub/lobe-chat/assets/14324029/0a6d9ec7-f681-4db4-815d-f75929c5a1e5) 此时浏览器链接,复制到新的浏览器tab访问也是显示不正确的,没有正确的关联到新的助手会话。...

🐛 Bug