标准法规库-标准问答跳转

This commit is contained in:
zyn
2023-04-04 18:48:28 +08:00
parent abfd8db1aa
commit f32a0a93c2
4 changed files with 2241 additions and 15 deletions
+9
View File
@@ -338,6 +338,15 @@ const routes = [
requireAuth: false,
title: '我的问答'
}
},
{
path: '/questions3',
name: 'MyQuestions3',
component: resolve => require(['@/pages/personal/pages/my-questions/index3.vue'], resolve),
meta: {
requireAuth: false,
title: '我的问答'
}
},
{
path: '/questionDetail',