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

tui

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