mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:04:20 +09:00
주소 검색 테스트
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import CalcList from '../views/CalcList'
|
||||
import Verification from '../views/Verification'
|
||||
import AdressPopup from '../views/adressPopup'
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -13,6 +14,12 @@ export default [
|
||||
component: Verification,
|
||||
name: 'verification',
|
||||
meta: { public: false }
|
||||
},
|
||||
{
|
||||
path: '/calculate/adressPopup',
|
||||
component: AdressPopup,
|
||||
name: 'adressPopup',
|
||||
meta: { public: false }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user