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

图片是相对路径的时候pjax跳转过去图片404,刷新一下又好了 #3

Open
npmrun opened this issue Apr 11, 2020 · 4 comments

Comments

@npmrun
Copy link

npmrun commented Apr 11, 2020

情况描述

image
如上图,这样的图片路径肯定是做的,并不是绝对路径,而是再该文章的目录下的路径
image
上面这样的路径能够访问到图片,而且把页面刷新一下又是正常的

@makisevon
Copy link

有一个类似的情况,我切换页面的时候hexo-tag-aplayer不显示,刷新一下才会加载。

@SunYanCN
Copy link

有一个类似的情况,我切换页面的时候hexo-tag-aplayer不显示,刷新一下才会加载。

同遇到

@makisevon
Copy link

有一个类似的情况,我切换页面的时候hexo-tag-aplayer不显示,刷新一下才会加载。

同遇到

在适当位置添加以下代码即可

window.addEventListener('pjax:success', () => {
    loadMeting();
});

参考:pjax导致无法初始化aplayer音乐播放器

@npmrun
Copy link
Author

npmrun commented Sep 23, 2020

厉害了,我是用gulp自动全部变成绝对路径好了,对pjax不熟

有一个类似的情况,我切换页面的时候hexo-tag-aplayer不显示,刷新一下才会加载。

同遇到

在适当位置添加以下代码即可

window.addEventListener('pjax:success', () => {
    loadMeting();
});

参考:pjax导致无法初始化aplayer音乐播放器

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

3 participants