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

自定义taro组件的静态图片资源小程序编译后图片引用地址缺少/npm #2540

Closed
nevernet opened this issue Mar 21, 2019 · 4 comments
Assignees

Comments

@nevernet
Copy link

问题其实跟#2208一样的。

我这里:

import checkedIMG from './[email protected]';
import uncheckedIMG from './[email protected]';

代码是相对引用的。

上面代码在自定义包@jd/ui里面。

在项目里面引入包:@jd/ui后, 生成的代码如下:

var checkedIMG = "/@jd/jd-ui/src/components/jd-checkbox-item/[email protected]";
var uncheckedIMG = "/@jd/jd-ui/src/components/jd-checkbox-item/[email protected]";

这个路径缺少 /npm开头,导致路径不对。

@taro-bot
Copy link

taro-bot bot commented Mar 21, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@nevernet
Copy link
Author

@luckyadam 请协助查看

@taro-bot
Copy link

taro-bot bot commented Apr 2, 2019

CC @luckyadam

@nevernet
Copy link
Author

nevernet commented Apr 8, 2019

这个有临时解决办法吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants