update:优化代码(老年化模式切换)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import { mgop } from "@aligov/jssdk-mgop";
|
||||
import { projectSelectChangeStyle } from "@/olderMode/1.js";
|
||||
import { changeBottomStyle } from "@/olderMode/1.js";
|
||||
import $ from "jquery";
|
||||
export default {
|
||||
data() {
|
||||
@@ -28,7 +28,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
if (sessionStorage.getItem("mode") == "older") {
|
||||
projectSelectChangeStyle();
|
||||
changeBottomStyle();
|
||||
}
|
||||
this.onInit();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user