Commit fe5305d7 authored by IvyXia123's avatar IvyXia123

后置

parent 1e81c54d
...@@ -621,7 +621,7 @@ router.beforeEach((to, from, next) => { ...@@ -621,7 +621,7 @@ router.beforeEach((to, from, next) => {
// extensionV1Shop // extensionV1Shop
// extensionV1 // extensionV1
// mpShop // mpShop
if (to.name === 'buyDetail' || to.name === 'spcShop' || to.name === 'mpShop' || to.name === 'extensionV1' || to.name === 'extensionV1Shop' || to.name === 'author' || to.name === 'bindMobile' || to.name === 'noWechat' || to.name === 'inspectorActivit' || to.name === 'passShop'|| to.name === 'ybIndex' ) { if (to.name === 'spcShop' || to.name === 'mpShop' || to.name === 'extensionV1Shop' || to.name === 'extensionV1' || to.name === 'author' || to.name === 'bindMobile' || to.name === 'noWechat' || to.name === 'inspectorActivit' || to.name === 'passShop' || to.name === 'buyDetail'|| to.name === 'ybIndex' ) {
// 无需登录的页面 // 无需登录的页面
console.log(488) console.log(488)
next() next()
......
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