const setup = require("axios-cache-adapter").setup; window.axios = setup({ cache: { maxAge: 15 * 60 * 1000, //readHeaders: false, //ignoreCache: false, } ...
確定! 回上一頁