Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

创建隧道时,如果填写不存在的用户ID,点击【新增】按钮时弹出窗口提示【undefined】。 #524

Closed
thelittlefox opened this issue May 5, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@thelittlefox
Copy link
Contributor

弹出【undefined】,问题指示不清晰。
如果能弹窗提示【填写的用户ID不存在】,更方便用户找到问题所在。

@thelittlefox thelittlefox added the bug Something isn't working label May 5, 2020
@thelittlefox
Copy link
Contributor Author

以下内容供参考:
断点可下在language.js中的
function langreply(langstr)
langstr传入的值为“未找到客户端”
var langobj = languages['content']['reply'][langstr.replace(/[\s,\.\?]*/g, "").toLowerCase()];
返回的langobj 值为undefined.

@ffdfgdfg ffdfgdfg added enhancement New feature or request and removed bug Something isn't working labels May 7, 2020
kiririx pushed a commit to kiririx/nps that referenced this issue Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants