mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:04:20 +09:00
hubez-admin partner-git master -> hubez-git transfer 202205241800
This commit is contained in:
12
frontend/src/modules/calculate/router/index.js
Normal file
12
frontend/src/modules/calculate/router/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import CalcList from '../views/CalcList'
|
||||
|
||||
export default [
|
||||
{
|
||||
path: '/calculate/calcList',
|
||||
component: CalcList,
|
||||
name: 'calcList',
|
||||
meta: { public: true }
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user