java-mall-admin/admin/service-worker.js
2026-01-15 10:44:52 +08:00

41 lines
1.2 KiB
JavaScript

/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Workbox build configuration
* and re-run your build process.
* See https://goo.gl/2aRDsh
*/
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
<<<<<<< HEAD
<<<<<<< HEAD
"precache-manifest.7f9488716b2784b095f6a65324f58ca5.js"
=======
"precache-manifest.22a3d802fb70d09e6c429504dc40243a.js"
>>>>>>> a6c5178 (build:打板)
=======
"precache-manifest.63beb4aff24d88473caca30ffafffb96.js"
>>>>>>> 861b79d (build:新增avue包打板)
);
workbox.core.setCacheNameDetails({prefix: "xiaofa-admin"});
workbox.core.skipWaiting();
workbox.core.clientsClaim();
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});