update:优化代码(老年化模式切换)
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user