1.安装vuex-persistedstate npm i vuex-persistedstate 2.在store/index.js中引入 import createPersistedState from "vuex-persistedstate" 3.使...