Commit 3a3b7b92 by 刘泽奇

123

parent 28286884
......@@ -77,6 +77,9 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
if (to.path == "/" && location.hostname == "tm.plus.jdcloud.com") {
router.replace({ path: '/jd/jdtrademark' });
}
if (to.path == "/" && location.hostname == "xwzc.xiaowangtech.com") {
router.replace({ path: '/bw/jdtrademark' });
}
if (to.path.includes('login')) {
store.state.reqUrl = from.path;
console.log(to, from, store.state.reqUrl);
......
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