Commit 52a770f1 authored by 姬鋆屾's avatar 姬鋆屾

parent 466c377f
......@@ -147,9 +147,7 @@ export default {
? (this.title = localStorage.getItem("sysName"))
: "";
localStorage.getItem("sysLogo")
? (this.sysLogo = require(location.origin +
"/" +
localStorage.getItem("sysLogo")))
? (this.sysLogo = location.origin + "/" + 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