Commit 466c377f authored by 姬鋆屾's avatar 姬鋆屾

parent bde6ea3f
......@@ -147,7 +147,7 @@ export default {
? (this.title = localStorage.getItem("sysName"))
: "";
localStorage.getItem("sysLogo")
? (this.sysLogo = require(location.host +
? (this.sysLogo = require(location.origin +
"/" +
localStorage.getItem("sysLogo")))
: (this.sysLogo = require("../assets/images/logo.png"));
......
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