src/store/store.js
@@ -6,6 +6,7 @@ import c2cBuy from "@/store/modules/c2cBuy"; import c2cSell from "@/store/modules/c2cSell"; import c2c from "@/store/modules/c2c"; import vant from "@/store/modules/vant"; // import exchangeRate from './modules/exchangeRate' import createPersistedState from "vuex-persistedstate"; @@ -27,6 +28,7 @@ c2cBuy, c2cSell, c2c, vant, // exchangeRate }, };