About the problem of scope in navigator.serviceWorker.register in vue-cli project?

in the vue-cli project, I registered

    service worker was registered with scope: /static

1. Does this mean that service worker will only process requests that start with / static? Other requests, such as / logon, / test, are no longer cached?
2. If problem 1 is established, what should I do with the path of scope?

Menu