This commit is contained in:
2020-11-23 15:47:41 +00:00
parent ebc2a05cbb
commit eeb677b470
2 changed files with 12 additions and 5 deletions

View File

@@ -167,6 +167,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "cust" */ "./views/cust-customer.vue")
},
{
path: "/cust-customer-notes/:customerid/:noteid?",
name: "customer-notes",
component: () =>
import(/* webpackChunkName: "cust" */ "./views/cust-customer-notes.vue")
},
{
path: "/cust-headoffices",
name: "cust-headoffices",