update:优化代码(老年化模式切换)

This commit is contained in:
2021-10-20 09:58:45 +08:00
parent 1d7e944df2
commit 99fc92a798
11 changed files with 89 additions and 89 deletions

View File

@@ -20,7 +20,7 @@
<script>
import { mgop } from "@aligov/jssdk-mgop";
import { projectSelectChangeStyle } from "@/olderMode/1.js";
import { changeBottomStyle } from "@/olderMode/1.js";
import $ from "jquery";
export default {
components: {},
@@ -35,7 +35,7 @@ export default {
},
created() {
if (sessionStorage.getItem("mode") == "older") {
projectSelectChangeStyle();
changeBottomStyle();
}
this.onInit();
},