You00

Results 6 comments of You00

@yshunda Vultr服务器买来是预装了centos8,然后现在这边是已经把ssr服务装上去了,但是只能在一台电脑上使用,就是我本机电脑连上可以用,但是我手机用Potatso Lite连接不能用,换一台电脑连也不能用,是不是我需要在配置什么呢?

> plugin will fetch /pluginWebUpdateNotice/web_version_by_plugin.json, make sure your server has this file. > > https://github.com/GreatAuk/plugin-web-update-notification/blob/057660ed7a5144995e30e9f665ed2da68f1961bc/packages/core/src/injectScript.ts#L82 Is this interface requesting a static resource file?

> > > plugin will fetch /pluginWebUpdateNotice/web_version_by_plugin.json, make sure your server has this file. > > > https://github.com/GreatAuk/plugin-web-update-notification/blob/057660ed7a5144995e30e9f665ed2da68f1961bc/packages/core/src/injectScript.ts#L82 > > > > > > Is this interface requesting a static...

Startup error after integrating into a vue project (error1:WebUpdateNotificationPlugin failed to inject the plugin into the HTML file. index.html not found; error2: WebUpdateNotificationPluginError: ENOENT: no such file or directory, access...

> Need to reproduce information ![Uploading 20231114164353.jpg…]()

> 监听路由变化 监听路由变化,好像只是监听从哪个页面跳转过来(to, from),同一个页面的话是不是得每次都缓存前一次的路由参数,然后对比当前的路由看参数有没有变化?还是有更优雅的实现方案吗?