-
Notifications
You must be signed in to change notification settings - Fork 42
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
decoderPath是绝对路径还是相对路径啊?前后端分离前端项目如何显示监控视频? #46
Comments
您好,技术问题请提工单处理,工单在开发者服务-工单系统中,谢谢。
发件人: 贞 <notifications@github.com>
发送时间: 2020年7月10日 10:28
收件人: Hikvision-Ezviz/EZUIKit-JavaScript <EZUIKit-JavaScript@noreply.github.com>
抄送: Subscribed <subscribed@noreply.github.com>
主题: [Hikvision-Ezviz/EZUIKit-JavaScript] decoderPath是绝对路径还是相对路径啊? (#46)
readme里面写的是 相对路径,但是官方文档写的是绝对路径。
我用相对路径,控制台打印三个报错,
* Unexpected token < in JSON at position 0
* Unexpected token '<'
* JSPlugin is not defined
这个 JSPlugin is not defined 是不是要我单独引入?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#46>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AD3TVURWHN634R5HDTVTGSDR2Z4BVANCNFSM4OWFFTFA>.
…________________________________
本邮件及其附件含有萤石公司保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!
This e-mail and its attachments contain confidential information from EZVIZ, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!
|
是我 decoderPath 路径写错了,哎,我还是去 ezuikit.js 中打印输出才调试出来的。 我是react项目,我把整个 EZUIKit-JavaScript 文件夹放在 public 文件夹下,然后 src/views 内的页面组件中通过 |
lizhongzhen11
changed the title
decoderPath是绝对路径还是相对路径啊?
decoderPath是绝对路径还是相对路径啊?前后端分离前端项目如何显示监控视频?
Jul 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
readme里面写的是 相对路径,但是官方文档写的是 绝对路径。
我用相对路径,控制台打印三个报错,
这个 JSPlugin is not defined 是不是要我单独引入?
The text was updated successfully, but these errors were encountered: