heyujie
2022-01-26 46588b9183c0067fd5fc570c36cfd5ff02dad223
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}`);