Commit fb63cf6b authored by 张牧越's avatar 张牧越

bugfix

parent e5fd1ef0
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div :style="{ zoom: zoom }"> <div :style="{ zoom: zoom }">
<div class="nav-header"> <div class="nav-header">
<div class="left-nav"> <div class="left-nav">
<span style="font-size: 14px" @click="jumpBack" <span style="font-size: 14px; cursor: pointer" @click="jumpBack"
>工程项目后台管理系统</span >工程项目后台管理系统</span
> >
<router-link :to="{ path: '/', query: { token: token } }" exact <router-link :to="{ path: '/', query: { token: token } }" exact
...@@ -99,7 +99,7 @@ export default { ...@@ -99,7 +99,7 @@ export default {
} }
}, },
jumpBack() { jumpBack() {
window.location.href = "http://qjwl.ythplan.io/pweb/m/"; window.location.href = window.location.origin + "/pweb/m/";
}, },
}, },
computed: { computed: {
......
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