Commit 941c2363 authored by wuwangwolihui's avatar wuwangwolihui

营地2.0-整合修改

parent 01a0c21c
...@@ -75,12 +75,14 @@ ...@@ -75,12 +75,14 @@
this.$router.push(key); this.$router.push(key);
let root = document.querySelector(":root"); let root = document.querySelector(":root");
root.style.setProperty("--color", "#436EF3"); root.style.setProperty("--color", "#436EF3");
let code = this.$store.state.indexIdentity; // let code = this.$store.state.indexIdentity;
window.localStorage.setItem("system_logo" + code, this.all_logo); // window.localStorage.setItem("system_logo" + code, this.all_logo);
}, },
// 下拉菜单操作 // 下拉菜单操作
handleCommand(command) { handleCommand(command) {
if (command == 1) { if (command == 1) {
let root = document.querySelector(":root");
root.style.setProperty("--color", "#436EF3");
this.toCenter(); this.toCenter();
} }
if (command == 2) { 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