update:增加政策详情页面

This commit is contained in:
2021-09-15 09:34:19 +08:00
parent c293293aac
commit 3a77cda79a
3 changed files with 193 additions and 91 deletions

View File

@@ -51,6 +51,13 @@ export default new Router({
name: "evaluteResult",
component: () =>
import ("../views/pdf/evaluteResult")
},
// 政策详情页面
{
path: "/policyInfo",
name: "policyInfo",
component: () =>
import ("../views/policyInfo/policyInfo")
}
]
});