청구 검증 추가

This commit is contained in:
Jeon
2023-07-06 09:25:43 +09:00
parent ba0dad6d51
commit 1f43877aef
18 changed files with 961 additions and 417 deletions

View File

@@ -1,4 +1,5 @@
import CalcList from '../views/CalcList'
import Verification from '../views/Verification'
export default [
{
@@ -7,6 +8,11 @@ export default [
name: 'calcList',
meta: { public: false }
},
{
path: '/calculate/verification',
component: Verification,
name: 'verification',
meta: { public: false }
}
]