@@ -47,6 +47,8 @@ router.beforeEach((to, from, next) => {
break
case '/py':
next('/works')
+ case '/wbpj':
+ next('/works')
}
if (to.path === '/login' || to.path === '/tokenlogin') return next()
@@ -188,6 +188,13 @@ export default {
pathInfo = '/commentSign/' + id
+ case 8:
+ str = '/wbpj'
+ strName = '待评价'
+ path = '/resumptionEvaluate'
+ pathInfo = '/evaluate/' + id+'_add'
+
+ break
case '/qt':
str = '/qt'