heyujie
2022-02-09 211cd7469ebc7df813ffd320c90f64fd1c2f1aee
src/pages/vindicate/index/App.vue
@@ -164,6 +164,13 @@
    };
  },
  created() {
    window.parent.postMessage(
      {
        msg: "showBack",
      },
      "*"
    );
    let color = localStorage.getItem("--colorCard");
    if (color) {
      document.documentElement.style.setProperty("--colorCard", `${color}`);