서비스관리 / 알림톡 템플릿관리 추가

This commit is contained in:
kimre
2022-06-20 13:50:46 +09:00
parent 1d46263735
commit 460d6e03b8
147 changed files with 10360 additions and 6618 deletions

View File

@@ -1,12 +1,12 @@
import CalcList from '../views/CalcList'
export default [
{
path: '/calculate/calcList',
component: CalcList,
name: 'calcList',
meta: { public: true }
},
]
import CalcList from '../views/CalcList'
export default [
{
path: '/calculate/calcList',
component: CalcList,
name: 'calcList',
meta: { public: true }
},
]