Commit 6b057d17 by 刘泽奇

123

parent abe9cc0c
...@@ -82,7 +82,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -82,7 +82,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
router.replace({ path: '/bw/jdtrademark' }); router.replace({ path: '/bw/jdtrademark' });
} }
if (to.path == "/" && location.hostname == "gs.plus.jdcloud.com") { if (to.path == "/" && location.hostname == "gs.plus.jdcloud.com") {
router.replace({ path: '/jd/jdindustry }); router.replace({ path: '/jd/jdindustry' });
} }
if (to.path.includes('login')) { if (to.path.includes('login')) {
store.state.reqUrl = from.path; store.state.reqUrl = from.path;
...@@ -216,7 +216,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -216,7 +216,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
console.log("bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb;;", val, oldVal); console.log("bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb;;", val, oldVal);
if (val.path == "/bw/jdindentdetail") { if (val.path == "/bw/jdindentdetail") {
this.fromListPath = oldVal.path; this.fromListPath = oldVal.path;
console.log(this.fromListPath,'ttttttttttttttttttttttttttttttt'); console.log(this.fromListPath, 'ttttttttttttttttttttttttttttttt');
}; };
if (val.fullPath == "/jd/jdtrademark" && location.hostname == "tm.plus.jdcloud.com") { if (val.fullPath == "/jd/jdtrademark" && location.hostname == "tm.plus.jdcloud.com") {
this.jdSelfHeaderShow = true; this.jdSelfHeaderShow = true;
......
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