Commit bde6ea3f authored by 姬鋆屾's avatar 姬鋆屾

tui

parent 53cfe7d3
......@@ -142,11 +142,14 @@ export default {
//window.removeEventListener("message", this.getsocketData, false);
},
created() {
console.log(location);
localStorage.getItem("sysName")
? (this.title = localStorage.getItem("sysName"))
: "";
localStorage.getItem("sysLogo")
? (this.sysLogo = require(localStorage.getItem("sysLogo")))
? (this.sysLogo = require(location.host +
"/" +
localStorage.getItem("sysLogo")))
: (this.sysLogo = require("../assets/images/logo.png"));
// console.log("mounted");
// this.$nextTick(function () {
......
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