Commit 092c49cd authored by agping's avatar agping

1

parent e43ee33a
...@@ -23,4 +23,4 @@ ...@@ -23,4 +23,4 @@
if(!doc.addEventListener) return; if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false); win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false); doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.5f1e8f491a5c3662d9d162ecb21fce90.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.bd73b4bf08fa155c93e0.js></script></body></html> })(document, window);</script><link href=./static/css/app.e33fb8230e692f8b528ea1bf1efd31c0.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.36ddf60da498f30d90c8.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -236,6 +236,7 @@ ...@@ -236,6 +236,7 @@
// } // }
// }); // });
localStorage.setItem('token',_this.token); localStorage.setItem('token',_this.token);
window.removeEventListener('scroll', this.handleScroll, true);
window.location.href = '/app/dist/#/search'; window.location.href = '/app/dist/#/search';
}, },
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
} }
}, },
{ {
'path': '/searchArticleList', 'path': '/search',
'nameCustom': '商学院搜索列表', 'nameCustom': '商学院搜索列表',
'query': { 'query': {
'token': _token2 'token': _token2
......
...@@ -22,7 +22,7 @@ import priceReport from '@/components/priceReport/priceReport' ...@@ -22,7 +22,7 @@ import priceReport from '@/components/priceReport/priceReport'
import match from '@/components/match/match' import match from '@/components/match/match'
import phoneDetail from '@/components/phoneDetail/phoneDetail' import phoneDetail from '@/components/phoneDetail/phoneDetail'
import inviteRules from '@/components/inviteRules/inviteRules' import inviteRules from '@/components/inviteRules/inviteRules'
import searchArticleList from '@/components/businessCollege/search' import search from '@/components/businessCollege/search'
Vue.use(VueRouter) Vue.use(VueRouter)
export default new VueRouter({ export default new VueRouter({
...@@ -150,9 +150,9 @@ export default new VueRouter({ ...@@ -150,9 +150,9 @@ export default new VueRouter({
name: 'v-inviteRules', name: 'v-inviteRules',
component: inviteRules component: inviteRules
},{ },{
path: '/searchArticleList', path: '/search',
name: 'v-searchArticleList', name: 'v-search',
component: searchArticleList component: search
} }
] ]
}) })
\ No newline at end of file
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