Commit 7fe292df by 刘泽奇

123

parent 4c37d9c7
...@@ -86,15 +86,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -86,15 +86,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
} }
next(); next();
}); });
router.afterEach((to, from) => {
if (to.path == "/bw/jdtrademark") {
var title = document.getElementById('idtitle').innerText;
console.log('sssssssssssssssssssssss1', title)
if (title == "启服通") {
location.reload();
}
}
})
Vue.use(window['vue-cropper']); Vue.use(window['vue-cropper']);
var app = new Vue({ var app = new Vue({
el: "#app", el: "#app",
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
}, },
created: function() { created: function() {
this.channelName = location.hash.split('/')[1];
}, },
methods: { methods: {
getChannerBanner(){ getChannerBanner(){
......
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