|
|
@@ -38,11 +38,11 @@ workbox.routing.registerRoute(/\/api\//, workbox.strategies.networkFirst());
|
|
|
* Handle third party requests
|
|
|
*/
|
|
|
workbox.routing.registerRoute(
|
|
|
- /^https:\/\/gw.alipayobjects.com\//,
|
|
|
+ /^https:\/\/gw\.alipayobjects\.com\//,
|
|
|
workbox.strategies.networkFirst(),
|
|
|
);
|
|
|
workbox.routing.registerRoute(
|
|
|
- /^https:\/\/cdnjs.cloudflare.com\//,
|
|
|
+ /^https:\/\/cdnjs\.cloudflare\.com\//,
|
|
|
workbox.strategies.networkFirst(),
|
|
|
);
|
|
|
workbox.routing.registerRoute(/\/color.less/, workbox.strategies.networkFirst());
|