feat: mail config and mail send

This commit is contained in:
zchengo
2023-01-24 20:03:35 +08:00
parent a9e33f2bcc
commit 35886fde4f
17 changed files with 731 additions and 8 deletions
+6
View File
@@ -11,6 +11,7 @@ import Dashboard from '../views/Dashboard.vue'
import Customer from '../views/Customer.vue'
import Contract from '../views/Contract.vue'
import Product from '../views/Product.vue'
import Config from '../views/Config.vue'
import Subscribe from '../views/Subscribe.vue'
import Result from '../views/Result.vue'
@@ -59,6 +60,11 @@ const routes = [
name: 'product',
component: Product,
},
{
path: '/config',
name: 'config',
component: Config,
},
{
path: '/subscribe',
name: 'subscribe',