Commit 941c2363 authored by wuwangwolihui's avatar wuwangwolihui

营地2.0-整合修改

parent 01a0c21c
......@@ -75,12 +75,14 @@
this.$router.push(key);
let root = document.querySelector(":root");
root.style.setProperty("--color", "#436EF3");
let code = this.$store.state.indexIdentity;
window.localStorage.setItem("system_logo" + code, this.all_logo);
// let code = this.$store.state.indexIdentity;
// window.localStorage.setItem("system_logo" + code, this.all_logo);
},
// 下拉菜单操作
handleCommand(command) {
if (command == 1) {
let root = document.querySelector(":root");
root.style.setProperty("--color", "#436EF3");
this.toCenter();
}
if (command == 2) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment